:root{--transition:all 350ms ease;--font-primary:"Sora",sans-serif;--font-montez:"Montez",cursive;--font-tabler:"tabler-icons";--primary:#0476BC;--primary-hover:#002759;--primary-100:rgba(4,118,188,0.10);--secondary:#EBF0F4;--heading:#002759;--text:#22292F;--text-hover:#585B6F;--text-two:#535B5F;--border:rgba(118,118,118,0.30);--bg:#22292F;--gray:#E7E5E4;--white:#FFFFFF;--white-200:rgba(255,255,255,0.2);--white-300:rgba(255,255,255,0.3);--white-500:rgba(255,255,255,0.5);--success:#72B938;--success-hover:#5B942D;--warning:#F7921F;--warning-hover:#cb7717;--info:#02A5CE;--info-hover:#113d48;--danger:#DC3545;--danger-hover:#bb1828}*{margin:0;padding:0}body,html{color:var(--text);padding:0!important;font-family:var(--font-primary)}.ff-montez{font-family:var(--font-montez)!important}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{color:var(--heading);font-weight:600;line-height:1.3}.h1,.h2,.h3,h1,h2,h3{letter-spacing:-1px}.h4,.h5,.h6,h4,h5,h6{letter-spacing:-.5px}p{font-size:16px;line-height:1.65;color:var(--text)}a,a:focus,a:hover{transition:var(--transition);text-decoration:none;outline:0 solid rgba(0,0,0,0);color:var(--heading)}ol,ul{margin-bottom:0}ol li,ul li{line-height:1.7}.border,.border-bottom,.border-end,.border-start,.border-top{border-color:rgba(38,38,41,.3)!important}.border-primary{border-color:var(--primary)!important}.border-secondary{border-color:var(--secondary)!important}.border-success{border-color:var(--success)!important}.border-warning{border-color:var(--warning)!important}.border-info{border-color:var(--info)!important}.border-danger{border-color:var(--danger)!important}.border-light{border-color:var(--white)!important}.border-dark{border-color:var(--heading)!important}img{max-width:100%;height:auto}input:invalid,input:required,textarea:invalid,textarea:required{box-shadow:none!important}.bg-img{background-size:cover;background-position:50%;background-repeat:no-repeat}.bg-fixed{background-attachment:fixed}.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:320px}@media(min-width:400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:360px}}@media(min-width:480px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:420px}}@media(min-width:576px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:540px}}@media(min-width:768px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.g-4,.gy-4{--bs-gutter-y:30px}.g-4,.gx-4{--bs-gutter-x:30px}.gap-4{gap:30px!important}.fz-12{font-size:12px!important}.fz-14{font-size:14px!important}.section-padding{padding:120px 0}.pt-100{padding-top:180px}.shadow-sm{box-shadow:0 .125rem .25rem rgba(47,91,234,.075)!important}.shadow{box-shadow:0 .5rem 1rem rgba(47,91,234,.15)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(47,91,234,.175)!important}.btn{display:inline-flex;align-items:center;justify-content:center;font-size:14px;padding:12px 24px;gap:6px;border-radius:5rem;border:0;font-weight:600;position:relative;height:48px;min-width:auto;text-transform:capitalize;overflow:hidden;transition:var(--transition)}@media only screen and (min-width:1200px){.btn{height:60px;padding:16px 32px;font-size:16px}}.btn i{font-size:140%;transition:var(--transition)}.btn:active,.btn:focus,.btn:hover{box-shadow:none;gap:12px}.btn-primary{background-color:var(--primary);color:var(--white)}.btn-primary:active,.btn-primary:focus,.btn-primary:hover{background-color:var(--primary-hover);color:var(--white)}.btn-success{background-color:var(--success);color:var(--white)}.btn-success:active,.btn-success:focus,.btn-success:hover{background-color:var(--success-hover);color:var(--white)}.btn-info{background-color:var(--info);color:var(--white)}.btn-info:active,.btn-info:focus,.btn-info:hover{background-color:var(--info-hover);color:var(--white)}.btn-warning{background-color:var(--warning);color:var(--heading)}.btn-warning:active,.btn-warning:focus,.btn-warning:hover{background-color:var(--warning-hover);color:var(--heading)}.btn-danger{background-color:var(--danger);color:var(--white)}.btn-danger:active,.btn-danger:focus,.btn-danger:hover{background-color:var(--danger-hover);color:var(--white)}.btn-light{background-color:var(--white);color:var(--heading)}.btn-light:active,.btn-light:focus,.btn-light:hover{background-color:var(--primary);color:var(--white)}.btn-dark{background-color:var(--heading);color:var(--white)!important}.btn-dark:active,.btn-dark:focus,.btn-dark:hover{background-color:var(--white);color:var(--heading)!important}.btn-link{position:relative;z-index:1;color:var(--primary);gap:6px;padding:0!important;min-width:0;height:auto;background-color:rgba(0,0,0,0);border:0;text-decoration:none;border-radius:0!important}.btn-link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;z-index:-1;background-color:var(--primary)}.btn-link i,.btn-link:after{transition:var(--transition)}.btn-link i{font-size:20px}.btn-link:active,.btn-link:focus,.btn-link:hover{color:var(--primary-hover);box-shadow:none}.btn-link:active:after,.btn-link:focus:after,.btn-link:hover:after{background-color:var(--heading);width:50%}.btn-group-sm>.btn,.btn-sm{padding:.375rem 1.25rem;font-size:12px;height:40px;min-width:100px}.btn-outline-primary{border:1px solid var(--primary);color:var(--primary)}.btn-outline-primary:focus,.btn-outline-primary:hover{border-color:var(--primary);background-color:var(--primary);color:var(--white)}.btn-outline-success{border:1px solid var(--success);color:var(--success)}.btn-outline-success:focus,.btn-outline-success:hover{border-color:var(--success);background-color:var(--success);color:var(--white)}.btn-outline-warning{border:1px solid var(--warning);color:var(--warning)}.btn-outline-warning:focus,.btn-outline-warning:hover{border-color:var(--warning);background-color:var(--warning);color:var(--white)}.btn-outline-info{border:1px solid var(--info);color:var(--info)}.btn-outline-info:focus,.btn-outline-info:hover{border-color:var(--info);background-color:var(--info);color:var(--white)}.btn-outline-danger{border:1px solid var(--danger);color:var(--danger)}.btn-outline-danger:focus,.btn-outline-danger:hover{border-color:var(--danger);background-color:var(--danger);color:var(--white)}.btn-outline-light{border:1px solid var(--white);color:var(--white)}.btn-outline-light:focus,.btn-outline-light:hover{border-color:var(--white);background-color:var(--white);color:var(--primary)}.btn-outline-dark{border:1px solid var(--heading);color:var(--heading)}.btn-outline-dark:focus,.btn-outline-dark:hover{border-color:var(--heading);background-color:var(--heading);color:var(--white)}.btn-video{width:60px;height:60px;flex-shrink:0;border:2px solid var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;padding:0!important;color:var(--white)}.btn-video:focus,.btn-video:hover{color:var(--white);background-color:var(--primary);border-color:var(--primary)}.bg-primary{background-color:var(--primary)!important}.bg-secondary{background-color:var(--secondary)!important}.bg-success{background-color:var(--success)!important}.bg-danger{background-color:var(--danger)!important}.bg-warning{background-color:var(--warning)!important}.bg-info{background-color:var(--info)!important}.bg-dark{background-color:var(--heading)!important}.bg-gray{background-color:var(--gray)!important}.bg-bg{background-color:var(--bg)!important}.text-primary{color:var(--primary)!important}.text-dark,.text-heading{color:var(--heading)!important}.text-success{color:var(--success)!important}.text-danger{color:var(--danger)!important}.text-warning{color:var(--warning)!important}.text-info{color:var(--info)!important}.tourly-scrolltop{position:fixed;bottom:2rem;right:2rem;transition:var(--transition);z-index:9999;width:2.5rem;height:2.5rem;font-size:1.5rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;box-shadow:none;background-color:var(--primary);color:var(--white);cursor:pointer;transform:translateY(100px);border-radius:50%;border:0!important}.tourly-scrolltop span{font-size:1.75rem}.tourly-scrolltop.scrolltop-show{transform:translateY(0)}.tourly-scrolltop.scrolltop-hide{transform:translateY(100px)}@media only screen and (min-width:992px){.tourly-scrolltop{width:3rem;height:3rem;bottom:2rem;right:2rem}}.tourly-scrolltop:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:50%;background:conic-gradient(var(--primary) var(--scroll-progress),var(--primary-hover) 0);z-index:-1}.divider{width:100%;display:block;height:60px}@media only screen and (min-width:576px){.divider{height:70px}}@media only screen and (min-width:768px){.divider{height:85px}}@media only screen and (min-width:992px){.divider{height:100px}}@media only screen and (min-width:1200px){.divider{height:110px}}@media only screen and (min-width:1400px){.divider{height:124px}}.divider-sm{width:100%;display:block;height:50px}@media only screen and (min-width:768px){.divider-sm{height:60px}}.section-heading .sub-title{font-size:24px;margin-bottom:.25rem;text-transform:capitalize;font-family:var(--font-montez)!important;display:inline-block;color:var(--primary)}@media only screen and (min-width:1200px){.section-heading .sub-title{font-size:28px}}@media only screen and (min-width:1400px){.section-heading .sub-title{font-size:32px}}.section-heading h2{font-size:clamp(30px,4vw,50px);line-height:1.2;text-transform:capitalize;color:var(--heading)}@media only screen and (min-width:1200px){.section-heading p{font-size:18px}}.rotatingImage{transition:transform .15s linear}.search-bg-overlay{position:fixed;width:100%;height:100%;background-color:var(--heading);opacity:0;top:0;left:0;z-index:100000;visibility:hidden;transition:var(--transition)}.search-bg-overlay.open{opacity:.9;visibility:visible}.search-form-popup{position:fixed;z-index:100000;padding:40px 32px;background-color:rgba(0,0,0,0);left:50%;top:50%;min-width:280px;border-radius:8px;opacity:0;visibility:hidden;transition:var(--transition);transform:scale(.9) translate(-50%,-50%);text-align:center}@media only screen and (min-width:480px){.search-form-popup{min-width:360px}}@media only screen and (min-width:768px){.search-form-popup{min-width:500px}}@media only screen and (min-width:992px){.search-form-popup{min-width:600px}}.search-form-popup .close-btn{position:absolute;top:-1rem;right:-1rem;z-index:1000;width:40px;height:40px;border-radius:50%;border:0;font-size:1.5rem;display:flex;align-items:center;justify-content:center;background-color:hsla(0,0%,100%,.1);color:var(--white);transition:var(--transition)}.search-form-popup .close-btn:focus,.search-form-popup .close-btn:hover{background-color:var(--white);color:var(--heading)}@media only screen and (min-width:768px){.search-form-popup .close-btn{width:50px;height:50px;top:-2rem;right:-2rem}}.search-form-popup form{display:flex;gap:30px}.search-form-popup form .form-control{width:100%;height:48px;border-radius:0;border:0;border-bottom:1px solid var(--white);background-color:rgba(0,0,0,0);color:var(--white);font-size:16px;padding:17px 24px;font-weight:600;text-align:center}@media only screen and (min-width:1200px){.search-form-popup form .form-control{font-size:18px;height:64px}}.search-form-popup form .form-control::placeholder{color:var(--white);opacity:.7}.search-form-popup form .form-control:focus{box-shadow:none}.search-form-popup form .btn{border-radius:8px;height:48px}@media only screen and (min-width:1200px){.search-form-popup form .btn{height:64px}}.search-form-popup.open{opacity:1;visibility:visible;transform:scale(1) translate(-50%,-50%)}.vbox-container{overflow-x:hidden;overflow-y:hidden}.vbox-container .vbox-child,.vbox-container .vbox-child img{border-radius:18px}.vbox-close{top:1rem;right:1rem}.tourly-filter-grid-sizer{margin:0 auto;width:calc(100% + 30px);left:-15px}.grid-sizer,.item-grid-sizer.small{width:100%}@media only screen and (min-width:576px){.grid-sizer,.item-grid-sizer.small{width:50%}}@media only screen and (min-width:992px){.grid-sizer,.item-grid-sizer.small{width:25%}}.item-grid-sizer.medium{width:100%}@media only screen and (min-width:992px){.item-grid-sizer.medium{width:50%}}.item-grid-sizer.wide{width:100%}@media only screen and (min-width:992px){.item-grid-sizer.wide{width:75%}}.coming-soon-clock{display:flex;justify-content:center;gap:.25rem}@media only screen and (min-width:576px){.coming-soon-clock{gap:.5rem}}@media only screen and (min-width:992px){.coming-soon-clock{gap:1rem}}.coming-soon-clock .line{margin-top:12px;width:10px;height:2px;flex:0 0 10px;flex-shrink:0;background-color:var(--heading)}@media only screen and (min-width:576px){.coming-soon-clock .line{width:12px;flex:0 0 12px;margin-top:16px}}@media only screen and (min-width:768px){.coming-soon-clock .line{margin-top:21px}}@media only screen and (min-width:992px){.coming-soon-clock .line{width:18px;flex:0 0 18px;margin-top:32px}}.coming-soon-item div{display:flex;align-items:center;gap:5px;margin-bottom:20px}@media only screen and (min-width:576px){.coming-soon-item div{gap:10px}}@media only screen and (min-width:768px){.coming-soon-item div{gap:1rem}}.coming-soon-item div span{background-color:var(--secondary);width:24px;height:24px;flex-shrink:0;font-size:16px;color:var(--heading);border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:600}@media only screen and (min-width:576px){.coming-soon-item div span{width:32px;height:32px;font-size:16px}}@media only screen and (min-width:768px){.coming-soon-item div span{width:44px;height:44px;font-size:24px}}@media only screen and (min-width:992px){.coming-soon-item div span{width:64px;height:64px;font-size:36px}}.coming-soon-item p{font-size:14px}@media only screen and (min-width:768px){.coming-soon-item p{font-size:16px}}@media only screen and (min-width:1400px){.coming-soon-item p{font-size:18px}}.newsletter-form{position:relative;margin:0 auto;z-index:1;max-width:500px}.newsletter-form .form-control{background-color:var(--secondary);color:var(--heading);border-radius:2rem;padding:8px 24px;height:60px}.newsletter-form .btn{position:absolute;top:50%;right:5px;transform:translateY(-50%);height:50px;z-index:10}#preloader{position:fixed;width:100%;height:100%;z-index:9999999;top:0;left:0;background-color:var(--white);display:flex;align-items:center;justify-content:center;overflow:hidden}.jarallax{position:relative;z-index:0}.jarallax>.jarallax-img,picture.jarallax-img img{position:absolute;object-fit:cover;top:0;left:0;width:100%;height:100%;z-index:-1}.offcanvas-icon{width:42px;height:42px;display:flex;align-items:center;justify-content:center;padding:0;border-radius:50%;border:1px solid var(--heading);transition:var(--transition);flex-shrink:0;cursor:pointer}@media only screen and (min-width:1200px){.offcanvas-icon{width:52px;height:52px}}.offcanvas-icon svg path{fill:var(--heading);transition:var(--transition)}.offcanvas-icon:focus,.offcanvas-icon:hover{border-color:var(--primary)}.offcanvas-icon:focus svg path,.offcanvas-icon:hover svg path{fill:var(--primary)}.header-search-btn .btn{width:42px;height:42px;display:flex;align-items:center;justify-content:center;flex-shrink:0;padding:0;border-radius:50%;border:1px solid var(--heading);transition:var(--transition)}@media only screen and (min-width:1200px){.header-search-btn .btn{width:52px;height:52px}}.header-search-btn .btn svg path{stroke:var(--heading);transition:var(--transition)}.header-search-btn .btn:focus,.header-search-btn .btn:hover{border-color:var(--primary)}.header-search-btn .btn:focus svg path,.header-search-btn .btn:hover svg path{stroke:var(--primary)}@media only screen and (min-width:1200px){.header-navigation{margin-left:2rem}}@media only screen and (min-width:1400px){.header-navigation{margin-left:4rem}}.sideMenuButton{width:60px;height:60px;border-radius:6px;min-width:50px;padding:0;background-color:var(--primary)}.sideMenuButton:focus svg path,.sideMenuButton:hover svg path{stroke:var(--white)}.right-side-tourly-offcanvas{width:320px!important;background-color:var(--white)}@media only screen and (min-width:576px){.right-side-tourly-offcanvas{width:450px!important}}@media only screen and (min-width:1200px){.right-side-tourly-offcanvas{width:500px!important}}.right-side-tourly-offcanvas .offcanvas-header{height:110px;justify-content:space-between;padding-left:20px;padding-right:20px;background-color:var(--secondary)}@media only screen and (min-width:576px){.right-side-tourly-offcanvas .offcanvas-header{padding-left:40px;padding-right:40px}}.right-side-tourly-offcanvas .offcanvas-header .btn-close{width:40px;height:40px;padding:0;margin:0;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:var(--transition);border:1px solid var(--border)}.right-side-tourly-offcanvas .offcanvas-body{padding:40px 20px;scrollbar-width:thin}@media only screen and (min-width:576px){.right-side-tourly-offcanvas .offcanvas-body{padding:60px 40px}}.header-area{background-color:rgba(0,0,0,0);transition:var(--transition);position:fixed;width:100%;top:0;left:0;z-index:1000}@media only screen and (min-width:1200px){.header-area{box-shadow:none}}.header-area.mobile-menu-open{background-color:var(--white)}.header-area .navbar-toggler{padding:0;width:2.5rem;height:2.5rem;font-size:1.5rem;color:var(--heading);border:1px solid var(--border);transition:var(--transition)}.header-area .navbar-toggler:focus{box-shadow:none}.header-area .navbar{padding-top:.75rem;padding-bottom:.75rem;transition:var(--transition)}@media only screen and (min-width:1200px){.header-area .navbar{height:100px;padding-top:0;padding-bottom:0}}.header-area .navbar .navbar-brand{margin-right:2rem;line-height:1!important}.header-area .navbar-nav{margin-top:.5rem;margin-bottom:.5rem}@media only screen and (min-width:1200px){.header-area .navbar-nav{margin-top:0;margin-bottom:0;gap:24px}}@media only screen and (min-width:1400px){.header-area .navbar-nav{gap:42px}}.header-area .navbar-nav li>a{display:inline-block;color:var(--heading);font-weight:600;font-size:1rem;text-transform:capitalize;padding-top:.5rem;padding-bottom:.5rem;transition:var(--transition);display:flex;align-items:center;gap:6px}.header-area .navbar-nav li>a i{margin-top:3px}@media only screen and (min-width:1200px){.header-area .navbar-nav li>a{padding-top:1.5rem;padding-bottom:1.5rem}}.header-area .navbar-nav li>a:focus,.header-area .navbar-nav li>a:hover{color:var(--primary)}.header-area .navbar-nav li .tourly-dd-menu{list-style:none;background-color:rgba(0,0,0,0);position:relative;z-index:100;top:100%;width:100%;border:0;border-radius:.5rem;display:none;padding-left:0}@media only screen and (min-width:1200px){.header-area .navbar-nav li .tourly-dd-menu{padding:1rem 0;transition:var(--transition);position:absolute;top:calc(100% + 8px);width:15rem;background-color:var(--white);border:1px solid var(--secondary);visibility:hidden;opacity:0;display:block;left:-1rem}}.header-area .navbar-nav li .tourly-dd-menu.tourly-megamenu{width:100%;display:flex}@media only screen and (min-width:1200px){.header-area .navbar-nav li .tourly-dd-menu.tourly-megamenu{width:30rem}.header-area .navbar-nav li .tourly-dd-menu.tourly-megamenu .tourly-dd-item{border-right:1px solid var(--border)}.header-area .navbar-nav li .tourly-dd-menu.tourly-megamenu .tourly-dd-item:last-child{border-right:0}}.header-area .navbar-nav li .tourly-dd-menu.tourly-megamenu ul{list-style:none;padding-left:0}.header-area .navbar-nav li .tourly-dd-menu.tourly-megamenu.megamenu-lg{width:100%}@media only screen and (min-width:1200px){.header-area .navbar-nav li .tourly-dd-menu.tourly-megamenu.megamenu-lg{width:40rem}}.header-area .navbar-nav li .tourly-dd-menu li>a{transition:var(--transition);position:relative;font-size:15px;padding:.25rem 1rem;color:var(--heading);text-transform:capitalize;align-items:center;justify-content:space-between}@media only screen and (min-width:1200px){.header-area .navbar-nav li .tourly-dd-menu li>a{padding:.25rem 1.5rem}}.header-area .navbar-nav li .tourly-dd-menu li>a:focus,.header-area .navbar-nav li .tourly-dd-menu li>a:hover{background-color:rgba(0,0,0,0);color:var(--primary);padding-left:1.5rem}@media only screen and (min-width:1200px){.header-area .navbar-nav li .tourly-dd-menu li>a:focus,.header-area .navbar-nav li .tourly-dd-menu li>a:hover{color:var(--primary);padding-left:2rem}}.header-area .navbar-nav li.tourly-dd{position:relative;z-index:1}.header-area .navbar-nav li.tourly-dd .dropdown-toggler{position:absolute;width:100%;height:36px;z-index:100;background-color:rgba(0,0,0,0);color:var(--primary);top:2px;cursor:pointer;left:0;display:flex;align-items:center;justify-content:flex-end;font-size:14px}@media only screen and (min-width:1200px){.header-area .navbar-nav li.tourly-dd .dropdown-toggler{display:none}}.header-area .navbar-nav li.tourly-dd>a{position:relative}.header-area .navbar-nav li.tourly-dd:focus>a,.header-area .navbar-nav li.tourly-dd:hover>a{color:var(--primary)}@media only screen and (min-width:1200px){.header-area .navbar-nav li.tourly-dd:focus .tourly-dd-menu,.header-area .navbar-nav li.tourly-dd:hover .tourly-dd-menu{visibility:visible;opacity:1;top:100%}}.header-area .navbar-nav li.tourly-dd .tourly-dd .dropdown-toggler{right:1rem}.header-area .navbar-nav li.tourly-dd .tourly-dd>a{position:relative;width:100%}.header-area .navbar-nav li.tourly-dd .tourly-dd .tourly-dd-menu{display:none;padding-left:1rem}@media only screen and (min-width:1200px){.header-area .navbar-nav li.tourly-dd .tourly-dd .tourly-dd-menu{margin-left:.25rem;top:-8px;left:100%;visibility:hidden;opacity:0;display:block;padding-left:0}.header-area .navbar-nav li.tourly-dd .tourly-dd:focus .tourly-dd-menu,.header-area .navbar-nav li.tourly-dd .tourly-dd:hover .tourly-dd-menu{visibility:visible;opacity:1}}.header-area.sticky-on{background-color:var(--white);box-shadow:0 30px 42px 0 rgba(33,39,37,.1)}@media only screen and (min-width:1200px){.header-area.sticky-on .navbar{height:85px}}.header-area.style-two{background-color:var(--white)}.header-area.style-two .header-top{width:100%;height:48px;transition:var(--transition);border-bottom:1px solid rgba(28,54,55,.25)}.header-area.style-two .header-top .left-side .vr-line{width:1px;height:18px;background-color:var(--heading);flex-shrink:0}.header-area.style-two .header-top .left-side i{color:var(--heading);font-size:20px}.header-area.style-two .header-top .left-side span{color:var(--heading);font-weight:500}.header-area.style-two .header-top.bg-dark .left-side .vr-line{background-color:var(--white)}.header-area.style-two .header-top.bg-dark .left-side i,.header-area.style-two .header-top.bg-dark .left-side span{color:var(--white)}.header-area.style-two .navbar{background-color:var(--white);transition:var(--transition)}@media only screen and (min-width:1200px){.header-area.style-two .navbar{height:100px}}@media only screen and (min-width:992px){.header-area.style-two .navbar .navbar-brand{margin-right:50px}}@media only screen and (min-width:1200px){.header-area.style-two .navbar .navbar-brand{margin-right:90px}}@media only screen and (min-width:1400px){.header-area.style-two .navbar .navbar-brand{margin-right:120px}}.header-area.style-two .navbar-toggler{color:var(--heading)}.header-area.style-two .social-nav a{color:var(--heading);font-size:16px;transform:all .35s;display:flex;align-items:center;gap:4px}.header-area.style-two .social-nav a i{font-size:18px}.header-area.style-two .social-nav a:focus,.header-area.style-two .social-nav a:hover{color:var(--primary)}.header-area.style-two .social-nav.style-two a{border:1.258px solid var(--text-two);width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-two);transition:var(--transition)}.header-area.style-two .social-nav.style-two a:focus,.header-area.style-two .social-nav.style-two a:hover{color:var(--white);background-color:var(--primary);border-color:var(--primary)}.header-area.style-two .social-nav.bg-dark a{color:var(--white);border-color:var(--white)}.header-area.style-two .social-nav.bg-dark a:focus,.header-area.style-two .social-nav.bg-dark a:hover{color:var(--white);background-color:var(--primary);border-color:var(--primary)}.header-area.style-two .offcanvas-icon{border:1px solid var(--heading)}.header-area.style-two .offcanvas-icon svg path{fill:var(--heading)}.header-area.style-two .offcanvas-icon:focus,.header-area.style-two .offcanvas-icon:hover{border-color:var(--primary)}.header-area.style-two .offcanvas-icon:focus svg path,.header-area.style-two .offcanvas-icon:hover svg path{fill:var(--primary)}.header-area.style-two .header-search-btn .btn{border:1px solid var(--heading)}.header-area.style-two .header-search-btn .btn svg path{stroke:var(--heading)}.header-area.style-two .header-search-btn .btn:focus,.header-area.style-two .header-search-btn .btn:hover{border-color:var(--primary)}.header-area.style-two .header-search-btn .btn:focus svg path,.header-area.style-two .header-search-btn .btn:hover svg path{stroke:var(--primary)}.header-area.style-two.sticky-on{background-color:var(--white)}.header-area.style-two.sticky-on .header-top{height:40px;background-color:rgba(0,0,0,0)}@media only screen and (min-width:1200px){.header-area.style-two.sticky-on .navbar{height:80px}}.header-area.style-three{top:28px;box-shadow:none;padding-left:2%;padding-right:2%}.header-area.style-three:after{display:none}.header-area.style-three.mobile-menu-open{background-color:rgba(0,0,0,0)}.header-area.style-three .navbar{background-color:var(--white);padding-left:1rem;padding-right:1rem;border-radius:1rem;border:1px solid var(--white)}@media only screen and (min-width:1200px){.header-area.style-three .navbar{height:100px;padding-left:30px;padding-right:30px;border-radius:5rem}}.header-area.style-three .navbar-nav li>a{color:var(--heading)}.header-area.style-three .navbar-nav li>a:focus,.header-area.style-three .navbar-nav li>a:hover{color:var(--primary)}.header-area.style-three .navbar-nav li .tourly-dd-menu{background-color:rgba(0,0,0,0)}@media only screen and (min-width:1200px){.header-area.style-three .navbar-nav li .tourly-dd-menu{background-color:var(--white)}}.header-area.style-three .navbar-nav li .tourly-dd-menu li>a{color:var(--heading)}.header-area.style-three .navbar-nav li .tourly-dd-menu li>a:focus,.header-area.style-three .navbar-nav li .tourly-dd-menu li>a:hover{background-color:rgba(0,0,0,0);color:var(--primary)}.header-area.style-three .navbar-nav li.tourly-dd:focus>a,.header-area.style-three .navbar-nav li.tourly-dd:hover>a{color:var(--primary)}.header-area.style-three .navbar-nav li.tourly-dd .dropdown-toggler{background-color:rgba(0,0,0,0);color:var(--primary)}.header-area.style-three.sticky-on{box-shadow:none;background-color:rgba(0,0,0,0)}.header-area.style-three.sticky-on .navbar{background-color:var(--white);box-shadow:0 30px 42px 0 rgba(33,39,37,.1);border:1px solid rgba(247,247,247,.1)}@media only screen and (min-width:1200px){.header-area.style-three.sticky-on .navbar{height:80px}}.header-area.style-four .header-top,.header-area.style-four .navbar{padding-left:2%;padding-right:2%}.header-area.style-four .navbar{position:relative;z-index:1}.header-area.style-four .navbar .logo-shape{transition:var(--transition);position:absolute;top:0;left:-50px;width:320px;height:74px;background-repeat:no-repeat;background-size:cover;z-index:-1}@media only screen and (min-width:1200px){.header-area.style-four .navbar .logo-shape{width:384px;height:100px}}.header-area.style-four .navbar-nav li>a{color:var(--heading)}.header-area.style-four .navbar-nav li>a:focus,.header-area.style-four .navbar-nav li>a:hover{color:var(--primary)}.header-area.style-four .navbar-nav li .tourly-dd-menu{background-color:rgba(0,0,0,0)}@media only screen and (min-width:1200px){.header-area.style-four .navbar-nav li .tourly-dd-menu{background-color:var(--secondary);border:0}}.header-area.style-four .navbar-nav li .tourly-dd-menu li>a{color:var(--heading)}.header-area.style-four .navbar-nav li .tourly-dd-menu li>a:focus,.header-area.style-four .navbar-nav li .tourly-dd-menu li>a:hover{background-color:rgba(0,0,0,0);color:var(--primary)}.header-area.style-four .navbar-nav li.tourly-dd:focus>a,.header-area.style-four .navbar-nav li.tourly-dd:hover>a{color:var(--primary)}.header-area.style-four .navbar-nav li.tourly-dd .dropdown-toggler{background-color:rgba(0,0,0,0);color:var(--primary)}.header-area.style-four .offcanvas-icon{border:1px solid rgba(20,20,20,.2);background-color:var(--secondary)}.header-area.style-four .offcanvas-icon svg path{fill:var(--primary-hover)}.header-area.style-four .offcanvas-icon:focus,.header-area.style-four .offcanvas-icon:hover{border-color:var(--primary)}.header-area.style-four .offcanvas-icon:focus svg path,.header-area.style-four .offcanvas-icon:hover svg path{fill:var(--primary)}.header-area.style-four .header-search-btn .btn{border:1px solid rgba(20,20,20,.2);background-color:var(--secondary)}.header-area.style-four .header-search-btn .btn svg path{stroke:var(--primary-hover)}.header-area.style-four .header-search-btn .btn:focus,.header-area.style-four .header-search-btn .btn:hover{border-color:var(--primary)}.header-area.style-four .header-search-btn .btn:focus svg path,.header-area.style-four .header-search-btn .btn:hover svg path{stroke:var(--primary)}.header-area.style-four.sticky-on .navbar .logo-shape{top:0;left:-50px;width:320px;height:74px}@media only screen and (min-width:1200px){.header-area.style-four.sticky-on .navbar .logo-shape{width:384px;height:80px}}.header-area.style-five{border-bottom:1px solid hsla(0,0%,100%,.1)}.header-area.style-five.mobile-menu-open{background-color:var(--heading)}.header-area.style-five .header-search-btn .btn,.header-area.style-five .offcanvas-icon{border:1px solid hsla(0,0%,100%,.1);background-color:rgba(247,247,247,.1)}.header-area.style-five .header-search-btn .btn svg path{stroke:var(--white)}.header-area.style-five .offcanvas-icon svg path{fill:var(--white)}.header-area.style-five .navbar-toggler{color:var(--white);border:1px solid var(--text-two)}.header-area.style-five .navbar-nav li>a{color:var(--white)}.header-area.style-five .navbar-nav li>a:focus,.header-area.style-five .navbar-nav li>a:hover{color:var(--warning)}@media only screen and (min-width:1200px){.header-area.style-five .navbar-nav li .tourly-dd-menu{background-color:var(--secondary);border:1px solid hsla(0,0%,100%,.1)}}.header-area.style-five .navbar-nav li .tourly-dd-menu li>a{color:var(--heading)}.header-area.style-five .navbar-nav li .tourly-dd-menu li>a:focus,.header-area.style-five .navbar-nav li .tourly-dd-menu li>a:hover,.header-area.style-five .navbar-nav li.tourly-dd .dropdown-toggler{background-color:rgba(0,0,0,0);color:var(--primary)}.header-area.style-five .navbar-nav li.tourly-dd:focus>a,.header-area.style-five .navbar-nav li.tourly-dd:hover>a{color:var(--warning)}.header-area.style-five .navbar-nav li .tourly-dd-menu{background-color:var(--white)}.header-area.style-five.sticky-on{background-color:var(--heading);border-bottom:1px solid rgba(0,0,0,0)}.header-area.style-six{box-shadow:none;padding-left:2%;padding-right:2%;border-bottom:1px solid hsla(0,0%,100%,.1)}.header-area.style-six.mobile-menu-open{background-color:var(--heading)}.header-area.style-six .header-search-btn .btn{border:1px solid var(--white);background-color:var(--white)}.header-area.style-six .offcanvas-icon{border:1px solid var(--white);background-color:rgba(0,0,0,0)}.header-area.style-six .offcanvas-icon svg path{fill:var(--white)}.header-area.style-six .offcanvas-icon:focus,.header-area.style-six .offcanvas-icon:hover{border-color:var(--primary)}.header-area.style-six .offcanvas-icon:focus svg path,.header-area.style-six .offcanvas-icon:hover svg path{fill:var(--primary)}.header-area.style-six .navbar-toggler{color:var(--white);border:1px solid var(--text-two)}.header-area.style-six .navbar-nav li>a{color:var(--white)}.header-area.style-six .navbar-nav li>a:focus,.header-area.style-six .navbar-nav li>a:hover{color:var(--warning)}@media only screen and (min-width:1200px){.header-area.style-six .navbar-nav li .tourly-dd-menu{background-color:var(--secondary);border:1px solid hsla(0,0%,100%,.1)}}.header-area.style-six .navbar-nav li .tourly-dd-menu li>a{color:var(--heading)}.header-area.style-six .navbar-nav li .tourly-dd-menu li>a:focus,.header-area.style-six .navbar-nav li .tourly-dd-menu li>a:hover,.header-area.style-six .navbar-nav li.tourly-dd .dropdown-toggler{background-color:rgba(0,0,0,0);color:var(--primary)}.header-area.style-six .navbar-nav li.tourly-dd:focus>a,.header-area.style-six .navbar-nav li.tourly-dd:hover>a{color:var(--warning)}.header-area.style-six .navbar-nav li .tourly-dd-menu{background-color:var(--white)}.header-area.style-six.sticky-on{background-color:var(--heading);border-bottom:1px solid rgba(0,0,0,0)}.header-area.style-thirteen,.header-area.style-thirteen.sticky-on{background-color:var(--heading)}@media only screen and (min-width:1200px){.tourly-dd-menu{visibility:hidden}.tourly-dd-menu,.tourly-dd-menu li{opacity:0;transform:translateY(10px);transition:opacity .35s ease,transform .35s ease}.tourly-dd:hover .tourly-dd-menu{visibility:visible}.tourly-dd:hover .tourly-dd-menu,.tourly-dd:hover .tourly-dd-menu li{opacity:1;transform:translateY(0)}.tourly-dd:hover .tourly-dd-menu li:first-child{transition-delay:70ms}.tourly-dd:hover .tourly-dd-menu li:nth-child(2){transition-delay:.14s}.tourly-dd:hover .tourly-dd-menu li:nth-child(3){transition-delay:.21s}.tourly-dd:hover .tourly-dd-menu li:nth-child(4){transition-delay:.28s}.tourly-dd:hover .tourly-dd-menu li:nth-child(5){transition-delay:.35s}.tourly-dd:hover .tourly-dd-menu li:nth-child(6){transition-delay:.42s}.tourly-dd:hover .tourly-dd-menu li:nth-child(7){transition-delay:.49s}.tourly-dd:hover .tourly-dd-menu li:nth-child(8){transition-delay:.56s}.tourly-dd:hover .tourly-dd-menu li:nth-child(9){transition-delay:.63s}.tourly-dd:hover .tourly-dd-menu li:nth-child(10){transition-delay:.7s}.tourly-dd:hover .tourly-dd-menu li:nth-child(11){transition-delay:.77s}.tourly-dd:hover .tourly-dd-menu li:nth-child(12){transition-delay:.84s}.tourly-dd:hover .tourly-dd-menu li:nth-child(13){transition-delay:.91s}.tourly-dd:hover .tourly-dd-menu li:nth-child(14){transition-delay:.98s}.tourly-dd:hover .tourly-dd-menu li:nth-child(15){transition-delay:1.05s}.tourly-dd:hover .tourly-dd-menu li:nth-child(16){transition-delay:1.12s}.tourly-dd:hover .tourly-dd-menu li:nth-child(17){transition-delay:1.19s}.tourly-dd:hover .tourly-dd-menu li:nth-child(18){transition-delay:1.26s}.tourly-dd:hover .tourly-dd-menu li:nth-child(19){transition-delay:1.33s}.tourly-dd:hover .tourly-dd-menu li:nth-child(20){transition-delay:1.4s}.tourly-dd:hover .tourly-dd-menu li:nth-child(21){transition-delay:1.47s}.tourly-dd:hover .tourly-dd-menu li:nth-child(22){transition-delay:1.54s}.tourly-dd:hover .tourly-dd-menu li:nth-child(23){transition-delay:1.61s}.tourly-dd:hover .tourly-dd-menu li:nth-child(24){transition-delay:1.68s}.tourly-dd:hover .tourly-dd-menu li:nth-child(25){transition-delay:1.75s}.tourly-dd:hover .tourly-dd-menu li:nth-child(26){transition-delay:1.82s}.tourly-dd:hover .tourly-dd-menu li:nth-child(27){transition-delay:1.89s}.tourly-dd:hover .tourly-dd-menu li:nth-child(28){transition-delay:1.96s}.tourly-dd:hover .tourly-dd-menu li:nth-child(29){transition-delay:2.03s}.tourly-dd:hover .tourly-dd-menu li:nth-child(30){transition-delay:2.1s}.tourly-dd:hover .tourly-dd-menu li:nth-child(31){transition-delay:2.17s}.tourly-dd:hover .tourly-dd-menu li:nth-child(32){transition-delay:2.24s}.tourly-dd:hover .tourly-dd-menu li:nth-child(33){transition-delay:2.31s}.tourly-dd:hover .tourly-dd-menu li:nth-child(34){transition-delay:2.38s}.tourly-dd:hover .tourly-dd-menu li:nth-child(35){transition-delay:2.45s}.tourly-dd:hover .tourly-dd-menu li:nth-child(36){transition-delay:2.52s}.tourly-dd:hover .tourly-dd-menu li:nth-child(37){transition-delay:2.59s}.tourly-dd:hover .tourly-dd-menu li:nth-child(38){transition-delay:2.66s}.tourly-dd:hover .tourly-dd-menu li:nth-child(39){transition-delay:2.73s}.tourly-dd:hover .tourly-dd-menu li:nth-child(40){transition-delay:2.8s}.tourly-dd:hover .tourly-dd-menu li:nth-child(41){transition-delay:2.87s}.tourly-dd:hover .tourly-dd-menu li:nth-child(42){transition-delay:2.94s}.tourly-dd:hover .tourly-dd-menu li:nth-child(43){transition-delay:3.01s}.tourly-dd:hover .tourly-dd-menu li:nth-child(44){transition-delay:3.08s}.tourly-dd:hover .tourly-dd-menu li:nth-child(45){transition-delay:3.15s}.tourly-dd:hover .tourly-dd-menu li:nth-child(46){transition-delay:3.22s}.tourly-dd:hover .tourly-dd-menu li:nth-child(47){transition-delay:3.29s}.tourly-dd:hover .tourly-dd-menu li:nth-child(48){transition-delay:3.36s}.tourly-dd:hover .tourly-dd-menu li:nth-child(49){transition-delay:3.43s}.tourly-dd:hover .tourly-dd-menu li:nth-child(50){transition-delay:3.5s}}.navbar-nav-scroll{max-height:50vh}.header-four .collapse{justify-content:space-between!important}.header-four .header-navigation{margin-left:0!important}.header-four .navbar-brand{margin-left:50px}@media screen and (max-width:1699px){.header-four .navbar-brand{margin-left:0}}.hero-content h3{font-size:clamp(24px,3vw,32px);font-weight:400;color:var(--primary)}.hero-content h2{font-size:clamp(28px,5vw,80px);font-weight:600;line-height:1.2;letter-spacing:-2px}.hero-content h2.style-two{font-size:clamp(28px,5vw,120px)}.hero-content p{font-size:16px;margin-bottom:32px}@media only screen and (min-width:1200px){.hero-content p{font-size:18px;margin-bottom:44px}}@media(min-width:1400px)and (max-width:1500px){.hero-content.home-one{padding-left:5%}}.hero-content.home-ten{position:relative;z-index:1;width:290px;padding:24px 18px}.hero-content.home-ten p{font-size:16px;margin-right:74px}.hero-content.home-ten .video-btn{position:absolute;width:74px;height:60px;top:0;right:0;z-index:1;display:flex;align-items:center;justify-content:center;background-color:var(--warning);border-radius:8px;color:var(--heading)}.hero-content.home-ten>.shape-img2{position:absolute;top:0;left:0;z-index:-10;transform:translateX(0)!important;height:100%;width:100%}.hero-content.home-fifteen{position:relative;z-index:1}.hero-content.home-fifteen:before{position:absolute;width:70%;height:120%;top:-10%;left:-20%;z-index:-10;content:"";background-color:rgba(0,0,0,0);border-radius:10px;border:3px solid hsla(0,0%,100%,.1)}.img-group-wrap{display:flex;align-items:center;margin-bottom:30px}.img-group-wrap span{width:50px;height:50px;flex-shrink:0;object-fit:cover;border-radius:50%;border:2px solid var(--white);background-color:var(--heading);font-size:16px;color:var(--white);display:flex;align-items:center;justify-content:center;margin-left:-30px}@media only screen and (min-width:1200px){.img-group-wrap span{width:60px;height:60px;font-size:20px}}.img-group-wrap img{width:50px;height:50px;object-fit:cover;border-radius:50%;border:2px solid var(--white)}.img-group-wrap img:not(:first-child){margin-left:-25px}@media only screen and (min-width:1200px){.img-group-wrap img{width:60px;height:60px}.img-group-wrap img:not(:first-child){margin-left:-30px}}.hero-cta{border-radius:10px;border:2px solid hsla(0,0%,100%,.3);display:flex;align-items:center;justify-content:space-between;padding:16px;gap:16px}@media only screen and (min-width:1200px){.hero-cta{gap:30px;padding:30px}}.hero-cta .hero-cta-btn{width:70px;height:70px;flex-shrink:0;border-radius:50%;background-color:var(--white);font-size:28px;display:flex;align-items:center;justify-content:center;transition:var(--transition);color:var(--heading)}@media only screen and (min-width:1200px){.hero-cta .hero-cta-btn{width:100px;height:100px;font-size:32px}}.hero-cta .hero-cta-btn:focus,.hero-cta .hero-cta-btn:hover{background-color:var(--heading);color:var(--white)}.hero-section{position:relative;z-index:1;padding-top:170px;padding-bottom:150px}@media only screen and (min-width:1200px){.hero-section{padding-top:220px;padding-bottom:180px}}@media only screen and (min-width:1400px){.hero-section{padding-top:250px;padding-bottom:180px}}.hero-section .cloud-img{position:absolute;bottom:-100px;left:0;right:0;width:100%;height:300px;background-repeat:no-repeat;background-size:cover;background-position:50%;z-index:-1}.hero-section .hero-shape{bottom:65px}.hero-section .hero-shape,.hero-section .hero-shape-one{position:absolute;left:45%;transform:translateX(-45%);z-index:-1}.hero-section .hero-shape-one{top:20%}.hero-section .hero-shape-two{position:absolute;bottom:65px;left:45%;transform:translateX(-45%);z-index:-1}.hero-section .hero-shape-three{position:absolute;bottom:0;right:0;z-index:-1}.hero-section .left-shape{position:absolute;top:10%;left:-2px;z-index:-1}.hero-section .right-shape{position:absolute;top:10%;right:-2px;z-index:-1}.hero-section .social-icons{position:absolute;left:3%;top:50%;transform:translateY(-50%);display:flex;gap:8px;flex-direction:column;z-index:100}.hero-section .social-icons:before{bottom:calc(100% + 16px)}.hero-section .social-icons:after,.hero-section .social-icons:before{content:"";position:absolute;left:50%;transform:translateX(-50%);width:1px;height:160px;background:linear-gradient(90deg,rgba(114,185,56,0),#72B938);z-index:10}.hero-section .social-icons:after{top:calc(100% + 16px)}.hero-section .social-icons a{display:block;width:36px;height:36px;border-radius:50%;background-color:hsla(0,0%,100%,.1);color:var(--white);display:flex;align-items:center;justify-content:center;transition:var(--transition)}.hero-section .social-icons a:focus,.hero-section .social-icons a:hover{background-color:var(--primary);color:var(--white)}.hero-section .background-slider-nav{position:absolute;top:50%;transform:translateY(-50%);right:3%;z-index:200;display:flex;gap:20px;flex-direction:column}.hero-section .background-slider-nav .background-button-next,.hero-section .background-slider-nav .background-button-prev{width:48px;height:48px;border-radius:50%;background-color:var(--secondary);color:var(--heading);display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:17px}@media only screen and (min-width:1200px){.hero-section .background-slider-nav .background-button-next,.hero-section .background-slider-nav .background-button-prev{width:56px;height:56px;font-size:24px}}.hero-section .background-slider-nav .background-button-next:focus,.hero-section .background-slider-nav .background-button-next:hover,.hero-section .background-slider-nav .background-button-prev:focus,.hero-section .background-slider-nav .background-button-prev:hover{background-color:var(--primary);color:var(--white)}.hero-section .hero-navigation{position:absolute;width:75px;background:hsla(0,0%,100%,.15);padding:30px 14px;border-radius:100rem;right:30px;top:60%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:12px}@media only screen and (min-width:768px){.hero-section .hero-navigation{right:60px}}@media only screen and (min-width:1200px){.hero-section .hero-navigation{padding:50px 24px;width:100px;right:90px;top:55%}}@media only screen and (min-width:1400px){.hero-section .hero-navigation{right:148px}}.hero-section .hero-navigation .hero-button-next,.hero-section .hero-navigation .hero-button-prev{width:auto;height:auto;text-align:center;border:0;background-color:rgba(0,0,0,0);font-size:24px;transition:var(--transition);color:var(--white)}.hero-section .hero-navigation .hero-button-next:focus,.hero-section .hero-navigation .hero-button-next:hover,.hero-section .hero-navigation .hero-button-prev:focus,.hero-section .hero-navigation .hero-button-prev:hover{color:var(--primary)}.hero-section .hero-navigation .swiper-pagination-bullets{display:flex;gap:12px;flex-direction:column;align-items:center}.hero-section .hero-navigation .swiper-pagination-bullet{width:48px;height:48px;border-radius:50%;border:2px solid var(--white);opacity:1;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:var(--transition)}@media only screen and (min-width:1200px){.hero-section .hero-navigation .swiper-pagination-bullet{width:64px;height:64px}}.hero-section .hero-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active,.hero-section .hero-navigation .swiper-pagination-bullet:focus,.hero-section .hero-navigation .swiper-pagination-bullet:hover{border-color:var(--primary)}.hero-section.style-two{padding-top:122px;padding-bottom:0}@media only screen and (min-width:1200px){.hero-section.style-two{padding-top:148px}}.hero-section.style-two .hero-swiper{border-radius:18px}.hero-section.style-two .hero-swiper-slide{position:relative;z-index:1;padding:50px 1rem;border-radius:18px;overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:var(--transition)}@media only screen and (min-width:576px){.hero-section.style-two .hero-swiper-slide{padding-top:70px;padding-bottom:70px}}@media only screen and (min-width:1200px){.hero-section.style-two .hero-swiper-slide{padding-top:124px;padding-bottom:202px}}.hero-section.style-two .hero-swiper-slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-10;border-radius:18px;background:rgba(0,39,89,.5)}.hero-section.style-three{padding-top:122px;padding-bottom:100px}@media only screen and (min-width:1400px){.hero-section.style-three{padding-top:148px;padding-bottom:280px}}.hero-section.style-three:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-10;background-color:rgba(0,39,89,.5)}@media only screen and (min-width:1400px){.hero-section.style-three .bg-curve-shape{position:absolute;left:50%;transform:translateX(-50%);bottom:0;width:1320px;height:118px;z-index:10;background-color:var(--white)}.hero-section.style-three .bg-curve-shape:before{content:"";position:absolute;top:-1px;left:-100px;width:0;height:0;border-top:119px solid rgba(0,0,0,0);border-right:101px solid var(--white)}.hero-section.style-three .bg-curve-shape:after{content:"";position:absolute;top:-1px;right:-100px;width:0;height:0;border-top:119px solid rgba(0,0,0,0);border-left:101px solid var(--white)}}.hero-section.style-four{padding-top:140px;padding-bottom:70px}@media only screen and (min-width:768px){.hero-section.style-four{padding-top:150px;padding-bottom:80px}}@media only screen and (min-width:1200px){.hero-section.style-four{padding-top:170px;padding-bottom:120px}}.hero-section.style-four:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-10;background-color:var(--heading);opacity:.94}@media only screen and (min-width:768px){.hero-section.style-five{padding-bottom:250px}}@media only screen and (min-width:1200px){.hero-section.style-five{padding-bottom:350px}}.hero-section.style-five:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-10;background-color:var(--heading);opacity:.8}.hero-section.style-five .hero-img{position:absolute;width:100%;bottom:-5px;z-index:1}.hero-section.style-five .hero-img img{width:100%}.hero-section.style-five .plane-img{position:absolute;bottom:-50px;width:100%;left:0;z-index:2}.hero-section.style-six{padding-top:0;padding-bottom:0}.hero-section.style-six .shape-one{position:absolute;bottom:-2px;left:0;width:100%;z-index:5}.hero-section.style-seven:after{background:rgba(0,39,89,.92);opacity:.96}.hero-slide-three{padding-top:170px;padding-bottom:150px}@media only screen and (min-width:1200px){.hero-slide-three{padding-top:220px;padding-bottom:180px}}@media only screen and (min-width:1400px){.hero-slide-three{padding-top:250px;padding-bottom:180px}}.tourly-select,.tourly-select2{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:var(--white);border-radius:0;border:0;float:none!important;font-size:16px;height:auto;line-height:1;padding-left:0;padding-right:30px;width:auto;font-weight:600;color:var(--text)}.tourly-select2:after,.tourly-select:after{border-bottom:2px solid var(--heading);border-right:2px solid var(--heading);height:8px;right:0;width:8px}.tourly-select .list,.tourly-select2 .list{border-radius:8px;padding:0;max-height:130px;width:200px;scrollbar-width:thin}.tourly-select .nice-select-dropdown,.tourly-select2 .nice-select-dropdown{padding:8px;margin-top:12px;background-color:var(--secondary);border-radius:8px;box-shadow:none;top:100%;overflow-y:auto;width:100%}.tourly-select .option,.tourly-select2 .option{padding-left:8px;padding-right:24px;font-size:14px;line-height:30px;font-weight:500;color:var(--heading)}.tourly-select .current,.tourly-select .option.selected,.tourly-select2 .current,.tourly-select2 .option.selected{color:var(--primary)}.tourly-select .nice-select-search,.tourly-select2 .nice-select-search{border-radius:8px}.time-range-picker{border:0;font-size:16px;font-weight:600;color:var(--heading);outline:none;width:140px}.time-range-picker:active,.time-range-picker:focus,.time-range-picker:focus-visible{box-shadow:none}.flatpickr-calendar{padding:8px;font-size:14px;border-radius:8px;position:absolute;background:var(--white);box-shadow:0 0 10px rgba(0,0,0,.1)}.flatpickr-months{align-items:center;background-color:var(--secondary)}.flatpickr-months .flatpickr-next-month,.flatpickr-months .flatpickr-prev-month{position:relative;z-index:1;height:34px;width:34px;display:flex;align-items:center;justify-content:center;padding:0}.flatpickr-months .flatpickr-current-month{position:relative;z-index:1;font-size:110%;font-weight:600;padding:0;display:flex;align-items:center;width:100%;left:0;gap:1rem}.flatpickr-months .flatpickr-current-month .flatpickr-monthDropdown-months,.flatpickr-months .flatpickr-current-month input.cur-year{font-weight:600;color:var(--heading);padding:0}.flatpickr-months .flatpickr-monthDropdown-months,.flatpickr-months .numInputWrapper{width:calc(50% - .5rem);flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .5rem);max-width:calc(50% - .5rem)}.flatpickr-day.endRange,.flatpickr-day.endRange.inRange,.flatpickr-day.endRange.nextMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.endRange:focus,.flatpickr-day.endRange:hover,.flatpickr-day.selected,.flatpickr-day.selected.inRange,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.selected:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange,.flatpickr-day.startRange.inRange,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.startRange:focus,.flatpickr-day.startRange:hover{background:var(--primary);border-color:var(--primary)}.hidden-select{display:none}.hero-search-form{padding:20px;border-radius:10px;background-color:var(--white)}@media only screen and (min-width:1400px){.hero-search-form{border-radius:12rem;padding:28px}}.hero-search-form .search-item .icon{position:relative;z-index:1;display:flex;width:64px;height:64px;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;background-color:var(--secondary);color:var(--text);font-size:18px;transition:var(--transition)}.hero-search-form .search-item .icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:40px;height:40px;border-radius:50%;border:1px solid var(--text);opacity:.3;z-index:-10}.hero-search-form .search-item i{color:var(--heading);font-size:20px}.hero-search-form .search-item label{font-size:16px}.hero-search-form .search-item:focus .icon,.hero-search-form .search-item:hover .icon{color:var(--primary)}.background-swiper{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-10}.background-swiper .swiper-slide{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:100%}.background-swiper:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(90deg,var(--heading) 8.81%,rgba(22,25,32,.06) 99.92%);z-index:10}.background-swiper-two{width:100%;margin-top:-120px}@media only screen and (min-width:992px){.background-swiper-two{margin-top:0}}.background-swiper-two .swiper-slide{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:900px}@media only screen and (min-width:768px){.background-swiper-two .swiper-slide{height:700px}}@media only screen and (min-width:1200px){.background-swiper-two .swiper-slide{height:800px}}@media only screen and (min-width:1400px){.background-swiper-two .swiper-slide{height:1000px}}.background-swiper-two-pagination-wrap{padding:16px 20px;position:absolute;width:95%;border-radius:0 10px 0 0;background:var(--white);height:auto;z-index:10;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;gap:30px}@media only screen and (min-width:576px){.background-swiper-two-pagination-wrap{width:550px}}@media only screen and (min-width:768px){.background-swiper-two-pagination-wrap{width:650px}}@media only screen and (min-width:992px){.background-swiper-two-pagination-wrap{width:900px}}@media only screen and (min-width:1200px){.background-swiper-two-pagination-wrap{width:1000px;padding:24px 28px}}.background-swiper-two-pagination{display:flex;align-items:center;justify-content:center;gap:10px}.background-swiper-two-pagination .swiper-pagination-bullet{display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer}@media only screen and (min-width:480px){.background-swiper-two-pagination .swiper-pagination-bullet{flex-direction:row}}.background-swiper-two-pagination .swiper-pagination-bullet .thumb{display:block;width:60px;height:50px;flex-shrink:0;border-radius:10px;background-size:cover;background-position:50%;background-repeat:no-repeat}@media only screen and (min-width:768px){.background-swiper-two-pagination .swiper-pagination-bullet .thumb{width:80px;height:60px}}@media only screen and (min-width:1200px){.background-swiper-two-pagination .swiper-pagination-bullet .thumb{width:120px;height:100px}}.background-swiper-two-pagination .swiper-pagination-bullet .content{display:none}@media only screen and (min-width:480px){.background-swiper-two-pagination .swiper-pagination-bullet .content{display:block}}.background-swiper-two-pagination .swiper-pagination-bullet .content .title{transition:var(--transition);display:block;font-size:clamp(12px,2vw,20px);font-weight:600;color:var(--heading)}.background-swiper-two-pagination .swiper-pagination-bullet .content .subtitle{display:none;font-size:12px;color:var(--text)}@media only screen and (min-width:992px){.background-swiper-two-pagination .swiper-pagination-bullet .content .subtitle{display:block;font-size:14px}}@media only screen and (min-width:1400px){.background-swiper-two-pagination .swiper-pagination-bullet .content .subtitle{font-size:16px}}.background-swiper-two-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .content .title{color:var(--primary)}.background-swiper-two-nav{display:flex;flex-direction:column;gap:10px}.background-swiper-two-nav .background-swiper-two-button-next,.background-swiper-two-nav .background-swiper-two-button-prev{display:flex;align-items:center;justify-content:center;transition:var(--transition);width:30px;height:30px;flex-shrink:0;border-radius:50%;background-color:var(--heading);color:var(--white);font-size:14px;cursor:pointer}@media only screen and (min-width:1200px){.background-swiper-two-nav .background-swiper-two-button-next,.background-swiper-two-nav .background-swiper-two-button-prev{width:44px;height:44px;font-size:18px}}.background-swiper-two-nav .background-swiper-two-button-next:focus,.background-swiper-two-nav .background-swiper-two-button-next:hover,.background-swiper-two-nav .background-swiper-two-button-prev:focus,.background-swiper-two-nav .background-swiper-two-button-prev:hover{background-color:var(--primary)}.search-form-container{position:relative;z-index:10;width:100%}@media only screen and (min-width:1200px){.search-form-container{height:78px}}.hero-two-search-form{position:relative;z-index:100;border-radius:18px;background:var(--secondary);padding:28px;margin-top:50px}@media only screen and (min-width:1200px){.hero-two-search-form{position:absolute;width:100%;bottom:0;left:0;z-index:200;margin-top:0;padding:40px}}.hero-two-search-form form{display:flex;align-items:end;justify-content:space-between;gap:20px;flex-wrap:wrap}@media only screen and (min-width:1200px){.hero-two-search-form form{gap:30px}}.hero-two-search-form form .form-group{flex:0 0 100%;width:50%}@media only screen and (min-width:576px){.hero-two-search-form form .form-group{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 15px);width:calc(50% - 15px)}}@media only screen and (min-width:992px){.hero-two-search-form form .form-group{flex:0 0 145px;width:145px}}@media only screen and (min-width:1200px){.hero-two-search-form form .form-group{flex:0 0 165px;width:165px}}@media only screen and (min-width:1400px){.hero-two-search-form form .form-group{flex:0 0 200px;width:200px}}.hero-two-search-form .vr-line{width:1px;height:76px;background:rgba(118,118,118,.3);flex-shrink:0}.hero-two-search-form label{font-size:16px;color:var(--heading);font-weight:600}.hero-two-search-form label i{font-size:20px;margin-left:16px}.hero-two-search-form .tourly-select,.hero-two-search-form .tourly-select2{background-color:var(--white);border-radius:8px;border:0;float:none!important;font-size:16px;height:44px;line-height:44px;padding-left:16px;padding-right:30px;width:100%;font-weight:400;color:var(--text)}.hero-two-search-form .tourly-select2:after,.hero-two-search-form .tourly-select:after{display:none}.hero-two-search-form .tourly-select .nice-select-dropdown,.hero-two-search-form .tourly-select2 .nice-select-dropdown{background-color:var(--white);box-shadow:0 0 10px rgba(0,0,0,.1);overflow-y:auto}.hero-two-search-form .form-control{border-radius:8px;border:0;height:44px;line-height:44px;padding:0 16px;font-weight:400;color:var(--text);width:100%}.hero-two-search-form.style-two{background:var(--secondary)}.hero-two-search-form.style-three{position:relative;z-index:1;margin-top:50px}@media only screen and (min-width:1400px){.hero-two-search-form.style-three{margin-top:0;position:absolute;bottom:0;left:0;width:100%;z-index:100}}.hero-two-search-form.style-three .tourly-select2:after,.hero-two-search-form.style-three .tourly-select:after{display:block;border-bottom:2px solid var(--text-two);border-right:2px solid var(--text-two);height:8px;right:16px;width:8px}.hero-two-search-form .nav{gap:8px}.hero-two-search-form .nav .nav-link{padding-top:0;color:var(--heading);display:flex;align-items:center;gap:6px;border-bottom:2px solid rgba(0,0,0,0)}.hero-two-search-form .nav .nav-link.active{color:var(--primary);border-bottom:2px solid var(--primary)}.hero-ten-top{position:absolute;padding-top:140px;width:100%;top:0;left:0;z-index:10}@media only screen and (min-width:1200px){.hero-ten-top{padding-top:200px}}.hero-ten-top>.shape-img{position:absolute;top:55%;transform:translateY(-50%);right:0;z-index:-1}.hero-ten-top .hero-ten-top-bg{position:absolute;top:0;left:0;z-index:-1;width:100%}.hero-ten-top .hero-ten-top-bg img{width:100%}.hero-four{position:relative;z-index:99;padding:220px 0 150px}.hero-four:before{position:absolute;top:0;left:0;right:0;bottom:0;content:"";width:100%;height:100%;z-index:-1;background:rgba(0,39,89,.6)}.hero-four .background-slider-nav{position:absolute;top:50%;transform:translateY(-50%);right:3%;z-index:100;display:flex;gap:20px;flex-direction:column}.hero-four .background-slider-nav .background-button-next,.hero-four .background-slider-nav .background-button-prev{width:48px;height:48px;border-radius:50%;background-color:var(--white);color:var(--heading);display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:17px}.hero-four .background-slider-nav .background-button-next:focus,.hero-four .background-slider-nav .background-button-next:hover,.hero-four .background-slider-nav .background-button-prev:focus,.hero-four .background-slider-nav .background-button-prev:hover{background-color:var(--primary);color:var(--white)}@media only screen and (min-width:1200px){.hero-four .background-slider-nav .background-button-next,.hero-four .background-slider-nav .background-button-prev{width:56px;height:56px;font-size:24px}}.hero-four .hero-navigation{position:absolute;width:75px;background:hsla(0,0%,100%,.15);padding:30px 14px;border-radius:100rem;right:30px;top:50%;transform:translateY(-50%);z-index:100;display:flex;flex-direction:column;gap:12px}@media only screen and (min-width:768px){.hero-four .hero-navigation{right:60px}}@media only screen and (min-width:1200px){.hero-four .hero-navigation{padding:50px 24px;width:100px;right:90px}}@media only screen and (min-width:1400px){.hero-four .hero-navigation{right:148px}}.hero-four .hero-navigation .hero-button-next,.hero-four .hero-navigation .hero-button-prev{width:auto;height:auto;text-align:center;border:0;background-color:rgba(0,0,0,0);font-size:24px;transition:var(--transition);color:var(--heading)}.hero-four .hero-navigation .hero-button-next:focus,.hero-four .hero-navigation .hero-button-next:hover,.hero-four .hero-navigation .hero-button-prev:focus,.hero-four .hero-navigation .hero-button-prev:hover{color:var(--primary)}.hero-four .hero-navigation .swiper-pagination-bullets{display:flex;gap:12px;flex-direction:column;align-items:center}.hero-four .hero-navigation .swiper-pagination-bullet{width:48px;height:48px;border-radius:50%;border:2px solid var(--white);opacity:1;background-position:50%;background-repeat:no-repeat;background-size:cover;transition:var(--transition)}@media only screen and (min-width:1200px){.hero-four .hero-navigation .swiper-pagination-bullet{width:64px;height:64px}}.hero-four .hero-navigation .swiper-pagination-bullet.swiper-pagination-bullet-active,.hero-four .hero-navigation .swiper-pagination-bullet:focus,.hero-four .hero-navigation .swiper-pagination-bullet:hover{border-color:var(--primary)}.hero-four .shape1{position:absolute;bottom:-1px;left:0;right:0}.hero-four .shape1 img{width:100%;height:70px;object-fit:cover}.hero-four .hero-content h6{color:var(--primary);font-family:var(--font-montez);font-size:32px;font-weight:400}.hero-four .hero-content h2{color:var(--white);font-size:clamp(32px,5vw,80px);font-weight:600;text-transform:capitalize;margin-bottom:10px}.hero-four .hero-content p{color:var(--white);max-width:675px;font-size:18px;font-weight:400}.hero-four .hero-img{position:relative}.hero-four .hero-img img{width:100%;height:100%}.hero-four .hero-img2{position:absolute;bottom:0;left:0}.hero-four .hero-img2 .play-video-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-four .hero-img2 .play-video-btn .icon{width:60px;height:60px;line-height:50px;text-align:center;border-radius:50%;border-radius:60px;border:6px solid var(--white-300);background:var(--primary);color:var(--white);cursor:pointer}.hero-five .hero-swiper,.hero-five .hero-swiper-slide,.hero-five .hero-swiper:after{border-radius:0!important}.hero-five .hero-swiper-slide:after{border-radius:0!important;background:linear-gradient(90deg,#002759 8.81%,rgba(0,39,89,.06) 99.92%)!important}.hero-five .hero-content h6{color:var(--primary);font-family:var(--font-montez);font-size:32px;font-weight:400}.hero-five .hero-navigation{width:auto;height:auto;background:rgba(0,0,0,0);display:flex;align-items:center}.hero-five .hero-navigation .hero-button-next,.hero-five .hero-navigation .hero-button-prev{width:60px;height:60px;border-radius:50%;background-color:hsla(0,0%,100%,.2);color:var(--white);display:flex;align-items:center;justify-content:center}.hero-five .hero-navigation .hero-button-next:focus,.hero-five .hero-navigation .hero-button-next:hover,.hero-five .hero-navigation .hero-button-prev:focus,.hero-five .hero-navigation .hero-button-prev:hover{background-color:var(--primary);color:var(--white)}.hero-big-image-container{margin-top:110px;position:relative;width:calc(100% - 30px);height:700px;left:15px;right:15px;bottom:15px;border-radius:30px}@media only screen and (min-width:576px){.hero-big-image-container{width:calc(100% - 60px);left:30px;right:30px;bottom:30px}}.hero-big-image-container .hero-search-form-overlay{position:relative;z-index:1;background-color:var(--primary);padding:0 20px 20px;border-radius:0 0 32px 32px}.hero-big-image-container .hero-search-form-overlay .left-search-shape{position:absolute;top:-9px;left:-60px;z-index:10}.hero-big-image-container .hero-search-form-overlay .right-search-shape{position:absolute;top:-11px;right:-54px;z-index:10}.hero-big-image-container .hero-search-form{position:relative;z-index:1;background-color:var(--white);border-radius:18px}.hero-big-image-container .new-video{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);background-color:var(--white);border-radius:50%;padding:10px}@media only screen and (min-width:768px){.hero-big-image-container .new-video{top:60%}}.hero-big-image-container .new-video .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:60px;height:60px;text-align:center;border-radius:50%;background:var(--heading);color:var(--white);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:28px}@media only screen and (min-width:576px){.hero-big-image-container .new-video .icon{width:100px;height:100px;font-size:24px}}.hero-big-image-container .new-video .icon:focus,.hero-big-image-container .new-video .icon:hover{background-color:var(--primary);color:var(--white)}.hero-slide-three{position:relative;z-index:1}.hero-slide-three:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:linear-gradient(270deg,rgba(22,25,32,0) .41%,var(--heading) 89.63%)}.hero-nine-search-form{padding:40px 30px;border-radius:18px;background-color:var(--white)}.hero-nine-search-form label{font-size:16px;font-weight:600;color:var(--heading);display:block;margin-bottom:10px}.hero-nine-search-form .form-control{border:1px solid var(--border)}.hero-nine-search-form .tourly-select,.hero-nine-search-form .tourly-select2{border:1px solid var(--border);height:50px;line-height:50px;padding:0 20px;border-radius:8px}.hero-nine-search-form .tourly-select2:after,.hero-nine-search-form .tourly-select:after{right:20px}.hero-swiper-six-next,.hero-swiper-six-prev{position:absolute;top:50%;transform:translateY(-50%);z-index:100;width:60px;height:60px;border-radius:50%;border:1px solid var(--white);color:var(--white);cursor:pointer;transition:var(--transition);font-size:24px;display:flex;align-items:center;justify-content:center;left:40px;visibility:hidden;opacity:0}@media only screen and (min-width:1400px){.hero-swiper-six-next,.hero-swiper-six-prev{visibility:visible;opacity:1}}.hero-swiper-six-next:focus,.hero-swiper-six-next:hover,.hero-swiper-six-prev:focus,.hero-swiper-six-prev:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.hero-swiper-six-next{left:auto;right:40px}.marquee-slide-wrap{width:110%;position:absolute;z-index:100;bottom:-80px;left:-5%;right:-5%}.catagory-slide{position:relative;padding-top:12px;padding-bottom:12px;transform:rotate(-6deg);width:100%;left:0;top:-20px}@media only screen and (min-width:1400px){.catagory-slide{padding-top:24px;padding-bottom:24px;transform:rotate(-4deg);top:20px}}.catagory-slide .marquee-item{color:var(--white);font-size:clamp(16px,2vw,36px);font-weight:600;display:flex;align-items:center;margin-left:20px;gap:20px}.catagory-slide.style-two{transform:rotate(6deg);box-shadow:0 4px 30px 0 rgba(0,0,0,.1);top:-70px}@media only screen and (min-width:1400px){.catagory-slide.style-two{transform:rotate(4deg)}}.hero-slider-fifteen{position:relative;z-index:1;padding-bottom:50px}.hero-slider-fifteen .swiper-slide{border-radius:200rem 200rem 0 0;background-image:none!important}.hero-slider-fifteen .swiper-slide img{border-radius:200rem 200rem 0 0;width:100%}.hero-slider-fifteen-pagination{position:absolute;width:calc(100% - 120px);left:60px;bottom:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:10px}@media only screen and (min-width:576px){.hero-slider-fifteen-pagination{gap:30px}}@media only screen and (min-width:768px){.hero-slider-fifteen-pagination{gap:10px}}@media only screen and (min-width:992px){.hero-slider-fifteen-pagination{gap:30px}}.hero-slider-fifteen-pagination .swiper-pagination-bullet{position:relative;z-index:1;width:140px;height:140px;border-radius:200rem 200rem 0 0;cursor:pointer;background-position:50%;background-size:cover;background-repeat:no-repeat;transition:var(--transition);display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;color:rgba(0,0,0,0)}@media only screen and (min-width:992px){.hero-slider-fifteen-pagination .swiper-pagination-bullet{font-size:24px}}.hero-slider-fifteen-pagination .swiper-pagination-bullet:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:200rem 200rem 0 0;background:rgba(28,37,57,.6);z-index:-1;opacity:0;visibility:hidden}.hero-slider-fifteen-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--primary);color:var(--white)}.hero-slider-fifteen-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{opacity:1;visibility:visible}.hero-slider-fifteen-button-next,.hero-slider-fifteen-button-prev{position:absolute;z-index:100;transition:var(--transition);width:44px;height:44px;border-radius:50%;color:var(--heading);background-color:var(--white);cursor:pointer;font-size:24px;display:flex;align-items:center;justify-content:center}.hero-slider-fifteen-button-next:focus,.hero-slider-fifteen-button-next:hover,.hero-slider-fifteen-button-prev:focus,.hero-slider-fifteen-button-prev:hover{background-color:var(--primary);color:var(--white)}.hero-slider-fifteen-button-prev{bottom:28px;left:38px}.hero-slider-fifteen-button-next{bottom:28px;right:38px}.bg-swiper{z-index:-10}.bg-swiper,.bg-swiper:after{position:absolute;width:100%;height:100%;top:0;left:0}.bg-swiper:after{content:"";z-index:10;background:rgba(0,39,89,.7)}.bg-swiper-button-next,.bg-swiper-button-prev{width:91px;height:80px;flex-shrink:0;border-radius:3rem 0 0 3rem;background-color:var(--white);color:var(--heading);font-size:32px;position:absolute;top:50%;transform:translateY(-50%);right:-100px;z-index:100;display:flex;align-items:center;justify-content:center;transition:var(--transition)}.bg-swiper-button-next:focus,.bg-swiper-button-next:hover,.bg-swiper-button-prev:focus,.bg-swiper-button-prev:hover{background-color:var(--primary);color:var(--white)}.bg-swiper-button-prev{left:-100px;right:auto;border-radius:0 3rem 3rem 0}.home-sixteen:focus .bg-swiper-button-next,.home-sixteen:hover .bg-swiper-button-next{right:0}.home-sixteen:focus .bg-swiper-button-prev,.home-sixteen:hover .bg-swiper-button-prev{left:0}.hero-seventeen-swiper{width:140%}.hero-seventeen-swiper .swiper-slide img{border-radius:20px}.hero-seventeen-slide-wrap{transform:translateY(60px)}@media only screen and (min-width:576px){.hero-seventeen-slide-wrap{transform:translateY(70px)}}@media only screen and (min-width:768px){.hero-seventeen-slide-wrap{transform:translateY(85px)}}@media only screen and (min-width:992px){.hero-seventeen-slide-wrap{transform:translateY(100px)}}@media only screen and (min-width:1200px){.hero-seventeen-slide-wrap{transform:translateY(110px)}}@media only screen and (min-width:1400px){.hero-seventeen-slide-wrap{transform:translateY(124px)}}.hero-seventeen-slide-wrap .container{position:relative;z-index:1}.hero-seventeen-navigation{display:flex;flex-direction:column;gap:1rem;top:50%;transform:translateY(-50%);position:absolute;z-index:100;left:8px}@media only screen and (min-width:1200px){.hero-seventeen-navigation{left:0}}@media only screen and (min-width:1400px){.hero-seventeen-navigation{left:-16px}}.hero-seventeen-navigation .hero-seventeen-swiper-button-next,.hero-seventeen-navigation .hero-seventeen-swiper-button-prev{width:42px;height:42px;background-color:hsla(0,0%,100%,.15);font-size:20px;color:var(--white);border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:var(--transition)}@media only screen and (min-width:1400px){.hero-seventeen-navigation .hero-seventeen-swiper-button-next,.hero-seventeen-navigation .hero-seventeen-swiper-button-prev{width:56px;height:56px;font-size:24px}}.hero-seventeen-navigation .hero-seventeen-swiper-button-next:focus,.hero-seventeen-navigation .hero-seventeen-swiper-button-next:hover,.hero-seventeen-navigation .hero-seventeen-swiper-button-prev:focus,.hero-seventeen-navigation .hero-seventeen-swiper-button-prev:hover{background-color:var(--primary);color:var(--white)}.about-company-section{position:relative;z-index:1}.about-company-section:after{content:"";position:absolute;top:50%;transform:translateY(-50%);right:10%;width:170px;height:280px;flex-shrink:0;border-radius:280px;background:var(--primary);filter:blur(200px);z-index:-1;opacity:.5}.about-company-section .maps-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:-1;width:100%;height:100%;object-fit:cover}.about-company-section.style-two:after{display:none}.about-card-sm .icon{position:relative;z-index:1;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--primary);background-color:var(--secondary);transition:var(--transition);font-size:2rem}.about-card-sm .icon:after{top:0;left:0;background-color:var(--secondary);z-index:-5}.about-card-sm .icon:after,.about-card-sm .icon:before{content:"";position:absolute;width:100%;height:100%;border-radius:50%;transition:var(--transition)}.about-card-sm .icon:before{background-color:var(--primary);top:-6px;left:-6px;z-index:-100}.about-card-sm .icon.bg-white:after{background-color:var(--white)}.about-card-sm .line{width:1px;height:60px;background:var(--text);flex-shrink:0}.about-card-sm:focus .icon:before,.about-card-sm:hover .icon:before{top:-9px;left:-9px}.why-choose-thumbnail{position:relative;z-index:1;display:flex;gap:10px;flex-direction:column;justify-content:flex-end;align-items:flex-end}.why-choose-thumbnail img{border-radius:18px}.why-choose-thumbnail .second-img{width:55%}.why-choose-thumbnail .second-img img{width:100%}.why-choose-thumbnail .third-img{position:absolute;bottom:0;left:0;z-index:1;width:45%;border-radius:30px;border-top:10px solid var(--secondary);border-right:10px solid var(--secondary)}.why-choose-thumbnail .third-img img{width:100%}.why-choose-section{border-radius:18px;position:relative;z-index:1;background-repeat:no-repeat;background-size:cover;background-position:50%}.why-choose-section img{border-radius:18px;width:100%}.why-choose-section.style-two{background:linear-gradient(180deg,rgba(247,247,247,0) 0,var(--secondary) 100%)}.years-of-experience{position:relative;width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--white);color:var(--heading);font-size:42px;font-weight:600;margin-left:26px;margin-bottom:26px;margin-top:60px}.years-of-experience .shape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-repeat:no-repeat;background-size:cover;background-position:50%;width:156px;height:156px;z-index:-1}@keyframes experience-spin{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.why-choose-card{position:relative;z-index:1;display:flex;gap:16px}.why-choose-card .icon{flex-shrink:0;width:70px;height:70px;border-radius:10px;display:flex;align-items:center;justify-content:center;background-color:var(--white);color:var(--heading)}@media only screen and (min-width:768px){.why-choose-card .overflow-img{width:70%}}@media only screen and (min-width:992px){.why-choose-card .overflow-img{display:none}}@media only screen and (min-width:1200px){.why-choose-card .overflow-img{display:block;position:absolute;width:100%;bottom:0}}.why-choose-card-two{border-radius:18px;background:var(--secondary);padding:30px 16px;text-align:center}@media only screen and (min-width:1400px){.why-choose-card-two{padding:40px 28px}}.why-choose-card-two .icon{position:relative;z-index:1;width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--white);color:var(--heading);font-size:2rem;margin-bottom:40px;margin-left:auto;margin-right:auto;transition:var(--transition)}.why-choose-card-two .icon:after{transition:var(--transition);content:"";position:absolute;top:-4px;left:-4px;width:calc(100% + 8px);height:calc(100% + 8px);border-radius:50%;background-color:rgba(2,165,206,.1);z-index:-1;opacity:0;visibility:hidden}.why-choose-card-two:focus .icon,.why-choose-card-two:hover .icon{background-color:var(--warning);color:var(--white)}.why-choose-card-two:focus .icon:after,.why-choose-card-two:hover .icon:after{opacity:1;visibility:visible}.why-choose-card-two.style-two{background-color:var(--white)}.why-choose-card-two.style-two .icon{background-color:var(--secondary);color:var(--heading)}.why-choose-card-two.style-three{position:relative;z-index:1;background-color:var(--white);text-align:left}.why-choose-card-two.style-three .shape{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-10}.why-choose-card-two.style-three .icon{width:auto;height:auto;border-radius:0;display:block}.why-choose-card-two.style-three .icon:after{display:none}.why-choose-card-two.style-three:focus .icon,.why-choose-card-two.style-three:hover .icon{background-color:rgba(0,0,0,0);color:var(--primary)}.why-choose-card-two.style-three:focus .icon:after,.why-choose-card-two.style-three:hover .icon:after{display:none}.about-list .icon{flex-shrink:0;color:var(--primary-hover);line-height:1}.about-list .icon i{font-size:28px}.about-list p{font-size:16px}.about-list ul{flex:0 0 100%;width:100%;max-width:100%}@media only screen and (min-width:576px){.about-list ul{flex:0 0 45%;width:45%;max-width:45%}}@media only screen and (min-width:992px){.about-list ul{flex:0 0 70%;width:70%;max-width:70%}}@media only screen and (min-width:1200px){.about-list ul{flex:0 0 40%;width:40%;max-width:40%}}.about-list ul li{display:flex;align-items:center;gap:8px}.about-list ul li i{font-size:24px;color:var(--primary)}.about-list-three li{display:flex;align-items:center;gap:8px}.about-video-content{position:relative;border-radius:300px}.about-video-content img{border-radius:300px;width:100%}.about-video-content .play-video-btn .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:var(--white);transition:var(--transition);cursor:pointer}@media only screen and (min-width:1200px){.about-video-content .play-video-btn .icon{width:74px;height:74px}}.about-video-content .play-video-btn .icon i{font-size:32px}.about-video-content .play-video-btn .icon:focus,.about-video-content .play-video-btn .icon:hover{background-color:var(--heading)}.about-images .position-relative .play-video-btn .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:var(--white);transition:var(--transition);cursor:pointer}@media only screen and (min-width:1200px){.about-images .position-relative .play-video-btn .icon{width:74px;height:74px}}.about-images .position-relative .play-video-btn .icon i{font-size:32px}.about-images .position-relative .play-video-btn .icon:focus,.about-images .position-relative .play-video-btn .icon:hover{background-color:var(--heading)}.about-thumbnail{position:relative;z-index:1;width:100%}.about-thumbnail img{border-radius:20px}.about-thumbnail .shape{position:absolute;bottom:0;left:0;z-index:-1}.about-thumbnail .first-img{width:70%;height:450px}.about-thumbnail .first-img img{width:100%;height:100%;object-fit:cover}.about-thumbnail .second-img{position:absolute;top:100px;right:0;width:55%}@media only screen and (min-width:576px){.about-thumbnail .second-img{top:140px}}@media only screen and (min-width:768px){.about-thumbnail .second-img{top:100px}}@media only screen and (min-width:992px){.about-thumbnail .second-img{top:190px}}@media only screen and (min-width:1200px){.about-thumbnail .second-img{top:160px}}@media only screen and (min-width:1400px){.about-thumbnail .second-img{top:100px}}.about-thumbnail .second-img img{width:100%}.about-thumbnail .third-img{position:relative;z-index:10;left:160px;margin-top:24px;width:45%}@media only screen and (min-width:992px){.about-thumbnail .third-img{left:60px;width:70%}}@media only screen and (min-width:1200px){.about-thumbnail .third-img{left:100px;width:55%}}@media only screen and (min-width:1400px){.about-thumbnail .third-img{left:160px;width:45%}}.about-thumbnail .third-img img{width:100%}.about-thumbnail .play-video-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;cursor:pointer}.about-thumbnail .play-video-btn .icon{width:60px;height:60px;background-color:var(--primary);color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;transition:var(--transition)}@media only screen and (min-width:992px){.about-thumbnail .play-video-btn .icon{width:80px;height:80px}}.about-thumbnail .play-video-btn .icon i{font-size:20px}.about-thumbnail .play-video-btn .icon:focus,.about-thumbnail .play-video-btn .icon:hover{background-color:var(--primary-hover);color:var(--white)}.about-thumbnail .about-img-sm{border-radius:100rem;width:45%;position:absolute;top:50%;transform:translateY(-50%);z-index:1;right:0;border:10px solid var(--white)}.about-thumbnail .about-img-lg{width:75%;border-radius:100rem}.about-thumbnail.style-two .first-img{width:90%;height:auto}.about-thumbnail.style-two .second-img{width:30%;top:50%;transform:translateY(-50%);right:0;border:5px solid var(--white);border-radius:18px}.about-thumbnail.style-two .second-img img{border-radius:10px}.about-thumbnail.style-three .shape{bottom:auto;top:0;left:auto;right:0}.about-thumbnail.style-three .first-img{width:60%}.about-thumbnail.style-three .second-img{position:absolute;top:50%;transform:translateY(-50%)!important;right:0;width:55%}.about-thumbnail.style-three .second-img img{width:100%}.about-thumbnail.style-three .third-img{position:relative;z-index:1;width:60%;left:50%;transform:translateX(-50%)}.experience-content{text-align:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;color:var(--white);padding-bottom:1rem}.experience-content h2{font-size:clamp(24px,4vw,80px)}.experience-content p{font-size:12px}@media only screen and (min-width:1200px){.experience-content p{font-size:14px}}@media only screen and (min-width:1400px){.experience-content p{font-size:16px}}.top-catagory-card a{display:block;text-align:center;margin-top:2px}.top-catagory-card a img{border-radius:200rem;width:100%}.top-catagory-card a h4,.top-catagory-card a p{transition:var(--transition)}.top-catagory-card a:focus h4,.top-catagory-card a:hover h4{color:var(--primary)}.top-catagory-card a:focus p,.top-catagory-card a:hover p{color:var(--heading)}.top-catagory-card-two a{display:block;text-align:center}.top-catagory-card-two a img{border-radius:18px;width:100%;margin-bottom:24px}.top-catagory-pagination{display:flex;align-items:center;justify-content:center;gap:8px}.top-catagory-pagination .swiper-pagination-bullet{width:12px;height:12px;border-radius:50%;border:1px solid var(--primary);background-color:rgba(0,0,0,0);transition:var(--transition);opacity:1}.top-catagory-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--primary);border-color:var(--primary);width:26px;flex-shrink:0;flex:0 0 26px;border-radius:26px}.accommodation-card{display:flex;align-items:center;justify-content:center;flex-direction:column;border-bottom:1px solid var(--border);padding-top:40px;padding-bottom:40px;cursor:pointer}.accommodation-card:first-child{padding-top:0}.accommodation-card:last-child{border-bottom:none;padding-bottom:0}.accommodation-card .accommodation-content>*{flex:1 1}.accommodation-card .accommodation-hidden-content{max-height:0;overflow:hidden;opacity:0;transition:max-height .4s ease,opacity .4s ease;display:flex;gap:36px;flex-direction:column;padding-left:5%;padding-right:5%}.accommodation-card .accommodation-name span{display:block;color:var(--text-two);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--border);font-size:clamp(16px,2vw,20px);font-weight:500}.accommodation-card .accommodation-name h2{font-size:clamp(20px,2vw,50px)}.accommodation-card .accommodation-name h2,.accommodation-card .accommodation-price h3{color:var(--heading);-webkit-text-stroke-width:1px;-webkit-text-stroke-color:var(--border);font-weight:600}.accommodation-card .accommodation-price h3{font-size:clamp(20px,2vw,36px);display:flex;flex-wrap:wrap;align-items:baseline;justify-content:flex-end}.accommodation-card .accommodation-price h3 span{color:var(--text-two);font-size:clamp(12px,2vw,18px);font-weight:400}.accommodation-card .accommodation-thumb{transition:var(--transition);text-align:center}.accommodation-card .accommodation-thumb img{transition:var(--transition);width:60px;height:60px;border-radius:50%}@media only screen and (min-width:768px){.accommodation-card .accommodation-thumb img{width:80px;height:80px}}@media only screen and (min-width:992px){.accommodation-card .accommodation-thumb img{width:120px;height:120px}}@media only screen and (min-width:1200px){.accommodation-card .accommodation-thumb img{width:140px;height:140px}}@media only screen and (min-width:1400px){.accommodation-card .accommodation-thumb img{width:200px;height:200px}}.accommodation-card .accommodation-info{display:flex;transition:var(--transition);gap:24px;flex-wrap:wrap;justify-content:center;margin-top:36px}.accommodation-card .accommodation-info li{display:flex;align-items:center;justify-content:center;gap:12px;border:1px solid var(--border);padding:0 16px;border-radius:5rem;height:50px;flex:0 0 240px;width:240px}@media only screen and (min-width:1400px){.accommodation-card .accommodation-info li{height:60px;padding:0 24px}}.accommodation-card .accommodation-info li i{color:var(--heading);font-size:24px}.accommodation-card.open .accommodation-hidden-content{opacity:1}.accommodation-card.open .accommodation-thumb img{width:80px;height:80px}@media only screen and (min-width:768px){.accommodation-card.open .accommodation-thumb img{width:120px;height:120px}}@media only screen and (min-width:992px){.accommodation-card.open .accommodation-thumb img{width:140px;height:140px}}@media only screen and (min-width:1200px){.accommodation-card.open .accommodation-thumb img{width:200px;height:200px}}@media only screen and (min-width:1400px){.accommodation-card.open .accommodation-thumb img{width:400px;height:400px}}.about-section.theme-two{background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:18px}.about-section-four{position:relative;z-index:9}.about-section-four .shape{position:absolute;z-index:-1;top:6%;right:43%}@media screen and (max-width:1199px){.about-section-four .shape{display:none}}.about-wrapper-four .middle-image{margin-left:50px;position:relative;z-index:9}@media screen and (max-width:1199px){.about-wrapper-four .middle-image{margin-left:0}}.about-wrapper-four .middle-image img{width:100%;height:100%}.about-wrapper-four .middle-image .middle-sm-img{position:absolute;bottom:3%;left:-27%;border:10px solid var(--white)}@media screen and (max-width:1199px){.about-wrapper-four .middle-image .middle-sm-img{left:0}}.about-wrapper-four .right-content{margin-left:50px}@media screen and (max-width:1199px){.about-wrapper-four .right-content{margin-left:0}}.about-wrapper-four .right-content .counter-items{display:flex;gap:60px;margin-top:20px;margin-bottom:30px}@media screen and (max-width:1199px){.about-wrapper-four .right-content .counter-items{flex-wrap:wrap;gap:30px}}.about-wrapper-four .right-content .counter-items .counts h3{color:var(--primary);font-size:36px;font-weight:600}.circle-box-items{position:relative;z-index:9;border-radius:50%;background:hsla(0,0%,100%,.1);width:140px;height:140px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;transition:var(--transition);text-align:center;margin-left:auto;margin-right:auto}@media only screen and (min-width:576px){.circle-box-items{width:220px;height:220px}}@media only screen and (min-width:992px){.circle-box-items{width:260px;height:260px}}.circle-box-items .icon{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;height:100%}.circle-box-items .icon svg{transform:scale(.6)}@media only screen and (min-width:576px){.circle-box-items .icon svg{transform:scale(.8)}}@media only screen and (min-width:992px){.circle-box-items .icon svg{transform:scale(1)}}.circle-box-items .icon svg path{transition:var(--transition)}.circle-box-items .icon img{max-height:36px}@media only screen and (min-width:576px){.circle-box-items .icon img{max-height:60px}}@media only screen and (min-width:992px){.circle-box-items .icon img{max-height:80px}}@media only screen and (min-width:1400px){.circle-box-items .icon img{max-height:100px}}.circle-box-items .icon h3{transition:var(--transition);font-size:clamp(16px,3vw,26px);color:var(--white);margin-bottom:0}.circle-box-items:focus,.circle-box-items:hover{background-color:var(--primary)}.circle-box-items.style-two{border:10px solid hsla(0,0%,100%,.1);background:var(--secondary)}.circle-box-items.style-two .icon h3{color:var(--text)}.circle-box-items.style-two:focus,.circle-box-items.style-two:hover{background-color:var(--primary)}.circle-box-items.style-two:focus .icon svg path,.circle-box-items.style-two:hover .icon svg path{fill:var(--white)}.circle-box-items.style-two:focus .icon h3,.circle-box-items.style-two:hover .icon h3{color:var(--white)}.about-wrapper-five .about-left-images{position:relative}.about-wrapper-five .about-left-images img{border-radius:0 0 266px 266px}.about-wrapper-five .about-left-images .about-left-images{position:absolute;top:50%;right:0;transform:translateY(-50%)}.about-wrapper-five .about-right-items{margin-left:60px}@media screen and (max-width:1199px){.about-wrapper-five .about-right-items{margin-left:0}}.about-wrapper-five .about-right-items .about-text{margin-top:25px}.about-bottom-items .counts{border-right:1px solid var(--border);line-height:1}@media screen and (max-width:1399px){.about-bottom-items .counts{border-right:none}}.about-bottom-items .counts h3{font-size:42px}@media screen and (max-width:1399px){.about-bottom-items .counts h3{font-size:32px}}.about-bottom-items .counts h4{color:var(--text-two);font-size:18px;line-height:167%;font-weight:400;max-width:175px}@media screen and (max-width:1399px){.about-bottom-items .counts h4{font-size:16px}}.about-bottom-items .counts.border-right-none{margin-right:0;border-right:none}.about-bottom-items .about-video-img{position:relative}.about-bottom-items .about-video-img .icon{width:80px;height:80px;line-height:80px;border-radius:50%;display:inline-block;background-color:var(--primary);color:var(--white);text-align:center;position:absolute;top:50%;left:32%;transform:translate(-50%,-50%);cursor:pointer}.about-bottom-items .about-video-img img{border-radius:266px 266px 6px 0}.feature-sm-card{position:relative;display:flex;align-items:center;gap:20px}.feature-sm-card .icon{max-width:80px;width:80px;height:80px;line-height:80px;text-align:center;border-radius:50%;background:var(--secondary);position:relative;flex-shrink:0}.feature-sm-card .icon:before{width:100%;height:100%;border-radius:50%;background-color:var(--primary);transition:var(--transition);content:"";position:absolute;top:-6px;left:-6px;z-index:-1}.feature-sm-card.style-two .icon{max-width:64px;width:64px;height:64px;line-height:64px;text-align:center;border-radius:10px;background:var(--secondary);position:relative;flex-shrink:0}.feature-sm-card.style-two .icon:before{display:none}.choose-images{max-width:500px;position:relative;margin-left:5rem}@media screen and (max-width:991px){.choose-images{margin-left:3rem}}.choose-images img{border-radius:266rem}.choose-images .anothar-image{max-width:306px;position:absolute;top:20%;left:-3rem}@media screen and (max-width:1199px){.choose-images .anothar-image{bottom:0;top:auto;max-width:200px}}.choose-images .anothar-image img{border-radius:153rem;border:10px solid var(--white)}.banner-swiper{width:110%;left:-5%}.about-list-two{display:flex;align-items:center;flex-wrap:wrap;gap:1rem}.about-list-two li{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .5rem);width:calc(50% - .5rem);display:flex;align-items:center;gap:8px}.half-img-wrapper{display:flex;gap:30px}.half-img-wrapper .half-img{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 15px);width:calc(50% - 15px);border-radius:100rem 0 0 100rem}.half-img-wrapper .half-img:first-child{transform:translateY(20px)}@media only screen and (min-width:768px){.half-img-wrapper .half-img:first-child{transform:translateY(60px)}}.half-img-wrapper .half-img:nth-child(2){border-radius:0 100rem 100rem 0;transform:translateY(-20px)}@media only screen and (min-width:768px){.half-img-wrapper .half-img:nth-child(2){transform:translateY(-60px)}}.about-us-img-wrap{display:flex;align-items:center;justify-content:space-between;gap:20px}@media only screen and (min-width:768px){.about-us-img-wrap{gap:30px}}.about-us-img-wrap .about-us-img{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 10px);width:calc(50% - 10px);position:relative;z-index:1}@media only screen and (min-width:768px){.about-us-img-wrap .about-us-img{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 15px);width:calc(50% - 15px)}}.about-us-img-wrap .about-us-img .main-img{border-radius:18px}.about-us-img-wrap .about-us-img .shape-img{left:50%;transform:rotate(180deg) translateX(50%) translateY(50%);position:relative;z-index:-10;width:90%}.about-us-img-wrap .about-us-img:last-child .shape-img{transform:rotate(0deg) translateX(-50%) translateY(50%)}.about-us-section{position:relative;z-index:1}.about-us-section .shape{position:absolute;bottom:30px;left:30px;z-index:-1}.about-us-section .shape-two{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:-1;width:80%}.about-content-sixteen{flex-direction:column}@media only screen and (min-width:576px){.about-content-sixteen{flex-direction:row}}.about-content-sixteen .line{width:1px;flex-shrink:0;background-color:var(--border)}.about-content-sixteen .about-content-sixteen-left{flex:0 0 90%;width:90%}@media only screen and (min-width:576px){.about-content-sixteen .about-content-sixteen-left{flex:0 0 50%;width:50%}}.about-content-sixteen .about-content-sixteen-left h2{font-size:200px;line-height:1}@media only screen and (min-width:992px){.about-content-sixteen .about-content-sixteen-left h2{font-size:160px}}@media only screen and (min-width:1200px){.about-content-sixteen .about-content-sixteen-left h2{font-size:180px}}.about-content-sixteen .about-content-sixteen-left span{font-size:20px;color:var(--text);line-height:1;writing-mode:vertical-rl;transform:rotate(180deg)}.about-content-sixteen .about-content-sixteen-right{flex:0 0 100%;width:100%}@media only screen and (min-width:576px){.about-content-sixteen .about-content-sixteen-right{flex:0 0 40%;width:40%}}@media only screen and (min-width:992px){.translateX-left{transform:translateX(-150px)}}.featured-destination{position:relative;z-index:1}.featured-destination .shape{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-size:cover;background-position:50%;background-repeat:no-repeat}.featured-destination-card{position:relative;z-index:10;overflow:hidden;border-radius:18px}.featured-destination-card img,.featured-destination-card:after{border-radius:18px;width:100%;transition:var(--transition)}.featured-destination-card:after{content:"";position:absolute;top:0;left:0;height:100%;background:linear-gradient(180deg,rgba(0,39,89,0),#002759);z-index:1}.featured-destination-card .overlay-content{position:absolute;bottom:0;left:0;width:100%;z-index:100;padding:30px}.featured-destination-card .overlay-content .badge{padding:8px 14px;color:var(--white);text-shadow:0 4px 4px rgba(0,0,0,.25);font-size:16px;font-weight:500;border-radius:20rem}.featured-destination-card:focus img,.featured-destination-card:hover img{transform:scale(1.1)}.featured-destination-card.style-two .badge{position:absolute;z-index:10;top:24px;right:24px;padding:10px 14px;text-shadow:0 4px 4px rgba(0,0,0,.25);border-radius:30px;background:var(--primary)}@media only screen and (min-width:992px){.featured-destination-cards .col-12:nth-child(2) .featured-destination-card{margin-top:60px}.featured-destination-cards .col-12:nth-child(3) .featured-destination-card{margin-top:120px}}.premier-destination-card{padding:30px;border-radius:18px;background-color:var(--white);position:relative;z-index:1;overflow:hidden;height:450px;width:195px;flex-shrink:0;background-position:50%;background-size:cover;background-repeat:no-repeat;transition:var(--transition)}.premier-destination-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:18px;background:linear-gradient(180deg,rgba(28,54,55,0) 0,var(--heading) 100%);z-index:-10;visibility:hidden;opacity:0;transition:var(--transition)}.premier-destination-card .premier-destination-content{left:30px;width:calc(100% - 130px);height:auto;max-height:100%}.premier-destination-card .premier-destination-content,.premier-destination-card>.btn{position:absolute;bottom:30px;z-index:100;visibility:hidden;opacity:0;transition:var(--transition)}.premier-destination-card>.btn{right:30px;width:64px;height:64px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--white);color:var(--white);padding:0}.premier-destination-card>.btn i{font-size:24px}.premier-destination-card>.btn:focus,.premier-destination-card>.btn:hover{border-color:var(--primary);color:var(--white);background-color:var(--primary)}.premier-destination-card.slide-expand{width:450px!important}@media only screen and (min-width:1200px){.premier-destination-card.slide-expand{width:500px!important}}@media only screen and (min-width:1400px){.premier-destination-card.slide-expand{width:620px!important}}.premier-destination-card.slide-expand .btn,.premier-destination-card.slide-expand .premier-destination-content,.premier-destination-card.slide-expand:after{visibility:visible;opacity:1}.premier-destination-navigation{display:flex;align-items:center;gap:24px}.premier-destination-navigation .premier-destination-button-next,.premier-destination-navigation .premier-destination-button-prev{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;border:1px solid var(--primary);color:var(--primary);transition:var(--transition);font-size:17px}@media only screen and (min-width:1200px){.premier-destination-navigation .premier-destination-button-next,.premier-destination-navigation .premier-destination-button-prev{width:56px;height:56px;font-size:24px}}.premier-destination-navigation .premier-destination-button-next:focus,.premier-destination-navigation .premier-destination-button-next:hover,.premier-destination-navigation .premier-destination-button-prev:focus,.premier-destination-navigation .premier-destination-button-prev:hover{border-color:var(--primary);color:var(--white);background-color:var(--primary)}.destination-details-wrapper{position:relative}.destination-details-wrapper .destination-details-button-next,.destination-details-wrapper .destination-details-button-prev{width:48px;height:48px;display:flex;align-items:center;justify-content:center;border-radius:50%;color:var(--white);transition:var(--transition);font-size:17px;border:0;position:absolute;top:50%;transform:translateY(-50%);z-index:100;left:30px;background-color:var(--primary)}@media only screen and (min-width:1200px){.destination-details-wrapper .destination-details-button-next,.destination-details-wrapper .destination-details-button-prev{width:64px;height:64px;font-size:24px;left:60px}}.destination-details-wrapper .destination-details-button-next:focus,.destination-details-wrapper .destination-details-button-next:hover,.destination-details-wrapper .destination-details-button-prev:focus,.destination-details-wrapper .destination-details-button-prev:hover{color:var(--white);background-color:var(--primary)}.destination-details-wrapper .destination-details-button-next{right:30px;left:auto}@media only screen and (min-width:1200px){.destination-details-wrapper .destination-details-button-next{right:60px}}.destination-details-content{display:flex;flex-direction:column;gap:30px}.destination-details-content img{border-radius:18px;width:100%}.destination-details-content .h1,.destination-details-content .h2,.destination-details-content .h3,.destination-details-content .h4,.destination-details-content .h5,.destination-details-content .h6,.destination-details-content h1,.destination-details-content h2,.destination-details-content h3,.destination-details-content h4,.destination-details-content h5,.destination-details-content h6{margin-bottom:0!important}.destination-details-content p{font-size:16px;margin-bottom:0!important}@media only screen and (min-width:992px){.destination-details-content p{font-size:18px}}.destination-info-list{display:flex;flex-direction:column}.destination-info-list li{display:flex;align-items:center;justify-content:space-between;gap:15px;padding-top:16px;padding-bottom:16px;border-bottom:1px dashed rgba(118,118,118,.3)}.destination-info-list li:first-child{padding-top:0}.destination-info-list li:last-child{border-bottom:0;padding-bottom:0}.destination-info-list li span{font-size:18px;color:var(--heading);font-weight:500}.destination-info-list li span:last-child{color:var(--text);font-weight:400;font-size:16px}.map-widget iframe{width:100%;height:390px;border:0;border-radius:18px}.tour-list-sidebar{display:flex;flex-direction:column;gap:30px}.sidebar-widget{padding:30px;border-radius:18px;background:var(--secondary)}.sidebar-widget .noUi-target{background:var(--white);border-radius:30px;border:1px solid var(--primary)}.sidebar-widget .noUi-horizontal{height:10px}.sidebar-widget .noUi-connect{background:var(--primary)}.sidebar-widget .noUi-horizontal .noUi-handle{width:20px;height:20px;right:-17px;top:-6px;border-radius:50%;background-color:var(--primary);border:2px solid var(--white);box-shadow:none}.sidebar-widget .noUi-horizontal .noUi-handle:after,.sidebar-widget .noUi-horizontal .noUi-handle:before{display:none}.sidebar-widget .noUi-tooltip{border:0;border-radius:5rem;color:var(--white);padding:4px 8px;font-size:12px;font-weight:500;background-color:var(--primary)}.sidebar-checkbox-list{display:flex;flex-direction:column;gap:12px}.sidebar-checkbox-list li{padding:12px 14px;border-radius:8px;background:var(--white)}.sidebar-checkbox-list .form-check{margin-bottom:0;display:flex;align-items:center;justify-content:space-between}.sidebar-checkbox-list .form-check .form-check-input{margin-top:0;border-radius:2px;border:1px solid var(--text)}.sidebar-checkbox-list .form-check .form-check-input:checked[type=checkbox]{background-color:rgba(0,0,0,0);--bs-form-check-bg-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.sidebar-checkbox-list .form-check .form-check-label,.sidebar-checkbox-list .form-check span{color:var(--text)}.tour-details-header h2{font-size:24px}@media only screen and (min-width:576px){.tour-details-header h2{font-size:28px}}@media only screen and (min-width:768px){.tour-details-header h2{font-size:32px}}@media only screen and (min-width:1200px){.tour-details-header h2{font-size:36px}}.tour-details-header .btn-share{border-radius:30px;border:1px solid var(--primary)!important;background:var(--white);color:var(--primary);height:50px;padding:8px 20px}.tour-details-header .btn-share:focus,.tour-details-header .btn-share:hover{color:var(--white);background-color:var(--primary);border-color:var(--primary)}.tour-single-meta{display:flex;align-items:center;gap:12px}.tour-single-meta .icon{width:70px;height:70px;border-radius:50%;border:1px solid var(--primary);display:flex;align-items:center;justify-content:center;flex-shrink:0}@media only screen and (min-width:1200px){.tour-single-meta .icon{width:80px;height:80px}}.tour-details-meta{border-top:1px solid rgba(118,118,118,.3);border-bottom:1px solid rgba(118,118,118,.3)}.tour-details-meta-two{padding:40px;border-radius:18px}.single-tour-details{display:flex;align-items:center;gap:12px}.single-tour-details .icon{border:1px solid var(--border);padding:8px;width:44px;height:44px;flex-shrink:0;border-radius:6px}.single-tour-details p{font-size:12px}.tour-details-content{display:flex;flex-direction:column;gap:30px}.tour-details-content img{border-radius:18px;width:100%}.tour-details-content .h1,.tour-details-content .h2,.tour-details-content .h3,.tour-details-content .h4,.tour-details-content .h5,.tour-details-content .h6,.tour-details-content h1,.tour-details-content h2,.tour-details-content h3,.tour-details-content h4,.tour-details-content h5,.tour-details-content h6,.tour-details-content p{margin-bottom:0!important}.tour-details-content ul{display:flex;flex-wrap:wrap;gap:12px}.tour-details-content ul li{flex:0 0 100%;width:100%;display:flex;align-items:center;gap:6px;color:var(--heading);font-weight:500}@media only screen and (min-width:576px){.tour-details-content ul li{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 6px);width:calc(50% - 6px)}}.tour-details-content ul li i{font-size:120%;color:var(--primary)}.tour-details-content ul.style-two li{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - 6px);width:calc(50% - 6px)}@media only screen and (min-width:768px){.tour-details-content ul.style-two li{flex-grow:0;flex-shrink:0;flex-basis:calc(25% - 12px);width:calc(25% - 12px)}}.tour-details-content ul.style-two li i{font-size:120%;color:var(--primary)}.customer-review-card{background-color:var(--heading);padding:30px;border-radius:18px;display:flex;flex-wrap:wrap;align-items:center;gap:30px}@media only screen and (min-width:576px){.customer-review-card{flex-wrap:nowrap}}@media only screen and (min-width:1200px){.customer-review-card{padding:40px;gap:40px}}.customer-review-card .average-rating{width:200px;height:200px;flex-shrink:0;border-radius:12px;background:var(--heading);display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}@media only screen and (min-width:992px){.customer-review-card .average-rating{width:240px;height:240px}}.customer-review-card .average-rating h2{font-size:80px;line-height:1;color:var(--white);margin-bottom:0}.customer-review-card .average-rating .rating{font-size:20px;color:var(--warning)}.customer-review-card .rating-bars{width:100%}.customer-review-card .rating-bar{display:flex;align-items:center;gap:12px}.customer-review-card .rating-bar p{font-size:18px;color:var(--white)}.customer-review-card .rating-bar .progress{width:150px;border-radius:1rem;background:rgba(114,185,56,.5);height:8px;overflow:hidden}@media only screen and (min-width:576px){.customer-review-card .rating-bar .progress{width:80px}}@media only screen and (min-width:768px){.customer-review-card .rating-bar .progress{width:200px}}@media only screen and (min-width:992px){.customer-review-card .rating-bar .progress{width:100px}}@media only screen and (min-width:1200px){.customer-review-card .rating-bar .progress{width:200px}}@media only screen and (min-width:1400px){.customer-review-card .rating-bar .progress{width:300px}}.customer-review-card .rating-bar .progress .progress-bar{border-radius:1rem;background:var(--warning)}.customer-review-card .rating-bar .rating{font-size:18px;display:flex;align-items:center;gap:4px}.customer-review-card .rating-bar .rating .ti-star-filled{color:var(--warning)}.customer-review-card .rating-bar .rating .ti-star{color:rgba(255,183,0,.5)}.tour-booking-summary ul li{display:flex;align-items:center;justify-content:space-between;gap:12px;color:var(--heading)}.tour-booking-summary ul li:last-child{font-weight:600}.hotel-card{border-radius:18px;overflow:hidden;background-color:var(--secondary);transition:var(--transition)}.hotel-card .hotel-img{position:relative;border-radius:18px 18px 0 0}.hotel-card .hotel-img img{border-radius:18px 18px 0 0;width:100%}.hotel-card .hotel-img .hotel-badge{position:absolute;top:24px;right:24px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--white);color:var(--primary);font-size:24px;cursor:pointer;z-index:100;transition:var(--transition)}.hotel-card .hotel-img .hotel-badge:hover{color:var(--white);background-color:var(--primary)}.hotel-card .hotel-body{padding:30px}.hotel-card .hotel-ratings{display:flex;align-items:center;gap:12px;margin-bottom:1rem}.hotel-card .hotel-ratings .ratings{display:flex;align-items:center;gap:10px;font-size:20px;color:var(--primary)}.hotel-card .hotel-ratings span{font-size:18px;color:var(--text)}.hotel-card .hotel-location{font-size:16px;color:var(--heading)}.hotel-card .hotel-location i{font-size:120%}.hotel-card .hotel-meta li{display:flex;align-items:center;gap:6px}.hotel-card .hotel-meta li i{font-size:120%;color:var(--heading)}.hotel-card .hotel-meta .line{width:1px;height:24px;background-color:var(--text)}.hotel-card .border-top{border-top:1px solid rgba(118,118,118,.3)}.hotel-card .hotel-price{display:flex;align-items:baseline;flex-wrap:wrap}.hotel-card .hotel-price span{font-size:16px;color:var(--text);font-weight:400}.hotel-card:focus,.hotel-card:hover{transform:translateY(-8px)}.hotel-details-header h2{font-size:24px}@media only screen and (min-width:576px){.hotel-details-header h2{font-size:28px}}@media only screen and (min-width:768px){.hotel-details-header h2{font-size:32px}}@media only screen and (min-width:1200px){.hotel-details-header h2{font-size:36px}}.hotel-details-header a{gap:12px;color:var(--text);font-size:16px;font-weight:500}.hotel-details-header a,.hotel-details-header a .icon{display:flex;align-items:center;transition:var(--transition)}.hotel-details-header a .icon{width:60px;height:60px;justify-content:center;border-radius:50%;border:1px solid var(--primary);color:var(--primary);font-size:24px;cursor:pointer;z-index:100}.hotel-details-header a .icon:hover{color:var(--white);background-color:var(--primary)}.hotel-details-header a:focus,.hotel-details-header a:hover{color:var(--primary)}.hotel-details-header a:focus .icon,.hotel-details-header a:hover .icon{color:var(--white);background-color:var(--primary)}.view-in-map iframe{width:100%;height:458px;border-radius:20px;border:0!important}.hotel-meta-info-card{padding:30px;border-radius:18px;background-color:var(--secondary)}.hotel-meta-info-card-item{display:flex;align-items:center;gap:12px}.hotel-meta-info-card-item .icon{display:flex;width:50px;height:50px;padding:13px;justify-content:center;align-items:center;flex-shrink:0;border-radius:50%;background-color:var(--white)}.hotel-meta-info-card-item p{margin-bottom:0;font-size:12px}.hotel-owner{text-align:center}.hotel-owner img{width:200px;height:200px;border-radius:50%;margin-bottom:1.5rem;object-fit:cover}.hotel-follow-nav{gap:12px}.hotel-follow-nav,.hotel-follow-nav a{display:flex;align-items:center;justify-content:center}.hotel-follow-nav a{width:40px;height:40px;border-radius:50%;font-size:18px;cursor:pointer;z-index:100;transition:var(--transition);background-color:var(--heading);color:var(--white)}.hotel-follow-nav a:hover{color:var(--white);background-color:var(--primary)}.destination-section-four,.tour-package-section{position:relative;z-index:1}.destination-section-four .shape1,.tour-package-section .shape1{position:absolute;width:100%;top:-1px;left:0;z-index:1}.destination-section-four .shape1 img,.tour-package-section .shape1 img{width:100%;height:74px;object-fit:cover}.destination-section-four .shape2,.tour-package-section .shape2{position:absolute;width:100%;bottom:-1px;right:0;z-index:1}.destination-section-four .shape2 img,.tour-package-section .shape2 img{width:100%;height:90px;object-fit:cover}.destination-section-four .destination-shape-1,.tour-package-section .destination-shape-1{position:absolute;top:10%;left:185px;z-index:0}@media screen and (max-width:1199px){.destination-section-four .destination-shape-1,.tour-package-section .destination-shape-1{display:none}}.destination-section-four .destination-shape-2,.tour-package-section .destination-shape-2{position:absolute;bottom:5%;right:13%;z-index:0}@media screen and (max-width:1199px){.destination-section-four .destination-shape-2,.tour-package-section .destination-shape-2{display:none}}.tourly-filter-nav{border-radius:12px;background:var(--white);display:inline-flex;align-items:center;justify-content:center;padding:14px;gap:8px}@media only screen and (min-width:768px){.tourly-filter-nav{gap:12px;border-radius:300px}}.tourly-filter-nav .nav-link{font-size:14px;font-weight:600;padding:12px 16px;line-height:1;text-align:center;background-color:var(--secondary);color:var(--heading);border-radius:30px;display:flex;align-items:center;gap:6px}.tourly-filter-nav .nav-link span{width:18px;height:18px;flex-shrink:0;border-radius:50%;background-color:var(--white);display:none}.tourly-filter-nav .nav-link.active{background-color:var(--primary)!important;color:var(--white)!important}.tourly-filter-nav .nav-link.active span{display:block}@media only screen and (min-width:768px){.tourly-filter-nav .nav-link{padding:16px 24px}}.choose-us-section-four{position:relative;z-index:9}.choose-us-section-four .hotair-ballon{position:absolute;z-index:-1;bottom:10%;left:50%}.destination-box-items{position:relative;z-index:10}.destination-box-items:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:var(--transition);border-radius:18px;background:linear-gradient(180deg,rgba(0,39,89,0),#002759)}.destination-box-items .destination-image{position:relative}.destination-box-items .destination-image .top-items{padding:8px 14px;color:var(--white);border-radius:0 30px 30px 0;background:var(--primary);font-size:16px;font-weight:600;position:absolute;top:40px;left:0}.destination-box-items .destination-image img{border-radius:18px;transition:var(--transition);width:100%;height:100%}.destination-box-items .destination-content{position:relative;position:absolute;bottom:10px;left:30px;z-index:100;right:30px}@media screen and (max-width:1699px){.destination-box-items .destination-content{bottom:16px;left:16px;right:16px}}@media screen and (max-width:1399px){.destination-box-items .destination-content{bottom:20px;right:20px;left:20px}}.destination-box-items .destination-content h3{font-size:clamp(20px,2vw,32px);font-weight:600}.destination-box-items .destination-content h3 a{color:var(--white)}.destination-box-items .destination-content h3 a:focus,.destination-box-items .destination-content h3 a:hover{color:var(--warning)}.destination-box-items .destination-content ul{display:flex;gap:12px;padding:0;margin:0;list-style:none}.destination-box-items .destination-content ul li{color:var(--white);font-size:16px;font-style:normal;font-weight:400;line-height:30px}@media only screen and (min-width:1400px){.destination-box-items .destination-content ul li{font-size:18px}}.destination-box-items .destination-content ul li::marker{display:none}.destination-box-items .destination-content ul li del{color:var(--white-500);font-size:18px;font-weight:400}.destination-box-items .destination-content .destination-rattiing{margin-top:20px;display:flex;justify-content:space-between;color:var(--white);border-top:1px solid rgba(118,118,118,.5);padding-top:20px}.destination-box-items .destination-content .destination-rattiing .first-items{display:flex;gap:10px}.destination-box-items .destination-content .destination-rattiing .first-items p,.destination-box-items .destination-content .destination-rattiing p{color:var(--white)}.choose-us-main-img{position:relative;z-index:9;margin-left:30px}@media screen and (max-width:1199px){.choose-us-main-img{margin-left:0}}.choose-us-main-img .choose-us-image{max-width:350px}@media screen and (max-width:1199px){.choose-us-main-img .choose-us-image{max-width:none}}.choose-us-main-img .choose-us-image img{width:100%;height:100%;border-radius:18px}.choose-us-main-img .choose-us-one{max-width:350px;position:absolute;bottom:-40%;left:43%}@media screen and (max-width:1199px){.choose-us-main-img .choose-us-one{bottom:0;left:0}}@media screen and (max-width:767px){.choose-us-main-img .choose-us-one{display:none}}.choose-us-main-img .choose-us-one img{width:100%;height:100%;border-radius:18px;border:6px solid var(--white)}.choose-us-main-img .choose-us-two{max-width:350px;position:absolute;bottom:-60%;left:23%}@media screen and (max-width:1199px){.choose-us-main-img .choose-us-two{bottom:0;left:auto;right:0}}.choose-us-main-img .choose-us-two img{width:50%;height:100%;border-radius:18px;border:6px solid var(--white)}.activities-section-four{position:relative}.activities-section-four .top1{position:absolute;top:-2px;left:0;right:0}.activities-section-four .top1 img{width:100%;height:70px;object-fit:cover}.activities-section-four .top2{position:absolute;bottom:-2px;left:0;right:0}.activities-section-four .top2 img{width:100%;height:70px;object-fit:cover}.couple-destination-section-five .destination-details-button-next,.couple-destination-section-five .destination-details-button-prev{transition:var(--transition);width:56px;height:56px;line-height:63px;border-radius:50%;background-color:var(--secondary);color:var(--heading);text-align:center;font-size:24px;display:flex;align-items:center;justify-content:center}.couple-destination-section-five .destination-details-button-next:focus,.couple-destination-section-five .destination-details-button-next:hover,.couple-destination-section-five .destination-details-button-prev:focus,.couple-destination-section-five .destination-details-button-prev:hover{background-color:var(--primary);color:var(--white)}.couple-destination-image-items{position:relative;z-index:10;margin-top:30px}.couple-destination-image-items:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;transition:var(--transition);border-radius:154px 154px 0 0;background:linear-gradient(180deg,rgba(0,39,89,0) 0,var(--heading) 100%)}.couple-destination-image-items .couple-image{height:388px}.couple-destination-image-items .couple-image img{border-radius:154px 154px 0 0;width:100%;height:100%;transition:var(--transition);object-fit:cover}.couple-destination-image-items .couple-content{position:relative;position:absolute;bottom:0;left:0;width:100%;z-index:100;padding:20px;display:flex;align-items:center;justify-content:space-between;gap:8px}.couple-destination-image-items .couple-content .destination a{color:var(--white);font-size:20px;font-weight:600}.couple-destination-image-items .couple-content .destination a:focus,.couple-destination-image-items .couple-content .destination a:hover{color:var(--warning)}.couple-destination-image-items .couple-content .badge{border-radius:30px;width:73px;height:32px;line-height:24px}.step-wrapper{position:relative;margin-top:60px;border-top:1px solid rgba(118,118,118,.3)}.step-card{text-align:center;transition:var(--transition);padding:20px;position:relative}.step-card:before{width:30px;height:30px;position:absolute;top:-18px;left:50%;transform:translateX(-50%);content:"";background-color:var(--white);border-radius:50%}@media screen and (max-width:1199px){.step-card:before{display:none}}.step-card:after{width:10px;height:10px;position:absolute;top:-8px;left:50%;transform:translateX(-50%);content:"";background-color:var(--primary);border-radius:50%}@media screen and (max-width:1199px){.step-card:after{display:none}}.step-card .icon{margin-bottom:30px;padding-top:25px}.step-card .content h3{font-size:24px;font-weight:600}.step-card .content h4{background:linear-gradient(180deg,#767676 -97.22%,rgba(118,118,118,0) 91.67%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);font-size:50px;font-weight:600}.step-card:focus,.step-card:hover{border-radius:0 0 18px 18px;background:var(--secondary)}.step-cards-wrap{position:relative;z-index:1}.step-cards-wrap .shape{position:absolute;top:85px;left:0;width:100%;z-index:-10}.step-cards-wrap .shape img{width:100%;height:100%;object-fit:cover}@media only screen and (min-width:768px){.step-cards-wrap .row .col-12:first-child .step-card-two,.step-cards-wrap .row .col-12:nth-child(3) .step-card-two{margin-top:32px}}.step-card-two{text-align:center}.step-card-two .step-icon{width:84px;height:84px;flex-shrink:0;border-radius:50%;background-color:var(--primary);display:flex;align-items:center;justify-content:center;margin-bottom:40px;margin-left:auto;margin-right:auto}@media only screen and (min-width:1400px){.step-card-two p{font-size:18px}}.how-it-work-section{position:relative;z-index:1}.how-it-work-section .bag-shape{position:absolute;top:15%;right:15%;z-index:-10}.how-it-work-section .bag-shape img{width:100%;height:100%;object-fit:cover}.tour-catagory-card .tour-catagory-img .badge{display:inline-block;padding:12px 16px;border:1px solid var(--border);border-radius:5rem;color:var(--heading);font-size:16px;font-weight:600;background-color:var(--secondary);max-width:170px}@media only screen and (min-width:1200px){.tour-catagory-card .tour-catagory-img .badge{max-width:230px;padding:24px 30px;font-size:20px;font-size:24px}}.tour-catagory-card .tour-catagory-img .badge i{color:var(--warning)}.tour-catagory-card .tour-catagory-img .badge:nth-child(2){margin-left:20px}@media only screen and (min-width:1400px){.tour-catagory-card .tour-catagory-img .badge:nth-child(2){margin-left:50px}}.tour-catagory-card .tour-catagory-img .text-end .badge:nth-child(2){margin-right:20px;margin-left:0}@media only screen and (min-width:1400px){.tour-catagory-card .tour-catagory-img .text-end .badge:nth-child(2){margin-right:50px}}.tour-catagory-card .tour-catagory-content h2{font-size:clamp(24px,2.5vw,36px)}.tour-catagory-card .tour-catagory-content h2 i{color:var(--primary)}@media only screen and (min-width:1400px){.tour-catagory-card .tour-catagory-content p{font-size:18px}}.tour-catagory-navigation{gap:30px}@media only screen and (min-width:1200px){.tour-catagory-navigation{gap:60px}}.tour-catagory-button-next,.tour-catagory-button-prev{width:56px;height:56px;flex-shrink:0;border-radius:50%;border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:20px}.tour-catagory-button-next:focus,.tour-catagory-button-next:hover,.tour-catagory-button-prev:focus,.tour-catagory-button-prev:hover{border-color:var(--primary);color:var(--white);background-color:var(--primary)}.tour-package-card{position:relative;z-index:1;overflow:hidden;margin:15px}.tour-package-card,.tour-package-card img{transition:var(--transition);border-radius:18px}.tour-package-card img{width:100%}.tour-package-card .tour-package-content{position:absolute;bottom:0;left:0;width:100%;z-index:10;padding:40px;opacity:0;visibility:hidden;transition:var(--transition)}.tour-package-card .tour-package-content h2{font-size:clamp(24px,2.5vw,36px);font-weight:600}.tour-package-card:after{content:"";position:absolute;transition:var(--transition);top:0;left:0;width:100%;height:100%;z-index:1;border-radius:18px;background:linear-gradient(180deg,rgba(20,20,20,0) 0,var(--heading) 100%);opacity:0;visibility:hidden}.tour-package-card:focus img,.tour-package-card:hover img{transform:scale(1.1)}.tour-package-card:focus .tour-package-content,.tour-package-card:focus:after,.tour-package-card:hover .tour-package-content,.tour-package-card:hover:after{opacity:1;visibility:visible}.tour-package-card.small-package .tour-package-content{padding:20px}.tour-package-card.small-package .tour-package-content h2{font-size:clamp(16px,2.5vw,20px)}.tour-package-card.small-package .tour-package-content h5{font-size:16px}.tour-package-card-two{border-radius:18px;overflow:hidden;background-color:var(--secondary)}.tour-package-card-two .tour-package-img{position:relative;z-index:1}.tour-package-card-two .tour-package-img img{border-radius:18px 18px 0 0;width:100%}.tour-package-card-two .tour-package-img .tour-place{transition:var(--transition);position:absolute;width:80%;bottom:0;left:10%;z-index:10;padding:12px 20px;background-color:var(--white);color:var(--heading);border-radius:50px 50px 0 0;display:flex;align-items:center;justify-content:center;gap:16px}.tour-package-card-two .tour-package-img .tour-place span{font-size:14px}.tour-package-card-two .tour-package-img .tour-place .line{width:1px;height:20px;background-color:var(--border);transition:var(--transition);flex-shrink:0}.tour-package-card-two .tour-package-img .badge{position:absolute;top:26px;left:0;z-index:10;border-radius:0 50px 50px 0;padding:10px 20px;background-color:var(--heading);color:var(--white)}.tour-package-card-two .tour-package-img .wishlist{position:absolute;top:24px;right:24px;z-index:10;border-radius:50%;background-color:var(--white);color:var(--bg);width:36px;height:36px;display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:20px;cursor:pointer}.tour-package-card-two .tour-package-img .wishlist:focus,.tour-package-card-two .tour-package-img .wishlist:hover{color:var(--white);background-color:var(--bg)}.tour-package-card-two .tour-package-content{padding:24px}.tour-package-card-two .tour-package-content .ratings i{color:var(--warning)}.tour-package-card-two .tour-package-content .price-value{display:flex;flex-wrap:wrap;align-items:baseline}.tour-package-card-two .tour-package-content .price-value span{font-size:16px;font-weight:400}.tour-package-card-two.style-two .tour-package-img .tour-place{background-color:var(--heading);color:var(--white)}.tour-package-card-two.style-two .tour-package-img .tour-place .line{background-color:var(--white)}.tour-package-card-two:focus .tour-package-img .tour-place,.tour-package-card-two:hover .tour-package-img .tour-place{background-color:var(--primary);color:var(--white)}.tour-package-card-two:focus .tour-package-img .tour-place .line,.tour-package-card-two:hover .tour-package-img .tour-place .line{background-color:var(--white)}.tour-package-card-two:focus .tour-package-content .btn,.tour-package-card-two:hover .tour-package-content .btn{background-color:var(--primary);color:var(--white)}.cruise-routes-swiper{width:110%;left:-5%}.cruise-routes-swiper .swiper-slide:nth-child(odd){margin-top:40px}@media only screen and (min-width:1200px){.cruise-routes-swiper .swiper-slide:nth-child(odd){margin-top:80px}}.cruise-routes-swiper-navigation{display:flex;align-items:center;justify-content:center;gap:30px}.cruise-routes-swiper-navigation .cruise-routes-swiper-next,.cruise-routes-swiper-navigation .cruise-routes-swiper-prev{font-size:40px;line-height:.9!important;transition:var(--transition)}.cruise-routes-swiper-navigation .cruise-routes-swiper-next i,.cruise-routes-swiper-navigation .cruise-routes-swiper-prev i{line-height:.5!important}.cruise-routes-swiper-navigation .cruise-routes-swiper-next:hover,.cruise-routes-swiper-navigation .cruise-routes-swiper-prev:hover{color:var(--primary)}.cruise-routes-swiper-pagination{width:40%;height:4px;flex-shrink:0;border-radius:4px;background:var(--secondary)}.cruise-routes-swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--primary);height:4px;border-radius:4px;display:block;transform-origin:left top}.discount-cta-section{position:relative;z-index:1}.discount-cta-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:rgba(28,54,55,.8)}.discount-cta-img{display:flex;align-items:center}.discount-cta-img .discount-img{width:200px;height:200px;object-fit:cover;border-radius:50%;position:relative;z-index:10}@media only screen and (min-width:992px){.discount-cta-img .discount-img{width:250px;height:250px}}@media only screen and (min-width:1200px){.discount-cta-img .discount-img{width:300px;height:300px}}@media only screen and (min-width:1400px){.discount-cta-img .discount-img{width:380px;height:380px}}.discount-cta-img .discount-btn{flex-shrink:0;width:200px;height:200px;display:block;border-radius:50%;border:1px solid var(--white);background:radial-gradient(157.24% 123.22% at 47.19% -.63%,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%);-webkit-backdrop-filter:blur(21px);backdrop-filter:blur(21px);position:relative;z-index:1;margin-left:-100px}@media only screen and (min-width:992px){.discount-cta-img .discount-btn{margin-left:-125px;width:250px;height:250px}}@media only screen and (min-width:1200px){.discount-cta-img .discount-btn{margin-left:-150px;width:300px;height:300px}}@media only screen and (min-width:1400px){.discount-cta-img .discount-btn{width:380px;height:380px;margin-left:-200px}}.discount-cta-img .discount-btn img{position:absolute;top:50%;right:1.5rem;transform:translateY(-50%);max-height:150px}.discount-cta-img .discount-btn:focus,.discount-cta-img .discount-btn:hover{border-color:var(--primary);color:var(--white);background-color:var(--primary)}.top-destination-section{position:relative;z-index:1}.top-destination-section .ship-shape{position:absolute;bottom:20px;right:20px;z-index:-1}.top-destination-swiper .featured-destination-card .overlay-content{padding:20px}.top-destination-swiper .featured-destination-card .overlay-content,.top-destination-swiper .featured-destination-card:after{opacity:0}.top-destination-swiper .swiper-slide-active .featured-destination-card:after{opacity:1;background:linear-gradient(180deg,rgba(0,39,89,0) 0,var(--heading) 100%)}.top-destination-swiper .swiper-slide-active .featured-destination-card .overlay-content{opacity:1}.popular-destination-card{display:flex;background-color:var(--white);border-radius:18px}.popular-destination-card .destination-content,.popular-destination-card .destination-img{position:relative;z-index:1;flex:0 0 50%;width:50%;min-height:100%}.popular-destination-card .destination-img{position:relative;z-index:1;border-radius:18px 0 0 18px}.popular-destination-card .destination-img .destination-name{position:absolute;top:20px;left:20px;z-index:1;color:var(--white);background-color:var(--heading);font-size:14px;font-weight:400;padding:7px 12px;border-radius:100px}.popular-destination-card .destination-img img{border-radius:18px 0 0 18px;height:100%;object-fit:cover}.popular-destination-card .destination-content{padding:20px}@media only screen and (min-width:1200px){.popular-destination-card .destination-content{padding:24px}}@media only screen and (min-width:1400px){.popular-destination-card .destination-content{padding:30px}}.popular-destination-card .destination-content .rating i{color:var(--warning)}.popular-destination-card .destination-content h5{font-size:clamp(16px,2vw,24px)}.popular-destination-card .destination-content h2{display:flex;align-items:last baseline;flex-wrap:wrap;gap:4px;font-size:clamp(24px,2.5vw,36px)}.popular-destination-card .destination-content h2 span{font-size:16px;color:var(--text);font-weight:400}.popular-destination-section{position:relative;z-index:1}.popular-destination-section .shape{position:absolute;right:50px;bottom:50px;z-index:-10}.explore-destination-section{position:relative;z-index:1}.explore-destination-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:rgba(0,39,89,.8)}.top-destination-tabs{display:flex;align-items:center;gap:10px;flex-wrap:nowrap}@media only screen and (min-width:1200px){.top-destination-tabs{gap:20px}}@media only screen and (min-width:1400px){.top-destination-tabs{gap:30px}}.top-destination-tabs li{flex-grow:1}.top-destination-tabs li .nav-link{padding:0;border-radius:10px;border:2px solid rgba(0,0,0,0)}@media only screen and (min-width:1200px){.top-destination-tabs li .nav-link{border-radius:20px}}.top-destination-tabs li .nav-link img{border-radius:10px}@media only screen and (min-width:1200px){.top-destination-tabs li .nav-link img{border-radius:20px}}.top-destination-tabs li .nav-link.active{border-color:var(--primary)}.destination-btn{position:relative;z-index:1;border-radius:20px}.destination-btn:before{content:"";position:absolute;top:20px;left:20px;width:calc(100% - 40px);height:calc(100% - 40px);z-index:0;border:1.5px solid hsla(0,0%,100%,.6);border-radius:18px}.destination-btn img{border-radius:20px;width:100%}.destination-btn a{position:absolute;width:230px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.destination-item-wrapper{display:flex;flex-direction:column;gap:24px}.destination-item-wrapper button{padding:20px;border-radius:10px;border:1px solid rgba(118,118,118,.2);background:var(--white);color:var(--heading);font-size:18px;text-transform:capitalize;font-weight:600;outline:0;transition:var(--transition)}@media only screen and (min-width:1200px){.destination-item-wrapper button{padding:26px 20px}}@media only screen and (min-width:1400px){.destination-item-wrapper button{padding:35px 20px}}.destination-item-wrapper button.active{border-color:var(--primary);background-color:var(--primary);color:var(--white)}.destination-card{text-align:center}.destination-card .destination-img{border-radius:18px}.destination-card .destination-img img{border-radius:18px;width:100%}.destination-list{display:flex;flex-wrap:wrap;gap:1rem}.destination-list li{flex-grow:0;flex-shrink:0;flex-basis:calc(50% - .5rem);width:calc(50% - .5rem);display:flex;align-items:center;gap:4px}.tour-list-card{display:flex;border-radius:18px}.tour-list-card .tour-list-img{position:relative;z-index:1;width:40%;flex:0 0 40%;border-radius:18px 0 0 18px}.tour-list-card .tour-list-img img{width:100%;border-radius:18px 0 0 18px}.tour-list-card .tour-list-img .featured-badge{position:absolute;top:20px;left:20px;z-index:2;background-color:var(--heading);color:var(--white);padding:5px 16px;border-radius:5rem;font-size:14px;font-weight:600;display:flex;align-items:center;gap:4px}.tour-list-card .tour-list-content{padding:40px 30px;border-radius:0 18px 18px 0}.tour-list-card .tour-list-content .stars{color:var(--warning)}.tour-list-card .tour-list-content .package-price{font-size:clamp(24px,5vw,48px)}.tour-list-card .tour-list-content .package-price span{font-size:16px;color:var(--text)}.trip-section{position:relative;z-index:1;overflow:hidden}.trip-section .trolley-img{left:2%}.trip-section .plane-img,.trip-section .trolley-img{position:absolute;top:50%;transform:translateY(-50%);z-index:-2}.trip-section .plane-img{right:2%}.trip-card{border-radius:18px;background:var(--secondary);transition:var(--transition)}.trip-card img{border-radius:18px 18px 0 0;width:100%}.trip-card .trip-title{transition:var(--transition)}.trip-card .trip-body{padding:28px 24px}.trip-card .trip-meta{margin-bottom:30px}@media only screen and (min-width:1400px){.trip-card .trip-meta{margin-bottom:40px}}.trip-card .trip-meta .badge{padding:8px 14px;color:var(--white);text-shadow:0 4px 4px rgba(0,0,0,.25);font-size:16px;font-weight:500;border-radius:20rem}.trip-card .trip-meta ul li{color:var(--heading)}.trip-card .trip-meta .line{width:1px;height:85px;background:var(--border);flex-shrink:0}.trip-card .trip-meta .trip-price{display:flex;align-items:baseline;font-size:28px;color:var(--heading)}@media only screen and (min-width:1400px){.trip-card .trip-meta .trip-price{font-size:36px}}.trip-card .trip-meta .trip-price span{font-size:16px;color:var(--text);text-decoration:line-through}.trip-card:focus,.trip-card:hover{transform:translateY(-8px)}.trip-card:focus .trip-title,.trip-card:hover .trip-title{color:var(--primary)}.trip-card.style-two .trip-meta{margin-bottom:0}.trip-card.style-two .trip-meta ul li{display:flex;align-items:center;color:var(--text);gap:6px;font-size:14px}.trip-card.style-two .trip-meta ul li i{color:var(--primary)}@media only screen and (min-width:1400px){.trip-card.style-two .trip-meta ul li{font-size:16px}}.trip-card.style-two .trip-meta .trip-price{font-size:20px;font-weight:600}@media only screen and (min-width:1400px){.trip-card.style-two .trip-meta .trip-price{font-size:24px}}.trip-card.style-two .trip-meta .trip-price span{margin-left:4px;font-size:16px;color:var(--text);text-decoration:line-through;font-weight:400}.trip-card-five{border-radius:210px 210px 0 0;background:var(--secondary);transition:var(--transition)}.trip-card-five img{border-radius:210px 210px 0 0;width:100%}.trip-card-five .trip-title{transition:var(--transition)}.trip-card-five .trip-body{padding:28px 24px}.trip-card-five .trip-meta{margin-bottom:30px}@media only screen and (min-width:1400px){.trip-card-five .trip-meta{margin-bottom:40px}}.trip-card-five .trip-meta .badge{padding:8px 14px;color:var(--white);text-shadow:0 4px 4px rgba(0,0,0,.25);font-size:16px;font-weight:500;border-radius:20rem}.trip-card-five .trip-meta ul li{color:var(--heading)}.trip-card-five .trip-meta .line{width:1px;height:85px;background:var(--border);flex-shrink:0}.trip-card-five .trip-meta .trip-price{display:flex;align-items:baseline;font-size:28px;color:var(--heading)}@media only screen and (min-width:1400px){.trip-card-five .trip-meta .trip-price{font-size:36px}}.trip-card-five .trip-meta .trip-price span{font-size:16px;color:var(--text);text-decoration:line-through}.trip-card-five:focus,.trip-card-five:hover{transform:translateY(-8px)}.trip-card-five:focus .trip-title,.trip-card-five:hover .trip-title{color:var(--primary)}.tour-pack-nav{gap:40px}.tour-pack-nav .tour-pack-btn img{border-radius:50%;width:120px;height:120px;object-fit:cover;margin-bottom:24px}.tour-pack-nav>div{border:0;background:rgba(0,0,0,0);cursor:pointer;text-align:center}.tour-pack-nav>div.active .tour-pack-btn img{width:180px;height:180px;border:8px solid var(--primary);margin-bottom:0}.tour-pack-nav>div.active h3,.tour-pack-nav>div.active p{display:none}.tour-pack-content{display:flex;align-items:center;gap:30px;flex-direction:column}@media only screen and (min-width:576px){.tour-pack-content{flex-direction:row}}@media only screen and (min-width:1200px){.tour-pack-content{gap:50px}}.tour-pack-content .tour-pack-img{flex:0 0 100%;width:100%;border-radius:18px}@media only screen and (min-width:576px){.tour-pack-content .tour-pack-img{flex:0 0 50%;width:50%}}@media only screen and (min-width:1400px){.tour-pack-content .tour-pack-img{flex:0 0 60%;width:60%}}.tour-pack-content .tour-pack-img img{border-radius:18px}.tour-types-card img{border-radius:18px;margin-bottom:20px}.tour-types-card .icon{width:54px;height:54px;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--white)}@media only screen and (min-width:1400px){.tour-types-card p{font-size:18px}}.deals-section{width:100%;display:flex;flex-wrap:wrap;background-repeat:no-repeat;background-size:cover;background-position:50%;position:relative;z-index:1}.countdown-timer{flex:0 0 100%;width:100%;flex-shrink:0;background-color:var(--primary);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:50px 2rem;gap:60px}@media only screen and (min-width:768px){.countdown-timer{flex:0 0 340px;width:340px}}@media only screen and (min-width:1200px){.countdown-timer{flex:0 0 380px;width:380px}}@media only screen and (min-width:1400px){.countdown-timer{flex:0 0 580px;width:580px}}.countdown-timer ul{display:flex;gap:8px}@media only screen and (min-width:1200px){.countdown-timer ul{gap:20px}}.countdown-timer ul li{flex:0 0 70px;width:70px;flex-shrink:0;border-radius:8px;border:.5px solid var(--white);background:radial-gradient(157.24% 123.22% at 47.19% -.63%,rgba(255,255,255,.4) 0,rgba(255,255,255,0) 100%)}@media only screen and (min-width:992px){.countdown-timer ul li{flex:0 0 75px;width:75px}}@media only screen and (min-width:1200px){.countdown-timer ul li{flex:0 0 80px;width:80px}}@media only screen and (min-width:1400px){.countdown-timer ul li{flex:0 0 94px;width:94px}}.countdown-timer ul li span{display:block;text-align:center;line-height:1}.countdown-timer ul li span:first-child{padding:20px 6px 14px;border-bottom:.5px solid var(--white-200);font-size:30px;font-weight:600;color:var(--white)}@media only screen and (min-width:1400px){.countdown-timer ul li span:first-child{font-size:36px}}.countdown-timer ul li span:last-child{padding:8px 4px;font-size:14px;color:var(--white)}@media only screen and (min-width:1400px){.countdown-timer ul li span:last-child{font-size:16px}}.deals-content{flex:0 0 100%;width:100%;padding-left:1.5rem}@media only screen and (min-width:768px){.deals-content{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 340px);width:calc(100% - 340px);padding-left:2rem}}@media only screen and (min-width:1200px){.deals-content{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 380px);width:calc(100% - 380px);padding-left:3rem}}@media only screen and (min-width:1400px){.deals-content{flex-grow:0;flex-shrink:0;flex-basis:calc(100% - 580px);width:calc(100% - 580px);padding-left:60px}}.deals-swiper{width:113%}.deals-navigation-container{position:relative;display:flex;align-items:center;gap:10px;margin-right:10%}@media only screen and (min-width:992px){.deals-navigation-container{margin-right:23%}}.deals-navigation-container .deals-button-next,.deals-navigation-container .deals-button-prev{width:48px;height:48px;border-radius:50%;background-color:var(--white-200);color:var(--white);display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:17px}@media only screen and (min-width:1200px){.deals-navigation-container .deals-button-next,.deals-navigation-container .deals-button-prev{width:56px;height:56px;font-size:24px}}.deals-navigation-container .deals-button-next.active,.deals-navigation-container .deals-button-next:focus,.deals-navigation-container .deals-button-next:hover,.deals-navigation-container .deals-button-prev.active,.deals-navigation-container .deals-button-prev:focus,.deals-navigation-container .deals-button-prev:hover{background-color:var(--primary);color:var(--white)}.deals-slide{padding:20px;border-radius:18px;background-color:var(--white)}.deals-slide img{width:100%;border-radius:18px}.deals-slide .badge{padding:8px 14px;color:var(--white);font-size:16px;font-weight:500;border-radius:20rem}.section-title{position:relative;z-index:1;text-align:center}.section-title span{font-size:22px;font-weight:600;color:var(--heading);background-color:var(--white);padding-left:16px;padding-right:16px}@media only screen and (min-width:576px){.section-title span{font-size:26px}}@media only screen and (min-width:768px){.section-title span{font-size:30px}}@media only screen and (min-width:992px){.section-title span{font-size:36px}}.section-title:after{width:100%;height:1px;top:50%;left:0;content:"";position:absolute;z-index:-5;background:rgba(118,118,118,.3)}.follow-instagram-card{position:relative;z-index:1;border-radius:18px;overflow:hidden}.follow-instagram-card:after{background:rgba(22,25,32,.3);height:100%;top:0;left:0;content:"";position:absolute;z-index:0;opacity:0;visibility:hidden}.follow-instagram-card img,.follow-instagram-card:after{border-radius:18px;width:100%;transition:var(--transition)}.follow-instagram-card .instagram-btn{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,-150%);width:68px;height:68px;border-radius:50%;background-color:var(--primary);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:30px;transition:var(--transition);opacity:0;visibility:hidden}.follow-instagram-card .instagram-btn:focus,.follow-instagram-card .instagram-btn:hover{background-color:var(--heading);color:var(--white)}.follow-instagram-card:focus img,.follow-instagram-card:hover img{transform:scale(1.07)}.follow-instagram-card:focus .instagram-btn,.follow-instagram-card:focus:after,.follow-instagram-card:hover .instagram-btn,.follow-instagram-card:hover:after{opacity:1;visibility:visible}.follow-instagram-card:focus .instagram-btn,.follow-instagram-card:hover .instagram-btn{transform:translate(-50%,-50%)}@media only screen and (min-width:992px){.follow-instagram-section .row .col-12:nth-child(odd) .follow-instagram-card{margin-top:60px}}.follow-instagram-section{width:120%;position:relative;left:-10%}.flight-card{transition:var(--transition)}.flight-card .flight-img{position:relative;border-radius:18px;margin-bottom:20px}.flight-card .flight-img img{width:100%;border-radius:18px}.flight-card .flight-img .badge{position:absolute;top:16px;left:16px;color:var(--white);padding:10px 14px;border-radius:20rem;z-index:10;font-size:14px;font-weight:400}.flight-card .flight-price{display:flex;align-items:baseline}.flight-card .flight-price span{font-size:16px;font-weight:400;color:var(--text)}.flight-card a{display:block;border-radius:5px;border:1px solid rgba(28,54,55,.25);width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:var(--primary);font-size:18px;transition:var(--transition)}.flight-card a:focus,.flight-card a:hover{color:var(--white);background-color:var(--primary);border-color:var(--primary)}.flight-card:focus,.flight-card:hover{transform:translateY(-8px)}.flight-card.style-two .flight-img .badge{border:0;position:absolute;top:30px;left:auto;right:30px;padding:0;border-radius:50%;z-index:10;font-size:20px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:var(--white);color:var(--heading)}.flight-card.style-two .flight-img .badge:focus,.flight-card.style-two .flight-img .badge:hover{color:var(--white);background-color:var(--primary)}.flight-card.style-two h6{font-size:18px}.flight-card.style-two a{display:block;border:0;background-color:var(--white);color:var(--heading);display:flex;align-items:center;justify-content:center;transition:var(--transition);border-radius:50%;font-size:20px}.flight-card.style-two a:focus,.flight-card.style-two a:hover{color:var(--white);background-color:var(--primary)}.flight-card.style-two .flight-price{display:flex;align-items:baseline;gap:4px}.flight-card.style-two .flight-price span{font-size:20px;font-weight:600}.travel-deals-card{overflow:hidden;position:relative;z-index:2}.travel-deals-card,.travel-deals-card img{border-radius:18px;transition:var(--transition)}.travel-deals-card img{width:100%}.travel-deals-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:18px;background:linear-gradient(180deg,rgba(28,54,55,0),#1C3637);z-index:1}.travel-deals-card .travel-deals-content{position:absolute;bottom:24px;left:24px;width:calc(100% - 48px);z-index:10}.travel-deals-card:focus img,.travel-deals-card:hover img{transform:scale(1.05)}.top-feature-card{border-radius:18px;border:1px solid var(--border);background:var(--white);padding:30px;display:flex;flex-wrap:wrap;gap:30px;height:100%}@media only screen and (min-width:576px){.top-feature-card{flex-wrap:nowrap}}@media only screen and (min-width:1400px){.top-feature-card{padding:40px}}.top-feature-card .top-feature-img,.top-feature-card .top-feature-img img{border-radius:18px}.top-feature-card .top-feature-content{flex:0 0 100%;width:100%;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (min-width:576px){.top-feature-card .top-feature-content{flex:0 0 50%;width:50%}}@media only screen and (min-width:768px){.top-feature-card .top-feature-content{padding-top:24px;padding-bottom:24px}}@media only screen and (min-width:992px){.top-feature-card .top-feature-content{padding-top:0;padding-bottom:0}}@media only screen and (min-width:1400px){.top-feature-card .top-feature-content{padding-top:24px;padding-bottom:24px}}.top-feature-card.style-two{position:relative;z-index:1;background-color:var(--primary);border-color:var(--primary);align-items:center;justify-content:center;padding:40px}.top-feature-card.style-two:before{content:"";position:absolute;top:20px;left:20px;width:calc(100% - 40px);height:calc(100% - 40px);border-radius:18px;border:1px solid rgba(247,247,247,.5);z-index:-1}.top-feature-card.style-two h2{color:var(--white);font-size:clamp(32px,5vw,80px)}.top-feature-card.style-two p{color:var(--text-two)}.students-imgs{display:flex;align-items:center}.students-imgs img{width:40px;height:40px;object-fit:cover;border-radius:50%}@media only screen and (min-width:1400px){.students-imgs img{width:55px;height:55px}}.students-imgs img:not(:first-child){margin-left:-20px}.package-card{border-radius:18px;background:var(--white)}.package-card .package-img{position:relative;border-radius:18px 18px 0 0}.package-card .package-img img{width:100%;border-radius:18px 18px 0 0}.package-card .package-img .featured-badge{border-radius:0 30px 30px 0;background:var(--heading);color:var(--white);padding-left:20px;padding-right:20px;line-height:32px;height:32px;font-size:16px;font-weight:500;position:absolute;top:26px;left:0;z-index:10}.package-card .package-img .wishlist-btn{width:36px;height:36px;position:absolute;top:24px;right:24px;z-index:10;background-color:var(--white);color:var(--heading);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition);font-size:20px}.package-card .package-img .wishlist-btn:focus,.package-card .package-img .wishlist-btn:hover{background-color:var(--primary);color:var(--white)}.package-card .package-img .place-time{transition:var(--transition);display:flex;align-items:center;justify-content:center;gap:8px;width:calc(100% - 40px);left:50%;transform:translateX(-50%);position:absolute;bottom:0;z-index:100;background-color:var(--heading);height:40px;border-radius:30px 30px 0 0;padding-left:16px;padding-right:16px;font-size:10px;color:var(--white)}@media only screen and (min-width:576px){.package-card .package-img .place-time{gap:12px;font-size:12px}}.package-card .package-img .place-time .line{width:1px;height:20px;background-color:var(--white);opacity:.5;flex-shrink:0}.package-card .package-content{padding:24px}.package-card .package-content .stars{display:flex;align-items:center;gap:2px;color:var(--warning)}.package-card .package-content .package-title{font-size:clamp(18px,2vw,24px);color:var(--heading);font-weight:600;display:block}.package-card .package-content .package-title:focus,.package-card .package-content .package-title:hover{color:var(--primary)}.package-card .package-content h5{color:var(--text)}.package-card .package-content h5 span{font-size:16px;font-weight:400}.package-card:focus .package-img .place-time,.package-card:hover .package-img .place-time{background-color:var(--primary);color:var(--white)}.packages-swiper{width:110%;left:-5%}.packages-swiper-nav{display:flex;align-items:center;gap:20px}.packages-swiper-nav .line{width:calc(50% - 74px);height:1px;background-color:var(--text);flex-shrink:0}.packages-swiper-nav .packages-button-next,.packages-swiper-nav .packages-button-prev{width:44px;height:44px;flex-shrink:0;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;border:1px solid var(--text);background-color:var(--white);color:var(--heading);font-size:24px;transition:var(--transition)}.packages-swiper-nav .packages-button-next:focus,.packages-swiper-nav .packages-button-next:hover,.packages-swiper-nav .packages-button-prev:focus,.packages-swiper-nav .packages-button-prev:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.process-section{position:relative}.process-section .shape-img{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1}.process-card{text-align:center}.process-card .icon{position:relative;z-index:1;width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--white);margin:0 auto 100px}.process-card .icon .shape{position:absolute;top:-20px;right:-20px;z-index:-1}.process-card .icon .shape img{width:auto;height:210px}.feature-section.style-two{display:flex;flex-direction:column}@media only screen and (min-width:992px){.feature-section.style-two{flex-direction:row}}.feature-section.style-two .feature-left-content,.feature-section.style-two .feature-right-content{position:relative;z-index:1;flex:0 0 100%;width:100%}@media only screen and (min-width:992px){.feature-section.style-two .feature-left-content,.feature-section.style-two .feature-right-content{flex:0 0 50%;width:50%}}.feature-section.style-two .feature-left-content .main-img{width:100%;height:400px;object-fit:cover}@media only screen and (min-width:992px){.feature-section.style-two .feature-left-content .main-img{height:100%}}.feature-section.style-two .feature-left-content .feature-floting-content{padding:18px;width:280px;position:absolute;right:30px;bottom:30px;z-index:10}@media only screen and (min-width:480px){.feature-section.style-two .feature-left-content .feature-floting-content{width:420px;padding:32px 28px}}@media only screen and (min-width:1200px){.feature-section.style-two .feature-left-content .feature-floting-content{width:470px}}.feature-section.style-two .feature-left-content .feature-floting-content h2{font-size:clamp(50px,3vw,80px);line-height:1;font-weight:600}.feature-section.style-two .feature-left-content .feature-floting-content .shape-img{position:absolute;width:100%;height:100%;top:0;left:0;z-index:-5}.feature-section.style-two .feature-left-content .feature-floting-content .img-group-wrap img,.feature-section.style-two .feature-left-content .feature-floting-content .img-group-wrap span{width:40px;height:40px}@media only screen and (min-width:1200px){.feature-section.style-two .feature-left-content .feature-floting-content .img-group-wrap img,.feature-section.style-two .feature-left-content .feature-floting-content .img-group-wrap span{width:60px;height:60px}}.feature-section.style-two .feature-right-content{padding:70px 30px;background-color:var(--heading)}@media only screen and (min-width:1200px){.feature-section.style-two .feature-right-content{padding:100px 50px}}.feature-section.style-two .feature-right-content ul{display:flex;flex-direction:column;gap:12px}.feature-section.style-two .feature-right-content ul li{display:flex;align-items:center;gap:12px;color:var(--white);font-weight:600}.why-choose-slider{width:106%;left:-3%}.why-choose-slider-pagination{display:flex;align-items:center;justify-content:center;gap:2px}.why-choose-slider-pagination .swiper-pagination-bullet{position:relative;z-index:1;width:20px;height:20px;border:1px solid rgba(0,0,0,0);transition:var(--transition);border-radius:50%;flex-shrink:0;cursor:pointer}@media only screen and (min-width:1200px){.why-choose-slider-pagination .swiper-pagination-bullet{width:30px;height:30px}}.why-choose-slider-pagination .swiper-pagination-bullet:after{content:"";width:8px;height:8px;border-radius:50%;background-color:var(--border);transition:var(--transition);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media only screen and (min-width:1200px){.why-choose-slider-pagination .swiper-pagination-bullet:after{width:12px;height:12px}}.why-choose-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:var(--primary)}.why-choose-slider-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{background-color:var(--primary)}.top-features-section{position:relative;z-index:1}.top-features-section .shape{position:absolute;bottom:0;left:0;width:100%;z-index:-1}.top-features-section .shape img{width:100%}.single-gallery-card{border-radius:18px;transition:var(--transition);position:relative;z-index:1}.single-gallery-card .gallery-hover{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;border-radius:18px;background:rgba(22,25,32,.5);opacity:0;visibility:hidden}.single-gallery-card .gallery-hover,.single-gallery-card .gallery-hover a{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.single-gallery-card .gallery-hover a{width:70px;height:70px;border-radius:50%;background-color:var(--primary);color:var(--white);font-size:24px}.single-gallery-card .gallery-hover a:focus,.single-gallery-card .gallery-hover a:hover{background-color:var(--primary-hover)}.single-gallery-card img{border-radius:18px;width:100%}.single-gallery-card .gallery-title{transition:var(--transition);position:absolute;text-align:center;bottom:0;left:0;width:100%;z-index:2;opacity:0;visibility:hidden}.single-gallery-card:focus,.single-gallery-card:hover{transform:translateY(-8px)}.single-gallery-card:focus .gallery-hover,.single-gallery-card:hover .gallery-hover{opacity:1;visibility:visible}.single-gallery-card:focus .gallery-title,.single-gallery-card:hover .gallery-title{opacity:1;visibility:visible;bottom:15px}@media only screen and (min-width:1200px){.single-gallery-card:focus .gallery-title,.single-gallery-card:hover .gallery-title{bottom:30px}}.gallery-wrapper-five{width:106%;margin-left:-3%}.video-gallery-card,.video-gallery-section{position:relative;z-index:1}.video-gallery-card{background-size:cover;background-position:50%;background-repeat:no-repeat;width:100%;height:500px}@media only screen and (min-width:992px){.video-gallery-card{height:550px}}@media only screen and (min-width:1200px){.video-gallery-card{height:650px}}@media only screen and (min-width:1400px){.video-gallery-card{height:770px}}.video-gallery-card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,39,89,.6);z-index:-1}.video-gallery-card .play-video-btn{width:70px;height:70px;border-radius:50%;cursor:pointer;background-color:var(--warning);color:var(--white);display:flex;align-items:center;justify-content:center;font-size:24px;margin-left:auto;margin-right:auto}@media only screen and (min-width:1400px){.video-gallery-card .play-video-btn{font-size:32px;width:120px;height:120px}}.video-gallery-pagination-container{position:absolute;width:80px;height:100%;left:15%;top:0;z-index:100;display:flex;align-items:center}@media only screen and (min-width:576px){.video-gallery-pagination-container{width:100px}}@media only screen and (min-width:768px){.video-gallery-pagination-container{width:150px}}@media only screen and (min-width:1200px){.video-gallery-pagination-container{width:200px}}@media only screen and (min-width:1400px){.video-gallery-pagination-container{width:300px}}.video-gallery-pagination{display:flex;flex-direction:column;gap:24px;width:100%}.video-gallery-pagination .swiper-pagination-bullet{width:100%;height:60px;border-radius:12px;opacity:1;transition:var(--transition);cursor:pointer;background-position:50%;background-repeat:no-repeat;background-size:cover}@media only screen and (min-width:576px){.video-gallery-pagination .swiper-pagination-bullet{height:80px}}@media only screen and (min-width:768px){.video-gallery-pagination .swiper-pagination-bullet{height:100px}}@media only screen and (min-width:1200px){.video-gallery-pagination .swiper-pagination-bullet{height:120px}}@media only screen and (min-width:1400px){.video-gallery-pagination .swiper-pagination-bullet{height:160px;border-radius:18px}}.video-gallery-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border:2px solid var(--white)}.gallery-section-four .gallery-image{margin-top:-30px;margin-bottom:-40px}.gallery-wrapper-four{margin-top:100px;margin-bottom:100px}@media screen and (max-width:1399px){.gallery-wrapper-four{font-size:45px}}@media screen and (max-width:767px){.gallery-wrapper-four{font-size:30px}}.gallery-wrapper-four .gallery-image img{width:100%;height:100%}.gallery-wrapper-four .gallery-content{margin-left:30px}.gallery-wrapper-four .gallery-content .gallery-text{margin-top:25px}.gallery-wrapper-four .gallery-content .btn{margin-top:20px}.gallery-image-box,.gallery-image-box .gallery-img{position:relative}.gallery-image-box .gallery-img img{width:100%;height:100%;border-radius:18px;object-fit:cover}.gallery-image-box .gallery-img.style-margin{margin-top:30px}.gallery-image-box .gallery-img.style-height-1{height:590px}@media screen and (max-width:1699px){.gallery-image-box .gallery-img.style-height-1{height:500px}}.gallery-image-box .gallery-img.style-height-2{height:280px}@media screen and (max-width:1699px){.gallery-image-box .gallery-img.style-height-2{height:232px}}.gallery-image-box .gallery-img.style-height-3{height:495px}@media screen and (max-width:1699px){.gallery-image-box .gallery-img.style-height-3{height:495px}}.gallery-image-box .gallery-img .gallery-hover{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;border-radius:18px;background:rgba(0,39,89,.5);opacity:0;visibility:hidden}.gallery-image-box .gallery-img .gallery-hover,.gallery-image-box .gallery-img .gallery-hover a{display:flex;align-items:center;justify-content:center;cursor:pointer;transition:var(--transition)}.gallery-image-box .gallery-img .gallery-hover a{width:70px;height:70px;border-radius:50%;background-color:var(--primary);color:var(--white);font-size:24px}.gallery-image-box .gallery-img .gallery-hover a:focus,.gallery-image-box .gallery-img .gallery-hover a:hover{background-color:var(--primary-hover)}.gallery-image-box .gallery-img:hover .gallery-hover{opacity:1;visibility:visible}.gallery-section{position:relative;z-index:1}.gallery-section .bottom-shape{width:100%;position:absolute;bottom:0;left:0;z-index:-1}.gallery-section .bottom-shape img{width:100%}.team-section{position:relative;z-index:1}.team-section .shape-img{position:absolute;z-index:-1;bottom:0;left:0;max-width:375px}.team-section .hotair-ballon{position:absolute;z-index:-1;bottom:100px;right:0}.team-card{position:relative;z-index:1}.team-card,.team-card img{transition:var(--transition)}.team-card img{width:100%;border-radius:18px}.team-card h4{transition:var(--transition)}.team-card .team-thumb{position:relative;z-index:1;overflow:hidden;border-radius:18px}.team-card .team-thumb .team-social{position:absolute;z-index:100;display:flex;align-items:center;gap:12px;bottom:0;left:50%;transform:translateX(-50%);background-color:var(--white);padding:10px 20px;border-radius:10px;box-shadow:0 0 10px rgba(0,0,0,.1);opacity:0;visibility:hidden;transition:var(--transition)}.team-card .team-thumb .team-social a{width:40px;height:40px;border-radius:50%;font-size:18px;color:var(--white);background-color:var(--heading);border:1px solid var(--heading);transition:var(--transition);display:flex;align-items:center;justify-content:center}.team-card .team-thumb .team-social a:focus,.team-card .team-thumb .team-social a:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.team-card:focus,.team-card:hover{transform:translateY(-8px)}.team-card:focus img,.team-card:hover img{transform:scale(1.1)}.team-card:focus .team-social,.team-card:hover .team-social{bottom:20px;opacity:1;visibility:visible}.team-card:focus h4,.team-card:hover h4{color:var(--primary)}.team-card.style-two .team-thumb{position:relative;z-index:1}.team-card.style-two .team-thumb:after{transition:var(--transition);content:"";position:absolute;border-radius:18px;background:linear-gradient(180deg,rgba(0,39,89,0),#002759);width:100%;height:100%;top:0;left:0;z-index:10;opacity:0;visibility:hidden}.team-card.style-two .team-thumb .social-nav{position:absolute;z-index:100;display:flex;flex-direction:column;gap:12px;top:20px;right:0;transition:var(--transition);opacity:0;visibility:hidden}.team-card.style-two .team-thumb .social-nav a{width:40px;height:40px;border-radius:50%;font-size:18px;color:var(--white);background-color:var(--heading);border:1px solid var(--primary);transition:var(--transition);display:flex;align-items:center;justify-content:center}.team-card.style-two .team-thumb .social-nav a:focus,.team-card.style-two .team-thumb .social-nav a:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.team-card.style-two .team-content{transition:var(--transition);position:absolute;left:0;right:0;bottom:0;width:100%;z-index:100;opacity:0;visibility:hidden}.team-card.style-two .team-content a,.team-card.style-two .team-content span{color:var(--white)}.team-card.style-two .team-content a:focus,.team-card.style-two .team-content a:hover{color:var(--warning)}.team-card.style-two:focus .team-thumb img,.team-card.style-two:hover .team-thumb img{transform:scale(1.1)}.team-card.style-two:focus .team-thumb:after,.team-card.style-two:hover .team-thumb:after{visibility:visible;opacity:1}.team-card.style-two:focus .team-thumb .social-nav,.team-card.style-two:hover .team-thumb .social-nav{opacity:1;visibility:visible;right:20px}.team-card.style-two:focus .team-content,.team-card.style-two:hover .team-content{opacity:1;visibility:visible;padding-bottom:24px}.team-card.style-three{background-color:var(--white);border-radius:18px}.team-card.style-three .team-thumb{border-radius:18px 18px 0 0;position:relative;z-index:1;overflow:hidden}.team-card.style-three .team-thumb img{border-radius:18px 18px 0 0;min-height:100px}.team-card.style-three .team-thumb .video-btn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:64px;height:64px;flex-shrink:0;background-color:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;color:var(--heading);transition:var(--transition)}.team-card.style-three .team-thumb .video-btn:focus,.team-card.style-three .team-thumb .video-btn:hover{background-color:var(--primary);color:var(--white)}.team-card.style-three:focus,.team-card.style-three:hover{transform:translateY(-8px)}.team-card.style-three:focus img,.team-card.style-three:hover img{transform:scale(1)}.team-card.style-three:focus .team-social,.team-card.style-three:hover .team-social{bottom:20px;opacity:1;visibility:visible}.team-card.style-three:focus h4,.team-card.style-three:hover h4{color:var(--primary)}.guider-details-section img{width:100%;border-radius:18px}.guider-details-section p{font-size:18px}.guider-details-section ul li{font-size:18px;display:flex;align-items:center;gap:10px;opacity:.9}.guider-details-section .social-nav{display:flex;align-items:center;gap:8px;margin-top:40px}.guider-details-section .social-nav a{display:flex;align-items:center;justify-content:center;width:44px;height:44px;background-color:var(--secondary);border-radius:6px;font-size:20px;color:var(--heading);transition:var(--transition)}.guider-details-section .social-nav a:focus,.guider-details-section .social-nav a:hover{background-color:var(--primary);color:var(--white)}.experience-info p{font-size:16px;opacity:.9}@media only screen and (min-width:992px){.experience-info p{font-size:18px}}.progress-item .progress-info{display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:16px;font-weight:600;color:var(--heading)}@media only screen and (min-width:992px){.progress-item .progress-info{font-size:18px}}.progress-item .progress{width:100%;height:10px;border-radius:2px;background-color:rgba(151,191,138,.3)}.progress-item .progress-bar{border-radius:2px;background-color:var(--primary)}.partner-swiper .swiper-slide{text-align:center}.testimonial-card{border-radius:18px;position:relative;z-index:1;height:420px;width:195px;flex-shrink:0;background-position:50%;background-size:cover;background-repeat:no-repeat;transition:var(--transition);margin-top:1px;display:flex;align-items:center;cursor:pointer}.testimonial-card .testimonial-content{transition:var(--transition);flex:0 0 65%;width:65%;max-width:65%;padding:30px 40px;border-radius:18px 0 0 18px;opacity:0;visibility:hidden}.testimonial-card .testimonial-content .testimonial-text{margin-top:16px;font-size:16px;color:var(--heading)}@media only screen and (min-width:1400px){.testimonial-card .testimonial-content .testimonial-text{font-size:18px}}.testimonial-card .testimonial-content .border-top{margin:30px 0}.testimonial-card .testimonial-content span{color:var(--text);opacity:.9}.testimonial-card .testimonial-thumbnail{transition:var(--transition);position:absolute;right:0;top:-1px;flex:0 0 35%;width:35%;max-width:35%;height:calc(100% + 2px);background-size:cover;background-repeat:no-repeat;background-position:50%;z-index:2;border-radius:0 18px 18px 0;opacity:0;visibility:hidden}.testimonial-card.slide-expand{width:620px!important;background-image:none!important;background-color:var(--white);border:1px solid rgba(118,118,118,.2);pointer-events:none}@media only screen and (min-width:1400px){.testimonial-card.slide-expand{width:845px!important}}.testimonial-card.slide-expand .testimonial-content,.testimonial-card.slide-expand .testimonial-thumbnail{visibility:visible;opacity:1}.testimonial-navigation-container{display:flex;gap:20px;align-items:center}.testimonial-navigation-container .testimonial-button-next,.testimonial-navigation-container .testimonial-button-prev{width:48px;height:48px;border-radius:50%;border:1px solid rgba(118,118,118,.2);color:var(--heading);display:flex;align-items:center;justify-content:center;transition:var(--transition);font-size:17px}@media only screen and (min-width:1200px){.testimonial-navigation-container .testimonial-button-next,.testimonial-navigation-container .testimonial-button-prev{width:56px;height:56px;font-size:24px}}.testimonial-navigation-container .testimonial-button-next:focus,.testimonial-navigation-container .testimonial-button-next:hover,.testimonial-navigation-container .testimonial-button-prev:focus,.testimonial-navigation-container .testimonial-button-prev:hover{background-color:var(--primary);color:var(--white);border-color:var(--primary)}.testimonial-card-two{margin-top:40px;padding:40px 30px;position:relative;z-index:1;border-radius:18px;border:1px solid rgba(83,91,95,.3);background:var(--secondary);display:flex;flex-wrap:wrap;align-items:center;gap:40px}@media only screen and (min-width:768px){.testimonial-card-two{flex-wrap:nowrap}}@media only screen and (min-width:992px){.testimonial-card-two{padding:40px}}@media only screen and (min-width:1400px){.testimonial-card-two{padding:50px}}.testimonial-card-two .quote-icon{width:80px;height:80px;border-radius:50%;background-color:var(--heading);display:flex;align-items:center;justify-content:center;position:absolute;top:-40px;left:50px;z-index:10}.testimonial-card-two .testimonial-text{font-size:clamp(16px,2vw,24px);color:var(--primary-hover)}.testimonial-card-two .testimonial-image{width:100px;height:100px;border-radius:50%;flex-shrink:0}@media only screen and (min-width:576px){.testimonial-card-two .testimonial-image{width:120px;height:120px}}@media only screen and (min-width:768px){.testimonial-card-two .testimonial-image{width:140px;height:140px}}@media only screen and (min-width:992px){.testimonial-card-two .testimonial-image{width:160px;height:160px}}@media only screen and (min-width:1200px){.testimonial-card-two .testimonial-image{width:200px;height:200px}}@media only screen and (min-width:1400px){.testimonial-card-two .testimonial-image{width:300px;height:300px}}.testimonial-card-two .testimonial-image img{width:100%;height:100%;object-fit:cover;border-radius:50%}.testimonial-button-next-two,.testimonial-button-prev-two{margin-top:40px;width:48px;height:48px;border-radius:50%;border:1px solid rgba(118,118,118,.2);color:var(--heading);display:flex;align-items:center;justify-content:center;transition:var(--transition);cursor:pointer;font-size:17px}@media only screen and (min-width:1200px){.testimonial-button-next-two,.testimonial-button-prev-two{width:56px;height:56px;font-size:24px}}.testimonial-button-next-two:focus,.testimonial-button-next-two:hover,.testimonial-button-prev-two:focus,.testimonial-button-prev-two:hover{background-color:var(--primary);color:var(--white)}.testimonial-section .jarallax-container{border-radius:18px}.testimonial-section.theme-two{border-radius:18px;background-position:50%;background-size:cover;background-repeat:no-repeat;position:relative;z-index:1}.testimonial-section.theme-two:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,39,89,.94);z-index:-1;border-radius:18px}.testimonial-section.theme-two .testimonial-navigation-container{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:16px;padding-top:60px;padding-right:20px;padding-bottom:40px}@media only screen and (min-width:576px){.testimonial-section.theme-two .testimonial-navigation-container{padding-right:40px}}@media only screen and (min-width:1400px){.testimonial-section.theme-two .testimonial-navigation-container{padding-top:124px;padding-right:70px;padding-bottom:60px}}.testimonial-section.theme-two .testimonial-navigation-container>div{width:40px;height:40px;flex-shrink:0;border-radius:50%;transition:var(--transition);background-color:var(--white-200);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:20px;color:var(--white)}@media only screen and (min-width:1400px){.testimonial-section.theme-two .testimonial-navigation-container>div{width:56px;height:56px;font-size:24px}}.testimonial-section.theme-two .testimonial-navigation-container>div:focus,.testimonial-section.theme-two .testimonial-navigation-container>div:hover{background-color:var(--primary);color:var(--white)}.testimonial-title{padding-top:60px;padding-left:40px;padding-bottom:40px;color:var(--white);font-size:20px;font-weight:600;border-left:1px solid hsla(0,0%,100%,.1)}@media only screen and (min-width:576px){.testimonial-title{font-size:24px}}@media only screen and (min-width:992px){.testimonial-title{font-size:32px}}@media only screen and (min-width:1400px){.testimonial-title{font-size:50px;padding-top:124px;padding-left:70px;padding-bottom:60px}}.testimonial-card-three{margin-bottom:1px;border-top:1px solid hsla(0,0%,100%,.1);border-bottom:1px solid hsla(0,0%,100%,.1)}.testimonial-card-three .testimonial-thumbnail{padding-top:60px;padding-right:40px;border-radius:18px;text-align:right}@media only screen and (min-width:1400px){.testimonial-card-three .testimonial-thumbnail{padding-top:70px;padding-right:60px}}.testimonial-card-three .testimonial-thumbnail img{max-width:50px;border-radius:18px}@media only screen and (min-width:576px){.testimonial-card-three .testimonial-thumbnail img{max-width:70px}}@media only screen and (min-width:768px){.testimonial-card-three .testimonial-thumbnail img{max-width:100px}}@media only screen and (min-width:992px){.testimonial-card-three .testimonial-thumbnail img{max-width:150px}}@media only screen and (min-width:1400px){.testimonial-card-three .testimonial-thumbnail img{max-width:195px}}.testimonial-card-three h3{font-size:clamp(16px,2.5vw,32px);color:var(--white)}.testimonial-card-three .testimonial-content{padding-top:60px;padding-left:40px;padding-bottom:40px;border-left:1px solid hsla(0,0%,100%,.1)}@media only screen and (min-width:1400px){.testimonial-card-three .testimonial-content{padding-left:70px;padding-top:60px;padding-bottom:60px}}.testimonial-card-three .testimonial-rating{font-size:20px}@media only screen and (min-width:1400px){.testimonial-card-three .testimonial-rating{font-size:24px}}.trusted-partners{padding-top:60px;padding-bottom:60px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:24px}@media only screen and (min-width:1400px){.trusted-partners{padding-top:100px;padding-bottom:124px}}.trusted-partners h4{color:var(--white);flex-shrink:0}.trusted-partners .trusted-partners-logo{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:30px}@media only screen and (min-width:1200px){.trusted-partners .trusted-partners-logo{gap:40px}}@media only screen and (min-width:1400px){.trusted-partners .trusted-partners-logo{gap:80px}}.trusted-partners .trusted-partners-logo a{display:block;transition:var(--transition)}.trusted-partners .trusted-partners-logo a img{max-height:30px;max-width:100px;transition:filter .35s ease}@media only screen and (min-width:1200px){.trusted-partners .trusted-partners-logo a img{max-width:120px}}@media only screen and (min-width:1400px){.trusted-partners .trusted-partners-logo a img{max-width:140px}}.trusted-partners .trusted-partners-logo a:focus,.trusted-partners .trusted-partners-logo a:hover{transform:translateY(-5px)}.trusted-partners .trusted-partners-logo a:focus img,.trusted-partners .trusted-partners-logo a:hover img{filter:brightness(0) saturate(100%) invert(52%) sepia(100%) saturate(621%) hue-rotate(163deg) brightness(94%) contrast(93%)}.testimonial-section-four{position:relative}.testimonial-section-four .swiper-slide-active{margin-top:-80px}@media screen and (max-width:1199px){.testimonial-section-four .swiper-slide-active{margin-top:0}}.testimonial-section-four .swiper-dot4{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:9}@media screen and (max-width:1199px){.testimonial-section-four .swiper-dot4{position:static;transform:none}}.testionial-box-items{margin-top:140px;border-radius:18px;background:var(--secondary);padding:35px}@media screen and (max-width:1199px){.testionial-box-items{margin-top:30px}}.testionial-box-items h3{font-size:22px;font-weight:400;margin-top:15px}.testionial-box-items .client-info-area{display:flex;justify-content:space-between;margin-top:30px}.swiper-dot4{text-align:center;margin-top:50px}.swiper-dot4 .swiper-pagination-bullet{width:12px;height:12px;transition:var(--transition);background-color:rgba(0,0,0,0);opacity:1;border-radius:100%;position:relative;border:1px solid var(--primary)}.swiper-dot4 .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:var(--primary);transition:var(--transition);position:relative;width:26px;border-radius:30px}.testimonial-dots{display:flex;justify-content:center;gap:8px;margin-bottom:1px}.testimonial-card-wrapper{gap:20px;display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}@media only screen and (min-width:1200px){.testimonial-card-wrapper{gap:30px}}.testimonial-card-seven{background-color:var(--white);overflow:hidden;border-radius:24px;padding:36px;display:flex;justify-content:center;align-items:center;cursor:pointer;flex:0 0 120px;width:120px}@media only screen and (min-width:1200px){.testimonial-card-seven{flex:1 1;width:auto}}.testimonial-card-seven .title-items{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:30px}.testimonial-card-seven .title-items h3{writing-mode:vertical-rl;transform:rotate(180deg);color:var(--heading);font-weight:600;margin-bottom:0;font-size:clamp(24px,2.5vw,36px)}.testimonial-card-seven .title-items .testimonial-img{width:90px;height:90px;text-align:center;border-radius:50%}.testimonial-card-seven .title-items .testimonial-img img{width:100%;border-radius:50%}.testimonial-card-seven .project-content{width:0;height:0;opacity:0;visibility:hidden}.testimonial-card-seven .project-content h3{margin-bottom:10px}.testimonial-card-seven .project-content p{color:var(--heading);font-size:clamp(16px,2vw,18px);font-weight:400;margin-top:15px;border-bottom:1px solid rgba(118,118,118,.2);padding-bottom:25px;margin-bottom:25px}.testimonial-card-seven .project-content .client-info{display:flex;align-items:center;gap:16px}.testimonial-card-seven .project-content .content .star{color:var(--warning);margin-bottom:5px}.testimonial-card-seven .project-content .content h6{font-size:24px;font-weight:600}.testimonial-card-seven.active{flex:0 0 400px;width:400px}@media only screen and (min-width:1200px){.testimonial-card-seven.active{flex:3.5 1;width:auto}}@media only screen and (min-width:1400px){.testimonial-card-seven.active{flex:3 1;width:auto}}.testimonial-card-seven.active .title-items{display:none}.testimonial-card-seven.active .project-content{opacity:1;visibility:visible;width:100%;height:auto}.swiper.testimonial-swiper-five{width:120%;left:-10%}.testimonial-card-four{background-color:var(--white);padding:40px;border-radius:18px}.testimonial-card-four .ratings{font-size:20px;color:var(--warning);display:flex;align-items:center;gap:2px}.testimonial-card-four .testimonial-text{font-size:clamp(16px,2vw,24px);margin-bottom:24px}.testimonial-card-four .testimonial-info-content img{width:80px;height:80px;object-fit:cover}.testimonial-card-five{display:flex;gap:30px;flex-direction:column;align-items:center;background-image:none!important}@media only screen and (min-width:576px){.testimonial-card-five{flex-direction:row}}@media only screen and (min-width:768px){.testimonial-card-five{align-items:flex-end}}@media only screen and (min-width:1200px){.testimonial-card-five{gap:40px}}@media only screen and (min-width:1400px){.testimonial-card-five{align-items:center}}.testimonial-card-five .testimonial-thumbnail{width:100%;flex:0 0 100%;border-radius:18px}@media only screen and (min-width:576px){.testimonial-card-five .testimonial-thumbnail{width:50%;flex:0 0 50%}}.testimonial-card-five .testimonial-thumbnail img{border-radius:18px;width:100%}.testimonial-card-five .ratings{font-size:20px;color:var(--warning)}.testimonial-card-five .testimonial-text{font-size:clamp(16px,2vw,24px)}.testimonial-card-six{border-radius:18px;background-color:var(--secondary);padding:40px 32px}.testimonial-card-six .ratings{font-size:20px;color:var(--warning);display:flex;align-items:center;gap:2px;margin-bottom:20px}.testimonial-card-six .testimonial-text{margin-bottom:30px}@media only screen and (min-width:1400px){.testimonial-card-six .testimonial-text{font-size:18px}}.testimonial-card-six .testimonial-info{display:flex;align-items:center;justify-content:space-between;gap:20px}.testimonial-six-next,.testimonial-six-prev{width:56px;height:56px;flex-shrink:0;border-radius:50%;border:1px solid var(--border);color:var(--primary);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.testimonial-six-next:focus,.testimonial-six-next:hover,.testimonial-six-prev:focus,.testimonial-six-prev:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.testimonial-pagination-info{font-size:24px;font-weight:600}.testimonial-five-pagination{display:flex;align-items:center;gap:20px}.testimonial-five-pagination span{flex-grow:1;height:200px;border-radius:10px;background-color:var(--white);cursor:pointer;background-position:50%;background-size:cover}@media only screen and (min-width:576px){.testimonial-five-pagination span{height:300px}}.testimonial-five-navigation{display:flex;gap:20px}.testimonial-five-navigation>div{flex:1 1;height:auto;object-fit:cover;border-radius:10px}.testimonial-five-navigation>div img{border-radius:10px}.testimonial-card-eight{position:relative;padding-left:40px}.testimonial-card-eight:before{content:"";position:absolute;top:0;left:0;width:8px;height:100%;background-color:var(--primary);border-radius:3px}.testimonial-card-eight .ratings{display:flex;align-items:center;gap:4px;font-size:24px;color:var(--warning);margin-bottom:24px}.testimonial-swiper-eight-navigation{display:flex;align-items:center;gap:1rem;position:absolute;bottom:0;right:0;z-index:10}.testimonial-swiper-eight-navigation .testimonial-swiper-eight-button-next,.testimonial-swiper-eight-navigation .testimonial-swiper-eight-button-prev{width:50px;height:50px;flex-shrink:0;border-radius:50%;transition:var(--transition);color:var(--primary);display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;border:0;font-size:1.25rem}.testimonial-swiper-eight-navigation .testimonial-swiper-eight-button-next:focus,.testimonial-swiper-eight-navigation .testimonial-swiper-eight-button-next:hover,.testimonial-swiper-eight-navigation .testimonial-swiper-eight-button-prev:focus,.testimonial-swiper-eight-navigation .testimonial-swiper-eight-button-prev:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.testimonial-card-eight{background-image:none!important}.testimonial-eight-pagination{display:flex;align-items:center;flex-wrap:wrap;justify-content:center}.testimonial-eight-pagination .swiper-pagination-bullet{display:block;cursor:pointer;transition:var(--transition);flex:0 0 33%;width:33%;text-align:center;margin:1.5rem 0}.testimonial-eight-pagination .swiper-pagination-bullet img{position:relative;z-index:1;transition:var(--transition);width:48px;height:48px;border-radius:50%;border:2px solid rgba(0,0,0,0);opacity:.7}.testimonial-eight-pagination .swiper-pagination-bullet:first-child{transform:translateY(1rem)}.testimonial-eight-pagination .swiper-pagination-bullet:first-child img{transform:scale(1.25)}.testimonial-eight-pagination .swiper-pagination-bullet:nth-child(2){transform:translateY(-2rem)}.testimonial-eight-pagination .swiper-pagination-bullet:nth-child(3){transform:translateY(1rem)}.testimonial-eight-pagination .swiper-pagination-bullet:nth-child(4){flex:0 0 100%;width:100%}.testimonial-eight-pagination .swiper-pagination-bullet:nth-child(6){transform:translateY(2rem)}.testimonial-eight-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active img{border:2px solid var(--primary);transform:scale(1.5);opacity:1}.testimonial-eight-pagination-wrapper{position:relative;z-index:1}.testimonial-eight-pagination-wrapper>img{width:100%;position:absolute;top:0;left:0;z-index:-100}.popup-video,.popup-video .video-btn{position:relative;z-index:1}.popup-video .video-btn{transition:var(--transition);display:flex;width:100px;height:100px;border-radius:50%;background-color:var(--primary);align-items:center;justify-content:center;color:var(--white);font-size:12px;cursor:pointer}.popup-video .video-btn .video-sonar{position:absolute;width:100%;height:100%;border-radius:50%;top:0;left:0;z-index:-10;background-color:var(--primary);animation:video-sonar 2s linear infinite}.popup-video .video-btn .video-sonar:before{position:absolute;width:160px;height:160px;border-radius:50%;background-color:rgba(247,247,247,.7);content:"";top:-30px;left:-30px;z-index:-100}.popup-video .video-btn .video-sonar:after{position:absolute;width:130px;height:130px;border-radius:50%;background-color:var(--primary);content:"";top:-15px;left:-15px;z-index:-50}.popup-video.hero-video .video-btn{background-color:var(--primary);color:var(--white);font-size:12px}.popup-video.hero-video .video-btn .icon{width:100%;height:100%;border-radius:50%;position:absolute;z-index:100;display:flex;align-items:center;justify-content:center}.popup-video.hero-video .video-btn .icon i{font-size:24px}.popup-video.hero-video .video-btn .video-sonar{position:absolute;width:100%;height:100%;border-radius:50%;top:0;left:0;z-index:-10;background-color:var(--white);animation:video-sonar 2s linear infinite}.popup-video.hero-video .video-btn .video-sonar:before{background-color:hsla(0,0%,100%,.05);width:200px;height:200px;top:-50px;left:-50px}.popup-video.hero-video .video-btn .video-sonar:after{background-color:hsla(0,0%,100%,.08);width:150px;height:150px;top:-25px;left:-25px}.video-section{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;height:700px}.video-section:after{position:absolute;width:100%;height:100%;border-radius:18px;content:"";top:0;left:0;z-index:-10;background-color:var(--heading);opacity:.4}.video-section .shape{position:absolute;bottom:-2px;left:0;z-index:2}.video-section .shape img{width:100%}.video-section.style-two{height:500px;background-position:50%;background-repeat:no-repeat;background-size:cover;flex-direction:column;gap:100px;border-radius:18px;transition:var(--transition)}@media only screen and (min-width:992px){.video-section.style-two{height:600px}}.video-section.style-two .popup-video .video-btn{background-color:var(--white);color:var(--heading)}.video-section.style-two .popup-video .video-btn .video-sonar{background-color:var(--white);animation:video-sonar 2s linear infinite}.video-section.style-two .popup-video .video-btn .video-sonar:before{background-color:var(--white);opacity:.7}.video-section.style-two .popup-video .video-btn .video-sonar:after{background-color:var(--white)}.video-section.style-two .video-text{text-align:center;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:hsla(0,0%,100%,.6);font-size:80px;font-weight:400;letter-spacing:-3.2px;font-style:normal;color:rgba(0,0,0,0);line-height:1}@media only screen and (min-width:992px){.video-section.style-two .video-text{font-size:120px}}@media only screen and (min-width:1200px){.video-section.style-two .video-text{font-size:160px}}.video-section.style-two:focus,.video-section.style-two:hover{transform:translateY(-12px)}.video-section.style-three{display:block;height:auto}.video-section.style-three:after{background-color:var(--heading);opacity:.6;border-radius:0}.video-section.style-three .popup-video .video-btn{background-color:var(--primary);color:var(--white)}.video-section.style-three .popup-video .video-btn i{font-size:24px}.video-section.style-three .popup-video .video-btn .video-sonar{background-color:var(--primary);animation:video-sonar 2s linear infinite}.video-section.style-three .popup-video .video-btn .video-sonar:before{background-color:var(--primary);opacity:.7}.video-section.style-three .popup-video .video-btn .video-sonar:after{background-color:var(--primary)}@keyframes video-sonar{0%{opacity:1;transform:scale(.5)}to{opacity:0;transform:scale(1.3)}}.video-popup-iframe{display:none;position:fixed;z-index:999999999;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);justify-content:center;align-items:center}.video-popup-iframe .video-content{position:relative;width:90%;max-width:900px;padding:0;z-index:1}.video-popup-iframe .video-content .close-btn{position:absolute;top:-3rem;right:0;z-index:1000;width:30px;height:30px;border-radius:50%;border:0;font-size:1rem;display:flex;align-items:center;justify-content:center;background-color:var(--white);cursor:pointer;color:var(--heading);transition:var(--transition)}.video-popup-iframe .video-content .close-btn:focus,.video-popup-iframe .video-content .close-btn:hover{background-color:var(--heading);color:var(--white)}@media only screen and (min-width:992px){.video-popup-iframe .video-content .close-btn{top:-1.75rem;right:-1.75rem}}.video-wrapper .play-video-btn .icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100px;height:100px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:var(--white);transition:var(--transition);cursor:pointer}@media only screen and (min-width:1200px){.video-wrapper .play-video-btn .icon{width:74px;height:74px}}.video-wrapper .play-video-btn .icon i{font-size:32px}.video-wrapper .play-video-btn .icon:focus,.video-wrapper .play-video-btn .icon:hover{background-color:var(--heading)}.video-wrapper .new-video{width:190px;height:190px;line-height:190px;text-align:center;border-radius:50%;background-color:var(--white);position:relative}.video-wrapper .new-video .text-circle{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.video-wrapper .new-video .text-circle img{max-width:none}.video-cta-card{background-color:var(--white);border-radius:18px;width:100%;padding:24px;display:flex;flex-wrap:wrap}.single-video-cta{padding:20px;text-align:center;width:50%;flex:0 0 50%}@media only screen and (min-width:576px){.single-video-cta{padding:30px}}@media only screen and (min-width:1400px){.single-video-cta{padding:40px}}.single-video-cta h2{font-size:clamp(32px,3vw,50px);font-weight:600}.single-video-cta:first-child,.single-video-cta:nth-child(3){border-right:1px solid var(--border)}.single-video-cta:first-child,.single-video-cta:nth-child(2){border-bottom:1px solid var(--border)}@media only screen and (min-width:1200px){.single-video-cta p{font-size:18px}}.video-text{margin-top:100px;text-align:center;-webkit-text-stroke-width:2px;-webkit-text-stroke-color:hsla(0,0%,100%,.8);font-size:clamp(60px,8vw,160px);font-weight:600;line-height:1;letter-spacing:-4.8px;text-transform:uppercase;color:rgba(0,0,0,0);font-family:Arial,Helvetica,sans-serif}.blog-card{overflow:hidden;position:relative;z-index:1;border-radius:18px;background:var(--secondary);display:flex;align-items:center}.blog-card,.blog-card img{transition:var(--transition)}.blog-card img{border-radius:18px 18px 0 0;width:100%}.blog-card .post-img{flex:0 0 35%;width:35%;border-radius:18px 0 0 18px;overflow:hidden;height:100%;position:absolute;top:0;left:0}@media only screen and (min-width:576px){.blog-card .post-img{flex:0 0 50%;width:50%}}.blog-card .post-img img{width:100%;border-radius:18px 0 0 18px;height:100%;object-fit:cover}.blog-card .post-body{border-radius:0 0 18px 18px;background-color:var(--secondary);flex:0 0 65%;width:65%;border:0;padding:30px;margin-left:35%}@media only screen and (min-width:576px){.blog-card .post-body{flex:0 0 50%;width:50%;margin-left:50%}}@media only screen and (min-width:768px){.blog-card .post-body{padding:40px 30px}}.blog-card .blog-meta{margin-bottom:10px}.blog-card .blog-meta a{color:var(--text);font-size:16px;font-weight:400;display:block}.blog-card .blog-meta a:focus,.blog-card .blog-meta a:hover{color:var(--primary)}.blog-card .blog-meta .dot{width:5px;height:5px;background-color:var(--text);border-radius:50%}.blog-card .post-title{position:relative;z-index:1;color:var(--heading);transition:var(--transition);background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .5s ease;font-size:20px;font-weight:600}@media only screen and (min-width:992px){.blog-card .post-title{font-size:22px}}@media only screen and (min-width:1200px){.blog-card .post-title{font-size:24px}}.blog-card .post-title:focus,.blog-card .post-title:hover{background-size:100% 2px}.blog-card:focus img,.blog-card:hover img{transform:scale3d(1.05,1.05,1.05)}.blog-card.style-two{border-radius:18px;background:var(--secondary);display:flex;flex-direction:column}.blog-card.style-two .post-img{position:relative;overflow:hidden;flex:0 0 100%;max-width:100%}.blog-card.style-two .post-img,.blog-card.style-two .post-img img{border-radius:18px 18px 0 0;width:100%}.blog-card.style-two .post-body{padding:20px 28px 24px;flex:0 0 100%;width:100%;max-width:100%;margin-left:0}.blog-card-two{transition:var(--transition)}.blog-card-two .post-img{position:relative;z-index:1;border-radius:18px}.blog-card-two .post-img img{width:100%;border-radius:18px}.blog-card-two .post-img .post-date{position:absolute;bottom:24px;right:24px;z-index:2;width:80px;height:80px;flex-shrink:0;border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px}.blog-card-two .post-img .post-date span{color:var(--white);line-height:1.1}.blog-card-two .post-img .post-date span:first-child{font-size:24px;font-weight:600}.blog-card-two .post-img .post-date span:last-child{font-size:18px;font-weight:400}.blog-card-two .post-title{position:relative;z-index:1;color:var(--primary-hover);font-weight:600;line-height:1.5;transition:var(--transition);background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .5s ease;font-size:20px}@media only screen and (min-width:992px){.blog-card-two .post-title{font-size:22px}}@media only screen and (min-width:1200px){.blog-card-two .post-title{font-size:24px}}.blog-card-two .post-title:focus,.blog-card-two .post-title:hover{background-size:100% 2px}.blog-card-two .blog-meta a{color:var(--text);display:flex;align-items:center;gap:6px}.blog-card-two .blog-meta a:focus,.blog-card-two .blog-meta a:hover{color:var(--primary)}.blog-card-two .btn{padding:10px 20px;font-size:14px;height:40px}.blog-card-two:focus,.blog-card-two:hover{transform:translateY(-8px)}.blog-card-three{transition:var(--transition)}.blog-card-three .post-img{position:relative;z-index:1;border-radius:18px;margin-bottom:30px}.blog-card-three .post-img img{width:100%;border-radius:18px}.blog-card-three .post-title{position:relative;z-index:1;color:var(--primary-hover);font-weight:600;line-height:1.5;transition:var(--transition);background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .5s ease;font-size:24px}@media only screen and (min-width:992px){.blog-card-three .post-title{font-size:28px}}@media only screen and (min-width:1200px){.blog-card-three .post-title{font-size:32px}}@media only screen and (min-width:1400px){.blog-card-three .post-title{font-size:36px}}.blog-card-three .post-title:focus,.blog-card-three .post-title:hover{background-size:100% 2px}.blog-card-three .blog-meta a{color:var(--text-two);display:flex;align-items:center;gap:6px}.blog-card-three .blog-meta a:focus,.blog-card-three .blog-meta a:hover{color:var(--primary)}.blog-card-three:focus,.blog-card-three:hover{transform:translateY(-8px)}.blog-card-four{border-radius:18px;background:var(--white);margin-top:30px;padding:20px}.blog-card-four .news-image{position:relative;z-index:9}.blog-card-four .news-image img{width:100%;height:100%;border-radius:12px}.blog-card-four .news-image .time-list{width:80px;height:80px;line-height:80px;border-radius:10px;background:var(--primary);text-align:center;position:absolute;bottom:5%;right:5%;display:flex;align-items:center;justify-content:center;flex-direction:column}.blog-card-four .news-image .time-list p{font-size:24px;font-weight:600;color:var(--white);margin-bottom:0;line-height:1.4}.blog-card-four .news-image .time-list p:last-child{font-size:18px;font-weight:400;color:var(--white)}.blog-card-four .news-content{margin-top:20px}.blog-card-four .news-content h3{font-size:clamp(20px,3vw,32px);font-weight:600;margin-bottom:10px}.blog-card-four .news-content h3 a:focus,.blog-card-four .news-content h3 a:hover{color:var(--primary)}.blog-card-five{display:flex;flex-direction:column;gap:30px;justify-content:space-between;border-bottom:1px solid var(--border);padding-bottom:30px;margin-bottom:30px}@media only screen and (min-width:768px){.blog-card-five{flex-direction:row;gap:30px}}@media only screen and (min-width:992px){.blog-card-five{padding-bottom:60px;margin-bottom:60px}}.blog-card-five:last-child{border-bottom:0;padding-bottom:0;margin-bottom:0}.blog-card-five .post-author{display:flex;align-items:center;gap:14px}@media only screen and (min-width:768px){.blog-card-five .post-author{flex:0 0 30%;max-width:30%;width:30%}}@media only screen and (min-width:992px){.blog-card-five .post-author{flex:0 0 20%;max-width:20%;width:20%}}.blog-card-five .post-author img{width:60px;height:60px;object-fit:cover;border-radius:50%;flex-shrink:0}.blog-card-five .post-author a{font-size:20px;color:var(--heading);font-weight:600;display:block}.blog-card-five .post-author a:focus,.blog-card-five .post-author a:hover{color:var(--primary)}.blog-card-five .post-author span{display:block}.blog-card-five .post-title-wrap a{font-size:14px;color:var(--text);display:flex;align-items:center;gap:10px}@media only screen and (min-width:992px){.blog-card-five .post-title-wrap a{font-size:18px}}.blog-card-five .post-title-wrap a i{font-size:22px;color:var(--primary)}.blog-card-five .post-title-wrap a:focus,.blog-card-five .post-title-wrap a:hover{color:var(--primary)}.blog-card-five .post-title-wrap .post-title{font-size:clamp(20px,2vw,36px);font-weight:600;display:block;margin-bottom:1rem;color:var(--heading);line-height:1.2}@media only screen and (min-width:992px){.blog-card-five .post-title-wrap .post-title{margin-bottom:2rem}}.blog-card-five .post-title-wrap .post-title:focus,.blog-card-five .post-title-wrap .post-title:hover{color:var(--primary)}@media only screen and (min-width:992px){.blog-card-five .post-date{flex-shrink:0}}.blog-card-five .post-date a{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--text);font-size:16px}@media only screen and (min-width:1200px){.blog-card-five .post-date a{font-size:18px}}.blog-card-five .post-date a i{font-size:22px;color:var(--primary);width:60px;height:60px;flex-shrink:0;background-color:var(--gray);border-radius:50%;display:flex;align-items:center;justify-content:center}.blog-card-five .post-date a:focus,.blog-card-five .post-date a:hover{color:var(--primary)}.blog-card-six{border:1px solid var(--border);transition:var(--transition);border-radius:18px}.blog-card-six .post-img{position:relative;z-index:1;border-radius:18px 18px 0 0}.blog-card-six .post-img img{width:100%;border-radius:18px 18px 0 0}.blog-card-six .post-body{padding:20px 28px}.blog-card-six .post-title{position:relative;z-index:1;color:var(--primary-hover);font-weight:600;line-height:1.5;transition:var(--transition);background-image:linear-gradient(currentColor,currentColor);background-size:0 2px;background-repeat:no-repeat;background-position:0 100%;transition:background-size .5s ease;font-size:20px}@media only screen and (min-width:992px){.blog-card-six .post-title{font-size:22px}}@media only screen and (min-width:1200px){.blog-card-six .post-title{font-size:24px}}.blog-card-six .post-title:focus,.blog-card-six .post-title:hover{background-size:100% 2px}.blog-card-six .blog-meta{display:flex;align-items:center;gap:10px}.blog-card-six .blog-meta a{color:var(--text);display:flex;align-items:center;gap:6px}.blog-card-six .blog-meta a:focus,.blog-card-six .blog-meta a:hover{color:var(--primary)}.blog-card-six .blog-meta .dot{width:6px;height:6px;border-radius:50%;background-color:var(--text);flex-shrink:0}.blog-card-six .btn{padding:10px 20px;font-size:14px;height:40px}.blog-card-six:focus,.blog-card-six:hover{transform:translateY(-8px)}.blog-section.theme-three,.blog-section.theme-two{background-size:cover;background-position:50%;background-repeat:no-repeat}.blog-section.theme-two,.blog-widget{border-radius:18px}.blog-widget{background-color:var(--secondary);padding:40px 36px;width:100%}.blog-widget form{display:flex;align-items:center;gap:12px}.blog-widget form .form-control{background-color:var(--white);border-radius:8px;height:50px;color:var(--text);border:0}.blog-widget form .form-control::placeholder{color:var(--text);opacity:.7}.blog-widget form .form-control:focus{box-shadow:none}.blog-widget form button{transition:var(--transition);width:58px;flex:0 0 58px;height:50px;display:flex;align-items:center;justify-content:center;background-color:var(--primary);color:var(--white);border-radius:8px;border:0}.blog-widget form button:focus,.blog-widget form button:hover{background-color:var(--primary-hover);color:var(--white)}.blog-list{padding:0;list-style:none;display:flex;flex-direction:column;margin-bottom:0;gap:14px}.blog-list li a{position:relative;z-index:1;width:100%;color:var(--text);background-color:var(--white);border-radius:8px;padding:1rem;justify-content:space-between}.blog-list li a,.blog-list li a span{height:50px;font-size:16px;display:flex;align-items:center;font-weight:400;transition-duration:.5s}.blog-list li a span{position:absolute;top:0;right:0;width:60px;justify-content:center;border-radius:0 8px 8px 0;z-index:10}.blog-list li a:focus,.blog-list li a:hover{color:var(--white);background-color:var(--primary)}.blog-list li a:focus span,.blog-list li a:hover span{background:var(--primary-hover)}.widget-blog-post{display:flex;align-items:center;gap:18px}.widget-blog-post .blog-thumbnail{width:80px;flex-shrink:0;border-radius:10px}@media only screen and (min-width:1200px){.widget-blog-post .blog-thumbnail{width:90px}}@media only screen and (min-width:1400px){.widget-blog-post .blog-thumbnail{width:110px}}.widget-blog-post .blog-thumbnail img{width:100%;border-radius:10px}.widget-blog-post .blog-content a{font-size:16px;font-weight:600;overflow:hidden;text-overflow:ellipsis;margin-bottom:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}@media only screen and (min-width:1200px){.widget-blog-post .blog-content a{font-size:20px}}.widget-blog-post .blog-content a:focus,.widget-blog-post .blog-content a:hover{color:var(--primary)}.widget-blog-post .blog-content p{font-size:14px}.tag-list{display:flex;gap:14px;flex-wrap:wrap}.tag-list a{padding:6px 20px;height:40px;color:var(--heading);font-size:16px;font-weight:400;display:block;border-radius:6px;background-color:var(--white);transition-duration:.5s}.tag-list a:focus,.tag-list a:hover{background-color:var(--primary);color:var(--white)}.follow-nav{gap:12px}.follow-nav,.follow-nav a{display:flex;align-items:center;transition:var(--transition)}.follow-nav a{width:40px;height:40px;border-radius:50%;font-size:18px;color:var(--white);background-color:var(--primary-hover);border:1px solid var(--primary);justify-content:center}.follow-nav a:focus,.follow-nav a:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.tourly-pagination{gap:12px}.tourly-pagination,.tourly-pagination li a{display:flex;align-items:center;justify-content:center}.tourly-pagination li a{width:36px;height:36px;border-radius:50%;font-size:14px;font-weight:600;background-color:var(--secondary);color:var(--heading)}.tourly-pagination li a i{font-size:18px}@media only screen and (min-width:576px){.tourly-pagination li a{width:42px;height:42px}}@media only screen and (min-width:768px){.tourly-pagination li a{width:48px;height:48px;font-size:16px}}@media only screen and (min-width:1200px){.tourly-pagination li a{width:60px;height:60px}.tourly-pagination li a i{font-size:18px}}.tourly-pagination li a:focus,.tourly-pagination li a:hover,.tourly-pagination li.active a{background-color:var(--primary);color:var(--white)}.blog-quote{border-radius:18px;background:var(--secondary);padding:30px 24px;display:flex;flex-direction:column;gap:24px}.blog-quote p{color:var(--text);font-size:18px}.blog-quote .small-line{width:55px;height:1px;background-color:var(--primary)}.blog-comments-list{display:flex;flex-direction:column;gap:30px;list-style:none;padding:0}.blog-comments-list ul{list-style:none;padding-left:24px}@media only screen and (min-width:576px){.blog-comments-list ul{padding-left:48px}}@media only screen and (min-width:768px){.blog-comments-list ul{padding-left:64px}}@media only screen and (min-width:992px){.blog-comments-list ul{padding-left:80px}}@media only screen and (min-width:1200px){.blog-comments-list ul{padding-left:124px}}.blog-comments-list .single-comment{display:flex;flex-direction:column;gap:30px}.blog-comments-list .single-comment .comment-img img{width:70px;max-width:70px;flex:0 0 70px;border-radius:18px}@media only screen and (min-width:1200px){.blog-comments-list .single-comment .comment-img img{width:110px;max-width:110px;flex:0 0 110px}}.comment-form .form-control{background-color:var(--secondary)}.tag-share-wrapper{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:48px;padding-top:20px;padding-bottom:20px;border-top:1px solid var(--border);border-bottom:1px solid var(--border)}.tag-share-wrapper .tag-list{display:flex;align-items:center;gap:10px}.tag-share-wrapper .tag-list li{font-size:16px;font-weight:600}.tag-share-wrapper .tag-list li a{border-radius:4px;border:1px solid var(--border);padding:0 12px!important;color:var(--text);transition:var(--transition);height:30px;display:flex;align-items:center;justify-content:center}.tag-share-wrapper .tag-list li a:focus,.tag-share-wrapper .tag-list li a:hover{background-color:var(--primary);color:var(--white)}.tag-share-wrapper .share-list{display:flex;align-items:center;gap:10px}.tag-share-wrapper .share-list li{font-size:16px;font-weight:600}.tag-share-wrapper .share-list li a{padding:0 6px!important;color:var(--text);font-size:18px}.tag-share-wrapper .share-list li a:focus,.tag-share-wrapper .share-list li a:hover{color:var(--primary)}.blog-list-wrapper{display:flex;flex-direction:column;gap:60px}@media only screen and (min-width:992px){.blog-list-wrapper{gap:80px}}.single-blog-content img{border-radius:18px;width:100%}.single-blog-content .h1,.single-blog-content .h2,.single-blog-content .h3,.single-blog-content .h4,.single-blog-content .h5,.single-blog-content .h6,.single-blog-content h1,.single-blog-content h2,.single-blog-content h3,.single-blog-content h4,.single-blog-content h5,.single-blog-content h6{margin-bottom:0}.single-blog-content p{font-size:16px;margin-bottom:0}@media only screen and (min-width:992px){.single-blog-content p{font-size:18px}}.single-blog-content .post-title{position:relative;z-index:1;color:var(--heading);font-weight:600;line-height:1.5;background-image:none;transition:background-size .5s ease;font-size:30px}@media only screen and (min-width:1200px){.single-blog-content .post-title{font-size:36px}}.single-blog-content .post-title:focus,.single-blog-content .post-title:hover{background-size:100% 2px}.news-section-four{position:relative}.news-section-four .top1{position:absolute;top:-2px;left:0;right:0}.news-section-four .top1 img{width:100%;height:90px;object-fit:cover}.footer-card{position:relative;display:flex;flex-direction:column}.footer-card p{font-size:18px}.footer-card .footer-logo{margin-bottom:32px}.footer-card .card-title{position:relative;z-index:1}.footer-card .card-title:before{width:60px;left:0;background:var(--white-500)}.footer-card .card-title:after,.footer-card .card-title:before{height:2px;bottom:-15px;content:"";position:absolute;z-index:0;border-radius:2px}.footer-card .card-title:after{width:10px;left:65px;background:var(--white-300)}.footer-card .social-nav{display:flex;align-items:center;gap:8px;margin-top:30px}.footer-card .social-nav a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;font-size:16px;color:var(--white);border:1px solid hsla(0,0%,100%,.2);transition:var(--transition)}.footer-card .social-nav a:focus,.footer-card .social-nav a:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.footer-card .footer-nav{display:flex;list-style:none;flex-wrap:wrap;flex-direction:column;gap:10px;padding-left:0}.footer-card .footer-nav li a{position:relative;z-index:1;color:var(--white);font-size:16px;text-transform:capitalize;font-weight:400}.footer-card .footer-nav li a:focus,.footer-card .footer-nav li a:hover{color:var(--warning);padding-left:.5rem}.footer-card .gallery-post{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.footer-card .gallery-post li{width:calc(33.333333% - 8px);border-radius:8px;transition:var(--transition)}.footer-card .gallery-post li a{display:block}.footer-card .gallery-post li img{width:100%;height:100%;object-fit:cover;border-radius:8px}.footer-card .gallery-post li:focus,.footer-card .gallery-post li:hover{transform:translateY(-5px)}.footer-card .subscribe-form{position:relative;z-index:1}.footer-card .subscribe-form .form-control{border-radius:5rem;background-color:var(--white);width:100%;height:50px;position:relative;z-index:1;color:var(--heading);font-size:16px;font-weight:400;border:0;padding-left:20px;padding-right:80px}.footer-card .subscribe-form .form-control::placeholder{color:var(--text);opacity:1}.footer-card .subscribe-form .form-control:focus{box-shadow:none;outline:none;border:0}.footer-card .subscribe-form .btn{position:absolute;top:6px;right:6px;z-index:100;padding:0;height:38px;width:70px;border-radius:5rem;background-color:var(--primary);color:var(--white)}.footer-card .subscribe-form .btn:focus,.footer-card .subscribe-form .btn:hover{background-color:var(--primary-hover);color:var(--white)}.footer-card .footer-contact-card{display:flex;align-items:center;gap:1rem}.footer-card .footer-contact-card .icon{border-radius:5px;background:var(--primary);width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--white);font-size:20px}.footer-card .footer-contact-card p{font-size:16px}.copyright-wrapper{padding-top:32px;padding-bottom:40px}.copyright-wrapper .copyright{font-size:16px;color:var(--secondary);display:flex;align-items:center;gap:4px;flex-wrap:wrap}@media only screen and (min-width:1200px){.copyright-wrapper .copyright{font-size:18px}}.copyright-wrapper .copyright a{font-size:16px;color:var(--secondary);font-weight:500}@media only screen and (min-width:1200px){.copyright-wrapper .copyright a{font-size:18px}}.copyright-wrapper .copyright a:focus,.copyright-wrapper .copyright a:hover{color:var(--warning)}.footer-bottom-nav{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:flex-start}@media only screen and (min-width:768px){.footer-bottom-nav{justify-content:flex-end}}@media only screen and (min-width:1200px){.footer-bottom-nav{gap:2rem}}.footer-bottom-nav a{color:var(--secondary);font-size:16px;line-height:1.4;text-transform:capitalize}@media only screen and (min-width:1200px){.footer-bottom-nav a{font-size:18px}}.footer-bottom-nav a:focus,.footer-bottom-nav a:hover{color:var(--warning)}.footer-top-content{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:48px}.footer-top-content .ft-item{display:flex;align-items:center;gap:24px}.footer-top-content .ft-item .icon{width:75px;height:75px;border-radius:50%;background-color:hsla(0,0%,100%,.1);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:var(--transition)}.footer-top-content .ft-item:focus .icon,.footer-top-content .ft-item:hover .icon{background-color:var(--primary)}.footer-top-content .vr-line{width:1px;height:75px;background:var(--white-300);flex-shrink:0}.footer-wrapper{position:relative;z-index:1;background-position:50%;background-repeat:no-repeat;background-size:cover}.footer-wrapper .plane-img{left:1%}.footer-wrapper .plane-img,.footer-wrapper .tree-img{position:absolute;top:50%;z-index:0;transform:translateY(-50%)}.footer-wrapper .tree-img{right:1%}.footer-wrapper .top2{position:absolute;top:-1px;left:0;z-index:1;width:100%}.footer-wrapper .top2 img{width:100%;height:70px;object-fit:cover}.footer-wrapper:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background:var(--heading);opacity:.98}.footer-wrapper .border-top{border-top-color:rgba(249,247,243,.2)!important}.footer-wrapper .jarallax-container{border-radius:18px}.footer-wrapper .form-check-label{color:var(--white)}.footer-wrapper .form-check .form-check-input{border-radius:4px;background:hsla(0,0%,100%,.2);border-color:rgba(0,0,0,0)}.footer-wrapper .form-check .form-check-input:checked{background-color:var(--primary);border-color:var(--primary)}.footer-wrapper .footer-top-text{line-height:1;margin-bottom:60px}@media only screen and (min-width:1400px){.footer-wrapper .footer-top-text{margin-bottom:100px}}.footer-wrapper .footer-top-text h2{color:var(--white);text-align:center;font-weight:600;line-height:1;display:flex;align-items:center;justify-content:center;padding-left:8px;padding-right:8px;font-size:48px}@media only screen and (min-width:576px){.footer-wrapper .footer-top-text h2{font-size:72px}}@media only screen and (min-width:768px){.footer-wrapper .footer-top-text h2{font-size:96px}}@media only screen and (min-width:992px){.footer-wrapper .footer-top-text h2{font-size:120px}}@media only screen and (min-width:1200px){.footer-wrapper .footer-top-text h2{font-size:160px}}@media only screen and (min-width:1400px){.footer-wrapper .footer-top-text h2{font-size:194px}}.footer-wrapper .footer-top-text h2 span{transition:var(--transition);cursor:pointer}.footer-wrapper .footer-top-text h2 span:empty{width:30px}.footer-wrapper .footer-top-text h2 span:focus,.footer-wrapper .footer-top-text h2 span:hover{color:var(--warning);transform:translateY(-24px)}.footer-wrapper.style-two,.footer-wrapper.style-two:after{border-radius:18px}.cta-wrapper{background-color:var(--heading);background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative;z-index:1}.cta-wrapper .airplane-img{position:absolute;top:30%;right:2%;z-index:-1}.download-btn{padding:12px 26px 14px;border-radius:8rem;border:1px solid var(--white);display:flex;align-items:center;gap:8px;line-height:1}.download-btn,.download-btn i{color:var(--white);transition:var(--transition)}.download-btn i{font-size:35px;flex-shrink:0}.download-btn span{font-size:15px;display:block;margin-bottom:6px}.download-btn p,.download-btn span{font-weight:600;transition:var(--transition)}.download-btn p{font-size:18px;line-height:1;color:var(--white)}.download-btn.active,.download-btn:focus,.download-btn:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.download-btn.active p,.download-btn:focus p,.download-btn:hover p{color:var(--white)}.download-btn.style-two{background-color:var(--white);border:1px solid var(--heading);color:var(--heading)}.download-btn.style-two h5,.download-btn.style-two i{color:var(--heading)}.download-btn.style-two.active,.download-btn.style-two:focus,.download-btn.style-two:hover{background-color:var(--primary);border-color:var(--primary);color:var(--white)}.download-btn.style-two.active h5,.download-btn.style-two.active i,.download-btn.style-two:focus h5,.download-btn.style-two:focus i,.download-btn.style-two:hover h5,.download-btn.style-two:hover i{color:var(--white)}.cta-section{position:relative;z-index:1;padding-top:70px;padding-bottom:70px}@media only screen and (min-width:576px){.cta-section{padding-top:100px;padding-bottom:100px}}@media only screen and (min-width:992px){.cta-section{padding-top:120px;padding-bottom:120px}}@media only screen and (min-width:1400px){.cta-section{padding-top:200px;padding-bottom:200px}}.cta-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:var(--heading);opacity:.75}.cta-section .cta-content h2{font-size:clamp(32px,5vw,80px);font-weight:600;line-height:1.1;color:var(--white)}.cta-card{display:flex;flex-direction:column;background-color:var(--primary);border-radius:18px}@media only screen and (min-width:768px){.cta-card{flex-direction:row}}.cta-card .cta-img{flex:0 0 100%;width:100%}@media only screen and (min-width:768px){.cta-card .cta-img{flex:0 0 50%;width:50%}}.cta-card .cta-img img{width:100%;height:100%;object-fit:cover;border-radius:18px 18px 0 0}@media only screen and (min-width:768px){.cta-card .cta-img img{border-radius:18px 0 0 18px}}.cta-card .cta-content{flex:0 0 100%;width:100%;padding:50px 40px}@media only screen and (min-width:768px){.cta-card .cta-content{flex:0 0 50%;width:50%;padding:70px 50px}}@media only screen and (min-width:1200px){.cta-card .cta-content{padding:100px 80px}}.cta-card .cta-content h2{font-size:clamp(32px,3vw,50px);font-weight:600;line-height:1.1;color:var(--white)}.cta-card-two{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--white);transition:var(--transition);border-radius:50%;width:200px;height:200px;gap:12px;text-align:center;margin-left:auto;margin-right:auto}@media only screen and (min-width:1400px){.cta-card-two{width:250px;height:250px}}.cta-card-two h2{font-size:clamp(28px,4vw,60px);transition:var(--transition);font-weight:600;line-height:1.1;color:var(--heading)}.cta-card-two h5{color:var(--text);transition:var(--transition)}.cta-card-two .bg-border{position:absolute;top:-15px;left:-15px;width:calc(100% + 30px);height:calc(100% + 30px);z-index:-1;border-radius:50%;border:1px solid var(--border);transition:var(--transition)}.cta-card-two .bg-border:after{content:"";position:absolute;top:-7px;left:50%;transform:translateX(-50%);width:14px;height:14px;z-index:-1;border-radius:50%;opacity:0}.cta-card-two .bg-border:after,.cta-card-two:focus,.cta-card-two:hover{background-color:var(--primary)}.cta-card-two:focus h2,.cta-card-two:focus h5,.cta-card-two:hover h2,.cta-card-two:hover h5{color:var(--white)}.cta-card-two:focus .bg-border,.cta-card-two:hover .bg-border{border-color:var(--primary);transform:rotate(45deg)}.cta-card-two:focus .bg-border:after,.cta-card-two:hover .bg-border:after{opacity:1}.cookiealert{position:fixed;left:1rem;bottom:1rem;z-index:1000;max-width:280px;padding:30px 22px;border-radius:18px;opacity:0;visibility:hidden;transform:translateY(-16px);transition:var(--transition)}@media only screen and (min-width:576px){.cookiealert{max-width:360px}}@media only screen and (min-width:768px){.cookiealert{max-width:420px}}@media only screen and (min-width:992px){.cookiealert{max-width:500px;left:2rem;bottom:2rem;padding:40px 32px}}.cookiealert.show{opacity:1;visibility:visible;transform:translateY(0)}.cookiealert p{font-size:12px;color:var(--text)}@media only screen and (min-width:768px){.cookiealert p{font-size:14px}}@media only screen and (min-width:1200px){.cookiealert p{font-size:16px}}.cookiealert a{color:var(--white);text-decoration:underline;font-weight:600}.have-question-card{border-radius:18px;background:var(--secondary);padding:40px 30px}.form-control{border-radius:8px;background:var(--white);height:50px;font-size:16px;border:0;padding:8px 20px;color:var(--text)}.form-control:focus{box-shadow:none}.form-control::placeholder{color:var(--text)}.form-select{border-radius:8px;background:var(--white);height:50px;font-size:16px;border:0;padding:0 20px;color:var(--text);cursor:pointer}.form-select:focus{box-shadow:none}textarea.form-control{min-height:130px}.contact-card-sm{display:flex;flex-direction:column;gap:30px;padding:30px;border-radius:18px;background-color:var(--secondary);transition:var(--transition)}@media only screen and (min-width:992px){.contact-card-sm{padding:40px}}.contact-card-sm .icon{width:70px;height:70px;display:flex;align-items:center;justify-content:center;border-radius:50%;background-color:var(--primary);color:var(--white)}.contact-card-sm div>div{font-size:20px;font-weight:600;margin-bottom:8px}@media only screen and (min-width:1200px){.contact-card-sm div>div{font-size:24px}}.contact-card-sm div>p{font-size:16px;opacity:.7}.maps-section{background-color:var(--secondary)}.maps-section iframe{border:0!important;width:100%;height:400px}@media only screen and (min-width:768px){.maps-section iframe{height:600px}}@media only screen and (min-width:992px){.maps-section iframe{height:700px}}@media only screen and (min-width:1200px){.maps-section iframe{height:800px}}.contact-section{position:relative;z-index:1;background-position:50%;background-size:cover;background-repeat:no-repeat}.contact-section:after{content:"";position:absolute;z-index:-1;top:0;left:0;width:100%;height:calc(100% - 80px);background:rgba(0,39,89,.4)}@media only screen and (min-width:1200px){.contact-section:after{height:calc(100% - 92px)}}.contact-section:before{content:"";position:absolute;z-index:-1;bottom:0;right:0;width:100%;height:80px;background-color:var(--white)}@media only screen and (min-width:1200px){.contact-section:before{height:92px}}.contact-section .contact-form{padding:40px;background-color:var(--white);border-radius:18px 18px 0 0}.contact-section .contact-form .form-group{position:relative;z-index:1}.contact-section .contact-form .form-group label{position:absolute;top:11px;right:13px;z-index:2;color:var(--text)}.contact-section .contact-form .tourly-select2{width:100%;border-radius:8px;height:50px;font-size:16px;border:0;padding:0 20px;line-height:50px;color:var(--text);font-weight:400}.contact-section .contact-form .tourly-select2:after{border-bottom:2px solid var(--text);border-right:2px solid var(--text);right:20px}.contact-section .contact-form .tourly-select2 .list{width:auto}.contact-section .contact-form .tourly-select2:first-child{display:none}.contact-section .submit-btn{padding:16px 40px;background-color:var(--primary);border-radius:0 0 18px 18px}.contact-section .submit-btn .btn:focus,.contact-section .submit-btn .btn:hover{background-color:var(--heading);color:var(--white)}.contact-page-section{position:relative;z-index:1}@media only screen and (min-width:768px){.contact-page-section{margin-bottom:300px}}.contact-info-card{border-radius:18px;position:relative;z-index:1}.contact-info-card:after{content:"";border-radius:18px;background:linear-gradient(180deg,rgba(0,39,89,0),#002759);position:absolute;width:100%;height:100%;top:0;left:0;z-index:1}.contact-info-card h3{font-size:20px;position:absolute;bottom:30px;left:30px;z-index:10;color:var(--white);display:flex;align-items:center;gap:10px}.contact-form-two-wrap{padding:40px 30px;border-radius:18px;background-color:var(--white)}.contact-form-wrapper{padding:30px;border-radius:18px;margin-top:50px}@media only screen and (min-width:768px){.contact-form-wrapper{position:absolute;padding:50px;bottom:-300px;z-index:100}}.contact-section-four{position:relative;z-index:2}.contact-section-four:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;background:rgba(0,39,89,.4)}.contact-section-four img{width:100%;height:100%}.contact-section-four .top1{position:absolute;top:-2px;left:0;right:0;z-index:5}.contact-section-four .top1 img{width:100%;height:70px;object-fit:cover}.contact-section-four .top2{position:absolute;left:0;right:0;z-index:5;bottom:-2px}.contact-section-four .top2 img{width:100%;height:70px;object-fit:cover}.contact-items{position:relative;z-index:9}.contact-items .contact-form-box{padding:40px;border-radius:18px;background:rgba(22,25,32,.5);max-width:870px;margin:0 auto}@media screen and (max-width:1199px){.contact-items .contact-form-box{padding:23px}}@media screen and (max-width:767px){.contact-items .contact-form-box{background-color:rgba(0,0,0,0)}}.contact-items .contact-form-box .form-clt input,.contact-items .contact-form-box .form-clt textarea{border-radius:8px;border:2px solid var(--white-300);background:rgba(22,25,32,.5);line-height:1;padding:20px 25px;width:100%;text-transform:capitalize;color:var(--white);box-shadow:none;outline:none}.contact-items .contact-form-box .form-clt textarea{padding-bottom:110px}.contact-items .contact-form-box .form-clt .btn{margin-top:20px}.cruise-finder-form .tourly-select2{width:100%;height:50px;border-radius:8px;border:1px solid rgba(118,118,118,.3);background:var(--white);line-height:50px;padding-left:20px;padding-right:20px}@media only screen and (min-width:1400px){.cruise-finder-form .tourly-select2{height:70px;line-height:70px}}.cruise-finder-form .tourly-select2:after{border-bottom:2px solid var(--heading);border-right:2px solid var(--heading);right:20px}.cruise-finder-form .tourly-select2 .nice-select-dropdown{background-color:var(--white)}.faq-title{font-size:24px}@media only screen and (min-width:576px){.faq-title{font-size:28px}}@media only screen and (min-width:1200px){.faq-title{font-size:32px}}@media only screen and (min-width:1400px){.faq-title{font-size:36px}}.faq-accordion .accordion{display:flex;flex-direction:column}.faq-accordion .accordion-item{position:relative;border-radius:12px;background:var(--secondary);border:0;margin-right:85px}.faq-accordion .accordion-item .accordion-button{border-radius:10px;background:rgba(0,0,0,0);color:var(--heading);font-size:18px;font-weight:600;padding:30px 24px 24px}@media only screen and (min-width:576px){.faq-accordion .accordion-item .accordion-button{font-size:22px}}@media only screen and (min-width:1200px){.faq-accordion .accordion-item .accordion-button{font-size:24px}}.faq-accordion .accordion-item .accordion-button:focus{box-shadow:none!important}.faq-accordion .accordion-item .accordion-button:after{width:70px;height:70px;position:absolute;right:-85px;top:0;z-index:10;border-radius:50%;background-color:var(--heading);background-position:50%;color:var(--white);background-image:url("data:image/svg+xml,%3Csvg%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2236%22%20height=%2236%22%20viewBox=%220%200%2024%2024%22%20fill=%22none%22%20stroke=%22white%22%20stroke-width=%222%22%20stroke-linecap=%22round%22%20stroke-linejoin=%22round%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M12%205l0%2014%22/%3E%3Cpath%20d=%22M5%2012l14%200%22/%3E%3C/svg%3E")}.faq-accordion .accordion-item .accordion-button:not(.collapsed){box-shadow:none;color:var(--primary)}.faq-accordion .accordion-item .accordion-button:not(.collapsed):after{background-color:var(--primary);transform:rotate(45deg)}.faq-accordion .accordion-item .accordion-body{padding:0 24px 30px;color:var(--text);font-size:16px;border-radius:0 0 10px 10px}@media only screen and (min-width:1200px){.faq-accordion .accordion-item .accordion-body{font-size:18px}}.faq-accordion.style-two .accordion-item{background-color:var(--secondary);margin-right:0}.faq-accordion.style-two .accordion-item .accordion-button{font-size:18px;font-weight:600;padding:16px 24px}@media only screen and (min-width:1200px){.faq-accordion.style-two .accordion-item .accordion-button{font-size:20px}}.faq-accordion.style-two .accordion-item .accordion-button:after{position:relative;right:0;top:0;width:30px;height:30px;background-color:var(--white);background-image:url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M6%209l6%206l6%20-6%22%20/%3E%3C/svg%3E")}.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed){box-shadow:none;border-radius:10px 10px 0 0;color:var(--white);background-color:var(--primary)}.faq-accordion.style-two .accordion-item .accordion-button:not(.collapsed):after{background-color:var(--white);transform:rotate(0deg);background-image:url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevron-up%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M6%2015l6%20-6l6%206%22%20/%3E%3C/svg%3E")}.faq-accordion.style-two .accordion-item .accordion-body{background-color:var(--primary);font-size:16px;color:var(--white);padding:0 24px 16px}.faq-accordion.style-three .accordion-item{background-color:var(--secondary);margin-right:0}.faq-accordion.style-three .accordion-item .accordion-button{font-size:18px;font-weight:600;padding:16px 24px}@media only screen and (min-width:1200px){.faq-accordion.style-three .accordion-item .accordion-button{font-size:20px}}.faq-accordion.style-three .accordion-item .accordion-button:after{position:relative;right:0;top:0;width:30px;height:30px;background-color:rgba(0,0,0,0);background-image:url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevrons-right%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%207l5%205l-5%205%22%20/%3E%3Cpath%20d=%22M13%207l5%205l-5%205%22%20/%3E%3C/svg%3E")}.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed){box-shadow:none;border-radius:10px 10px 0 0;color:var(--white);background-color:var(--primary)}.faq-accordion.style-three .accordion-item .accordion-button:not(.collapsed):after{background-color:var(--white);transform:rotate(0deg);background-image:url("data:image/svg+xml,%3Csvg%20%20xmlns=%22http://www.w3.org/2000/svg%22%20%20width=%2224%22%20%20height=%2224%22%20%20viewBox=%220%200%2024%2024%22%20%20fill=%22none%22%20%20stroke=%22currentColor%22%20%20stroke-width=%222%22%20%20stroke-linecap=%22round%22%20%20stroke-linejoin=%22round%22%20%20class=%22icon%20icon-tabler%20icons-tabler-outline%20icon-tabler-chevrons-down%22%3E%3Cpath%20stroke=%22none%22%20d=%22M0%200h24v24H0z%22%20fill=%22none%22/%3E%3Cpath%20d=%22M7%207l5%205l5%20-5%22%20/%3E%3Cpath%20d=%22M7%2013l5%205l5%20-5%22%20/%3E%3C/svg%3E")}.faq-accordion.style-three .accordion-item .accordion-body{background-color:var(--secondary);font-size:16px;color:var(--heading);padding:16px 24px;display:flex;flex-wrap:wrap;gap:20px}.faq-accordion.style-three .accordion-item .accordion-body .faq-image{width:160px;flex-shrink:0}@media only screen and (min-width:576px){.faq-accordion.style-three .accordion-item .accordion-body{flex-wrap:nowrap}}.happy-counts{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;width:240px;height:240px;border-radius:50%;border:1px solid var(--white);position:relative;z-index:1;margin-left:auto;margin-right:auto}@media only screen and (min-width:992px){.happy-counts{width:200px;height:200px;gap:10px}}@media only screen and (min-width:1200px){.happy-counts{width:250px;height:250px;gap:15px}}@media only screen and (min-width:1400px){.happy-counts{width:280px;height:280px}}.happy-counts:before{content:"";position:absolute;top:15px;left:15px;width:calc(100% - 30px);height:calc(100% - 30px);border-radius:50%;background-color:var(--primary);z-index:-10}.happy-counts .counter{font-size:42px;color:var(--white);margin-bottom:0;font-weight:600;line-height:1}@media only screen and (min-width:1200px){.happy-counts .counter{font-size:48px}}@media only screen and (min-width:1400px){.happy-counts .counter{font-size:60px}}.happy-counts .h4,.happy-counts .h5{color:var(--white);margin-bottom:0;font-size:1rem;font-weight:600;line-height:1}@media only screen and (min-width:1200px){.happy-counts .h4,.happy-counts .h5{font-size:20px}}.faq-wrapper{position:relative;z-index:1}.faq-wrapper .shape-img{position:absolute;top:0;left:0;z-index:-1;width:100%;height:100%;object-fit:cover}.breadcrumb-section{position:relative;z-index:1}.breadcrumb-section:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,39,89,.8);z-index:-10}.breadcrumb-section .breadcrumb-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:112px}.breadcrumb-section .breadcrumb-content h1{color:var(--white);text-align:center;font-size:clamp(32px,5vw,80px);line-height:1.1;margin-bottom:2rem}.breadcrumb-section .breadcrumb-content ul{display:inline-flex;justify-content:center;align-items:center;gap:10px;padding:4px 12px;border-radius:100px;border:.5px solid var(--white-300);background:hsla(0,0%,100%,.1)}@media only screen and (min-width:768px){.breadcrumb-section .breadcrumb-content ul{padding:6px 20px}}.breadcrumb-section .breadcrumb-content ul li{color:var(--white);font-size:13px}@media only screen and (min-width:576px){.breadcrumb-section .breadcrumb-content ul li{font-size:14px}}@media only screen and (min-width:768px){.breadcrumb-section .breadcrumb-content ul li{font-size:16px}}.breadcrumb-section .breadcrumb-content ul li a{color:hsla(0,0%,100%,.8);font-size:13px;position:relative;z-index:1;padding-right:20px;transition:var(--transition)}@media only screen and (min-width:576px){.breadcrumb-section .breadcrumb-content ul li a{font-size:14px}}@media only screen and (min-width:768px){.breadcrumb-section .breadcrumb-content ul li a{font-size:16px}}.breadcrumb-section .breadcrumb-content ul li a:focus,.breadcrumb-section .breadcrumb-content ul li a:hover{color:var(--white)}.breadcrumb-section .breadcrumb-content ul li a:after{content:"";position:absolute;right:-5px;top:55%;transform:translateY(-50%);font-family:var(--font-tabler);font-size:16px}.timeline-wrap{flex-direction:column}.timeline-item,.timeline-wrap{position:relative;z-index:1;display:flex}.timeline-item{gap:1.5rem}.timeline-item:before{content:"";position:absolute;top:12px;left:28px;z-index:-5;width:2px;height:100%;border-left:2px dashed var(--border)}.timeline-item .timeline-icon{position:relative;z-index:1;width:56px;height:56px;border-radius:50%;flex-shrink:0;background-color:var(--primary);display:flex;align-items:center;justify-content:center;color:var(--white);font-size:20px;margin-top:.5rem;font-weight:600}.timeline-item .timeline-content{padding-bottom:30px}.timeline-item:last-child:before{display:none}.timeline-item.style-two:before{border-left:2px dashed var(--primary)}.timeline-item.style-two .timeline-icon{background-color:var(--white);color:var(--primary);font-weight:600}.price-plan-wrapper{display:flex;flex-direction:column;gap:2rem}.pricing-plan-card{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;gap:1.5rem;background-color:var(--secondary);border-radius:18px;padding:20px;overflow:hidden}@media only screen and (min-width:576px){.pricing-plan-card{flex-direction:row}}@media only screen and (min-width:768px){.pricing-plan-card{flex-direction:column}}@media only screen and (min-width:992px){.pricing-plan-card{flex-direction:row}}.pricing-plan-card .overlay-text{position:absolute;top:50%;transform:translateY(-50%) rotate(-90deg);right:-50px;z-index:2;font-size:3rem;color:var(--text);font-weight:600;opacity:.3}.pricing-plan-card .price-value{background-color:var(--white);border-radius:12px;padding:24px;flex-shrink:0}.pricing-plan-card .price-value .price{font-size:clamp(2rem,3vw,3rem);color:var(--heading);font-weight:600}.pricing-plan-card .price-value p{font-size:16px;margin-bottom:2rem}@media only screen and (min-width:1400px){.pricing-plan-card .price-value p{font-size:18px}}.pricing-plan-card .price-list{display:flex;flex-direction:column;gap:1rem}.pricing-plan-card .price-list li{font-size:16px;display:flex;align-items:center;gap:6px}@media only screen and (min-width:1400px){.pricing-plan-card .price-list li{font-size:18px}}.pricing-plan-card .price-list li svg{flex-shrink:0}.login-content{border-radius:18px;background:var(--secondary);padding:2rem}@media only screen and (min-width:576px){.login-content{padding:3rem}}.login-form .form-control{height:60px;font-size:16px;color:var(--text);border:1px solid rgba(118,118,118,.2);background:var(--white)}.login-form .form-control:focus{box-shadow:none;border-color:var(--primary)}.login-form .form-control::placeholder{color:var(--text)}.login-form a{color:var(--text);text-align:right}.login-form a:focus,.login-form a:hover,.login-register-link{color:var(--primary)}.product-card .product-price{display:flex;align-items:last baseline;gap:4px;color:var(--primary)}.product-card .product-price span{text-decoration:line-through;color:var(--text)}.product-card .product-img{position:relative;z-index:1;border-radius:18px;overflow:hidden}.product-card .product-img img{border-radius:18px;transition:var(--transition);width:100%}.product-card .product-img .badge{position:absolute;top:16px;left:16px;z-index:10}.product-card .product-img .add-to-cart{position:absolute;bottom:16px;left:50%;transform:translateX(-50%);z-index:10;opacity:0;visibility:hidden;transition:var(--transition)}.product-card:focus .product-img img,.product-card:hover .product-img img{transform:scale(1.15)}.product-card:focus .product-img .add-to-cart,.product-card:hover .product-img .add-to-cart{opacity:1;visibility:visible}.product-details-swiper .swiper-slide{background-image:none!important;border-radius:18px}.product-details-swiper .swiper-slide img{border-radius:18px}.product-details-pagination{display:flex;flex-wrap:nowrap;gap:10px;margin-top:16px}.product-details-pagination .swiper-pagination-bullet{height:100px;flex-grow:1;background-position:50%;background-size:cover;border-radius:18px;transition:var(--transition);border:2px solid rgba(0,0,0,0);cursor:pointer}.product-details-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{border-color:var(--primary)}.quantity-control{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--border);border-radius:9rem;padding:6px 14px;width:132px;height:55px;-webkit-user-select:none;user-select:none;flex-shrink:0}.quantity-control .quantity-btn{border:none;background:rgba(0,0,0,0);font-size:22px;font-weight:600;color:var(--text);cursor:pointer;width:24px;height:24px;line-height:24px;text-align:center;transition:var(--transition)}.quantity-control .quantity-btn:hover{color:var(--primary)}.quantity-control .quantity-value{font-size:16px;font-weight:600;color:var(--heading);min-width:24px;text-align:center}.single-product-review{margin-bottom:2rem}.single-product-review .review-img{flex-shrink:0}.single-product-review .review-img img{border-radius:50%;width:80px;height:80px;object-fit:cover}.single-product-review .product-ratings{padding-left:0;list-style:none;display:flex;align-items:center;gap:2px}.single-product-review .product-ratings li{font-size:14px;color:var(--warning)}.give-ratings .nice-select:after{right:1.5rem}.product-details-tab-navs{border-bottom:2px solid var(--border)}.product-details-tab-navs .nav-link{position:relative;z-index:1;font-size:20px;font-weight:600;color:var(--heading);border:0;margin-bottom:0}.product-details-tab-navs .nav-link.active{color:var(--primary)}.product-details-tab-navs .nav-link.active:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:3px;background-color:var(--primary)}.cart-table .quantity-control{height:50px}.cart-table thead tr th{font-size:16px;color:var(--text);font-weight:400}.cart-table tbody tr{vertical-align:middle}.cart-table tbody tr td{padding:20px}.cart-table tbody tr td .remove-btn{font-size:24px;color:var(--text);border:0;background:rgba(0,0,0,0)}.cart-table tbody tr td img{width:100px;height:100px;flex-shrink:0;object-fit:cover;border-radius:6px}.cart-table tbody tr td span{font-size:clamp(14px,2vw,20px);font-weight:600;color:var(--heading)}.coupon-form .form-group{position:relative;z-index:1}.coupon-form .form-group .form-control{border-radius:5rem;height:60px;border:1px solid var(--border)}.coupon-form .form-group label{position:absolute;top:50%;transform:translateY(-50%);right:1.25rem;z-index:10}.cart-summary p{border-bottom:1px solid var(--border);padding-bottom:1rem}.cart-summary p strong{color:#002759;width:150px;display:inline-block}.checkout-section .form-control{border:1px solid var(--border);border-radius:6px;height:60px}.checkout-section label{margin-bottom:20px;font-weight:600;color:var(--heading)}.checkout-section .tourly-select{border:1px solid var(--border);height:60px;border-radius:6px;padding:20px}.checkout-section .tourly-select:after{right:20px}.order-summary ul{display:flex;flex-direction:column;gap:20px}.order-summary ul li{padding-bottom:20px;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;color:var(--heading)}.order-summary ul li:last-child span:last-child{color:var(--primary);font-weight:600}.payment-method .form-check-input:checked{background-color:var(--primary);border-color:var(--primary)}.demo-header{background-color:var(--white)}@media only screen and (min-width:1200px){.demo-header .navbar-nav{gap:40px}}@media only screen and (min-width:1400px){.demo-header .navbar-nav{gap:50px}}.demo-header .navbar-nav a .badge{transform:translateY(-10px) translateX(-6px)}.demo-hero{padding-top:75px;position:relative;z-index:1;background-color:var(--primary);height:550px;overflow:hidden}@media only screen and (min-width:768px){.demo-hero{height:630px}}@media only screen and (min-width:992px){.demo-hero{height:680px}}@media only screen and (min-width:1200px){.demo-hero{padding-top:100px;height:850px}}@media only screen and (min-width:1400px){.demo-hero{height:1200px}}.demo-hero .demo-img{position:absolute;bottom:0;left:0;width:100%;z-index:-1}.demo-feature-card{height:100%;padding:36px 30px 0;background-color:#ece8e5;border-radius:20px;display:flex;flex-direction:column;justify-content:space-between}.demo-feature-card.second{background-color:#f7e3ef}.demo-feature-card.third{background-color:#efe8ff}.home-demo-section .section-heading{padding-top:70px;position:relative}.home-demo-section .section-heading .total-home-demo{font-size:120px;color:rgba(22,25,32,.1);font-weight:600;line-height:1;position:absolute;top:0;left:50%;transform:translateX(-50%);z-index:-1}.demo-home-card,.demo-home-card a{position:relative;z-index:1;text-align:center}.demo-home-card a{display:block;border-radius:10px}.demo-home-card a:after{height:100%;content:"";position:absolute;top:0;left:0;z-index:5;background-color:var(--heading);opacity:0;visibility:hidden}.demo-home-card a img,.demo-home-card a:after{width:100%;border-radius:10px;transition:var(--transition)}.demo-home-card a img{background:#ece8e5;min-height:100px;padding:14px}.demo-home-card a h5,.demo-home-card a span{transition:var(--transition)}.demo-home-card a span{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:var(--primary);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:2;font-size:2rem;color:var(--white);opacity:0;visibility:hidden;z-index:10}.demo-home-card a:focus img,.demo-home-card a:hover img{filter:grayscale(50%)}.demo-home-card a:focus:after,.demo-home-card a:hover:after{opacity:.3;visibility:visible}.demo-home-card a:focus span,.demo-home-card a:hover span{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.demo-home-card a:focus h5,.demo-home-card a:hover h5{color:var(--primary)}.demo-extra-feature-card{text-align:center;padding:30px;border-radius:18px;background:var(--white);box-shadow:0 12px 40px 4px rgba(14,14,14,.08);height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.demo-extra-feature-card img{max-height:60px;margin-bottom:24px}.demo-inner-page-filter{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:8px;border-radius:15rem;background-color:var(--white)}.demo-inner-page-filter button{border:0;background-color:rgba(0,0,0,0);padding:6px 12px;border-radius:10rem;font-weight:600;color:var(--heading);transition:var(--transition);cursor:pointer;font-size:14px}@media only screen and (min-width:992px){.demo-inner-page-filter button{padding:12px 24px}}.demo-inner-page-filter button.active{background-color:var(--primary);color:var(--white)}.demo-inner-page-card{text-align:center}.demo-inner-page-card a{display:block;position:relative;z-index:1}.demo-inner-page-card a:after{height:100%;content:"";position:absolute;top:0;left:0;z-index:5;background-color:var(--heading);opacity:0;visibility:hidden}.demo-inner-page-card a img,.demo-inner-page-card a:after{width:100%;border-radius:10px;transition:var(--transition)}.demo-inner-page-card a img{border:1px solid rgba(118,118,118,.3);background-color:#fafafa;padding:12px}.demo-inner-page-card a h5{transition:var(--transition)}.demo-inner-page-card a span{width:80px;height:80px;display:flex;align-items:center;justify-content:center;background-color:var(--primary);border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.8);z-index:2;font-size:2rem;color:var(--white);opacity:0;visibility:hidden;transition:var(--transition);cursor:pointer;z-index:10}.demo-inner-page-card a:focus:after,.demo-inner-page-card a:hover:after{opacity:.3;visibility:visible}.demo-inner-page-card a:focus span,.demo-inner-page-card a:hover span{opacity:1;visibility:visible;transform:translate(-50%,-50%) scale(1)}.demo-inner-page-card a:focus h5,.demo-inner-page-card a:hover h5{color:var(--primary)}.demo-testimonial-card{border-radius:18px;border:1px solid #e3e3ec;padding:24px}.demo-testimonial-card .ratings{display:flex;align-items:center;gap:2px;margin-bottom:12px}.demo-testimonial-card .ratings i{font-size:20px;color:var(--warning)}.demo-testimonial-card h3{display:flex;align-items:last baseline;gap:6px;margin-bottom:1rem;font-size:20px}.demo-testimonial-card h3 span{font-size:18px;font-weight:400}.preview-footer-content{position:relative;z-index:1;text-align:center}.preview-footer-content .arrowIcon{position:absolute;z-index:-1;bottom:-1.5rem;right:22%}.preview-footer-content h2{font-size:clamp(2rem,5vw,5rem);margin-bottom:1rem;color:var(--white);font-weight:600}.preview-footer-content p{color:var(--white);font-size:18px}.demo-footer{position:relative;z-index:1;overflow:hidden}.demo-footer .shapeOne{background:linear-gradient(180deg,rgba(114,185,56,.1),rgba(114,185,56,0));top:15%;left:-500px}.demo-footer .shapeOne,.demo-footer .shapeTwo{width:716px;height:579px;border-radius:716px;position:absolute;z-index:-1}.demo-footer .shapeTwo{background:linear-gradient(180deg,rgba(114,185,56,.15),rgba(114,185,56,0));top:50%;left:-350px}.demo-footer .border-top{border-color:hsla(0,0%,100%,.3)!important}.demo-footer .copyright{color:var(--white);text-align:center}@media only screen and (min-width:992px){.demo-footer .copyright{text-align:left}}.demo-footer .copyright a{color:var(--white);transition:var(--transition)}.demo-footer .copyright a:focus,.demo-footer .copyright a:hover{color:var(--primary)}.footer-social-nav{display:flex;align-items:center;gap:12px;justify-content:center}@media only screen and (min-width:992px){.footer-social-nav{justify-content:flex-end}}.footer-social-nav li a{width:36px;height:36px;flex-shrink:0;border-radius:30px;border:1px solid var(--secondary);opacity:.8;display:flex;align-items:center;justify-content:center;color:var(--secondary);transition:var(--transition)}.footer-social-nav li a:focus,.footer-social-nav li a:hover{border-color:var(--success);background-color:var(--success);color:var(--white);opacity:1}.inner-slide .marquee-item{width:400px;flex:0 0 400px;border:1px solid var(--border);border-radius:12px}.inner-slide .marquee-item img{width:100%;border-radius:12px}