@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";/*! tailwindcss v4.1.1 | MIT License | https://tailwindcss.com */@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;-moz-tab-size:4;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:color-mix(in oklab,currentColor 50%,transparent)}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){-webkit-appearance:button;-moz-appearance:button;appearance:button}::file-selector-button{-webkit-appearance:button;-moz-appearance:button;appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.hidden{display:none}.transform{transform:var(--tw-rotate-x)var(--tw-rotate-y)var(--tw-rotate-z)var(--tw-skew-x)var(--tw-skew-y)}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}}@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){@layer base{*,:before,:after,::backdrop{--tw-rotate-x:rotateX(0);--tw-rotate-y:rotateY(0);--tw-rotate-z:rotateZ(0);--tw-skew-x:skewX(0);--tw-skew-y:skewY(0);--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}*{box-sizing:border-box;margin:0;padding:0}.roboto{font-optical-sizing:auto;font-variation-settings:"wdth" 100;font-family:Roboto,sans-serif}.outfit{font-optical-sizing:auto;font-family:Outfit,sans-serif}.btn{text-transform:uppercase;color:#fff;letter-spacing:.5px;background-color:#ebb032;justify-content:center;width:15vw;padding:1rem;font-family:outfit;font-size:13px;font-weight:600;text-decoration:none;transition:all .3s ease-in-out;display:flex;position:relative;overflow:hidden}.btn span{z-index:1000}.btn:before{content:"";background-color:#000;width:100%;height:100%;transition:transform .5s cubic-bezier(.86,0,.07,1);position:absolute;top:0;left:0;transform:translate(-100%)}.btn-outline{color:#ebb032;background-color:#0000;border:1px solid #ebb032}.btn:hover:before{transform:translate(0)}.heading{flex-direction:column;display:flex}.upper-heading{align-items:center;display:flex}.upper-heading img{width:1.8rem;margin:10px 3px 10px 10px}.upper-heading h4{text-transform:uppercase;letter-spacing:.3px;color:#ebb032;font-family:Outfit;font-size:15px;font-weight:600}.lower-head{color:#222429;text-transform:capitalize;font-family:Roboto;font-size:50px;font-weight:700;line-height:60px}@media (max-width:900px){.btn{width:18vw}}@media (max-width:1120px){.lower-head{font-size:43px;line-height:52px}}@media (max-width:1024px){.lower-head{font-size:36px;line-height:47px}}@media (max-width:915px){.lower-head{font-size:28px}}@media (max-width:465px){.upper-heading h4{font-size:14px}.lower-head{font-size:23px;line-height:28px}}@property --tw-rotate-x{syntax:"*";inherits:false;initial-value:rotateX(0)}@property --tw-rotate-y{syntax:"*";inherits:false;initial-value:rotateY(0)}@property --tw-rotate-z{syntax:"*";inherits:false;initial-value:rotateZ(0)}@property --tw-skew-x{syntax:"*";inherits:false;initial-value:skewX(0)}@property --tw-skew-y{syntax:"*";inherits:false;initial-value:skewY(0)}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}.inside-nav{display:flex;justify-content:space-between;position:absolute;width:100%;border-bottom:1px solid #ffffff4f}.main-header{position:absolute;z-index:100000;width:100%;background:transparent}.logo{padding:1rem;width:12%;display:flex;align-items:center}.header2 .logo img{width:100%;filter:invert(1) brightness(.1);height:auto}.hn-logo{height:5rem}.hn-logo img{height:100%;filter:invert(1) brightness(.1)}.logo img{width:100%;height:auto}.menu-links{display:flex;width:55%;justify-content:space-between;padding:1rem;align-items:center;color:#fff}.menu-links div{margin:0 1rem}.drop-down-link{position:relative}.drop-down{position:absolute;background-color:#fff;z-index:1000000;display:flex;flex-direction:column;padding:0 1rem;color:#000;margin:0!important;padding-top:0;height:0;width:20vw;overflow:hidden;transition:all .3s ease;box-shadow:#0000003d 0 3px 8px;box-shadow:#110c2e26 0 48px 100px}.drop-down-link:hover .drop-down{height:max-content;overflow:auto;padding-top:1rem}.drop-down a{padding:.7rem!important;font-size:14px;border-bottom:1px solid #f4f4f4;transition:all .3s ease}.drop-down a:hover{color:#ebb304;background-color:#f4f4f4}.menu-links div,.menu-links a{font-family:outfit;text-transform:uppercase;font-weight:600;cursor:pointer}.menu-links a{text-decoration:none}.nav-right{width:25%;display:flex}.call-us{width:75%;padding:1rem 2rem;display:flex;align-items:center;border-right:1px solid #ffffff4f;border-left:1px solid #ffffff4f}.call-info{display:flex;flex-direction:column;row-gap:5px;color:#fff}.call-info p:nth-child(1){font-family:outfit;font-size:15px;text-transform:capitalize}.call-info p:nth-child(2){font-family:roboto;font-size:18px}.phone{font-size:25px;padding:10px;color:#fff;border-radius:50%;display:flex;margin-right:24px}.ham{width:25%;padding:0 1rem;display:flex;justify-content:center;align-items:center}.ham svg{font-size:35px;color:#fff}.fade-in{opacity:1;transform:translateY(0)}.fade-out{opacity:0;transform:translateY(-100%)}.header2{position:fixed;top:0;left:0;background:#fff;padding:.5rem 1rem;z-index:10000;width:100%;box-shadow:#0000003d 0 3px 8px;display:flex;justify-content:space-between;align-items:center;transition:all .3s ease}.header2.active{opacity:1}.menu{display:flex;justify-content:space-around;text-transform:uppercase;font-size:14px;font-weight:500;letter-spacing:.5px;font-family:Outfit}.ham svg{font-size:30px;color:#fff}.ham{width:100%}.menu a{padding:0 1.2rem}.s-menu-links{display:flex;justify-content:space-between;align-items:center}.upper-isn{display:flex;justify-content:space-between;padding:1rem 3rem;align-items:center;background-color:#000;color:#8c8f94;font-weight:500}.socials{display:flex}.socials a{margin:0 10px;font-size:22px;color:#b0b6bc}.contact{display:flex;color:#fff}.c-info{display:flex;margin:0 10px;align-items:center}.c-info svg{color:#ebb304;font-size:17px;margin-right:9px}.c-info p{font-size:14px;font-family:outfit;color:#8c8f94;transition:color .3s ease}.c-info p:hover{color:#fff}.lower-isn{display:flex;justify-content:space-around;align-items:center;padding:1rem 0}footer{padding:8rem 4rem 4rem;background-color:#171717;padding-bottom:0;background-image:url(/assets/bg-5-DeHsOjR4.png)}.upper-footer{display:flex;justify-content:space-between}.lower-footer{background:#000;padding:3rem;color:#8c8f94;text-align:center;font-weight:500}.lower-footer a{color:#ccc}.uf-card{display:flex;flex-direction:column;padding:1rem;width:22%}.uf-card h1{font-family:Roboto;color:#fff;margin-bottom:1rem;font-size:33px;font-weight:600}.uf-card h2{font-family:Roboto;color:#fff;text-transform:capitalize;padding-bottom:1.5rem}.uf-card p{font-family:Outfit;color:#8c8f94;line-height:27px}.hc{border-bottom:2px solid #8c8f948f;margin-bottom:1rem}.perLoc{margin-top:.5rem;display:flex;flex-direction:column;row-gap:6px}.perLoc h3{font-size:17px;color:#8c8f94;font-weight:500;text-transform:capitalize}.perLoc h4{font-size:14px;color:#cccc;font-weight:500;text-transform:capitalize}.links{display:flex;flex-direction:column;row-gap:10px;font-family:Outfit}.links a{color:#8c8f94;text-decoration:none;font-size:17px;transition:color .3s ease}.links a:hover{color:#ebb304}.fc-info{display:flex;align-items:center}.fc-info p{transition:color .3s ease;color:#ccc;font-size:16px}.fc-info svg{font-size:22px;margin-right:10px;color:#ebb304}.fc-info:hover p{color:#ebb304}.ham.sub-ham{width:max-content;padding:1rem;display:none}.ham.sub-ham svg{color:#000}body,html{overflow-x:hidden}nav.og-header.fade-in{position:relative;z-index:10000}.hn-nav{position:fixed;background-color:#fff;height:100vh;top:0;left:0;padding:2rem;z-index:100;width:25vw;overflow-y:scroll;transform:translate(-100%);transition:transform .3s ease}.lower-isn .logo{padding:0rem;width:8%;display:flex;align-items:center}.lower-isn .logo img{filter:invert(1) brightness(.1)}.hn-nav.active{transform:translate(0)}.close{position:absolute;right:10%;top:6%;font-size:28px}.hn-comp{margin-top:1.5rem;display:flex;flex-direction:column;row-gap:13px}.hn-comp{margin-top:1.5rem}.hn-menuLinks a{padding:.7rem;border-bottom:1px solid #6a6f78;font-family:Outfit;text-transform:uppercase;font-size:15px}.hn-menuLinks{display:flex;flex-direction:column;margin:2rem 0;display:none}.hn-comp h2{font-size:21px;text-transform:capitalize;font-weight:500;font-family:Roboto;border-bottom:1px solid #6a6f78;padding-bottom:.6rem}.hn-comp p{font-family:Outfit;color:#6a6f78}.header2-ham{font-size:20px;border:1px solid;padding:4px;border-radius:3px;display:none}.header2-hnMenu{position:absolute;right:0;top:100%;background:#fff;display:flex;flex-direction:column;width:25vw;text-align:center;overflow:hidden;padding:0 1rem;height:0;transition:all .3s ease}.header2-hnMenu.active{height:100vh;padding:1rem}.header2-hnMenu a{padding:1rem;border-bottom:1px solid}.hn-cinfo{display:flex;flex-direction:column;row-gap:7px}.hnci{display:flex;align-items:center}.hnci svg{margin-right:7px;color:#6a6f78}.modal{position:fixed;background:#000c;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;z-index:1000000000}.gallery-img img{width:30vw;height:60vh;object-fit:cover}.close2{position:absolute;right:2%;top:17%;font-size:39px;color:#fff}.nav-btn{font-size:24px;color:#000;padding:.2rem;background:#fff;border-radius:50%;display:flex;justify-content:center;border:1px solid #fff;position:absolute}.nav-btn.prev{left:20%}.nav-btn.next{right:20%}.gallery-container{display:flex;flex-wrap:wrap;gap:10px}.gallery-card{width:27%}.gallery-card:hover{animation:wiggle .3s forwards .3s 1}@keyframes wiggle{0%{rotate:-3deg}to{rotate:3deg;scale:1.05}}@media (max-width : 1150px){.call-us{padding:1rem}.menu-links div{margin:0 .7rem}}@media (max-width: 1024px){.hn-menuLinks{display:flex}.hn-nav{width:35vw}.menu-links{display:none}.nav-right{width:35%;display:flex}.logo{width:22%}footer{padding:2rem}.lisn-links.menu{display:none}.lower-isn{justify-content:space-between;padding:1rem}.btn.book-btn{display:none}.ham.sub-ham{display:block}}@media (max-width: 900px){.header2-ham{display:flex}.uf-card{width:33%}.upper-footer .uf-card:nth-child(1){width:100%}.upper-footer{flex-wrap:wrap}.menu a{padding:0 1rem}.upper-isn{padding:1rem}.hn-nav{width:45vw}.s-menu-links{display:none}.gallery-img img{width:40vw;height:60vh;object-fit:cover}}@media (max-width: 780px){.logo{width:27%}.gallery-img img{width:47vw}}@media (max-width: 700px){.nav-right{width:45%}.uf-card{width:50%}.upper-footer .uf-card:nth-child(4){width:100%}.contact{flex-direction:column}.hn-nav{width:55vw}.nav-btn.prev{left:7%}.nav-btn.next{right:7%}}@media (max-width: 600px){.gallery-img img{width:60vw}.header2-hnMenu{width:45vw}}@media (max-width: 550px){.call-us{display:none}.nav-right{width:fit-content}.hn-nav{width:100vw}.upper-isn{display:none}}@media (max-width: 465px){.logo{width:42%;padding:1rem .5rem}footer{padding:1rem}.uf-card h1{margin-bottom:.7rem;font-size:28px}.header2-hnMenu{width:100vw}.lower-isn .logo{width:27%}}@media (max-width: 400px){.uf-card{width:100%}.gallery-img img{height:40vh}.nav-btn{font-size:16px;padding:.1rem}}.image-slider{width:100%;height:120vh}.banner-container{width:100%;overflow:hidden;position:relative;height:100%}.banner-img{height:100%}.banner-container img{width:100%;height:100%;object-fit:cover;animation:slider-ani 2s ease-in-out both;z-index:10}.banner-content{position:absolute;z-index:1000;background-color:#00000080;width:100%;height:100%;padding:3rem;display:flex;align-items:center;left:0;top:0;color:#fff;justify-content:space-between}.content-left{width:45%;transform:translateY(16%);opacity:0;display:flex;flex-direction:column;align-items:flex-start;animation:content-ani 3s ease 2s forwards}@keyframes content-ani{0%{opacity:0;transform:translateY(16%)}to{opacity:1;transform:translateY(0)}}.content-left h1{font-family:Outfit;text-transform:capitalize;font-size:90px;line-height:105px;margin-bottom:2rem}.content-left p{font-family:Outfit;font-size:17px;line-height:27px;letter-spacing:.5px;margin-bottom:1rem}.content-left a{color:#fff;z-index:100;text-decoration:none;letter-spacing:.5px}.contact-right{width:43%;background:#fff;padding:3rem;color:#000;border-radius:2px;transform:translateY(16%);opacity:0;display:flex;flex-direction:column;animation:content-ani 3s ease 4s forwards}.contact-right h1{font-family:Roboto;text-transform:capitalize;font-size:26px;margin-bottom:.5rem}.contact-right p{font-family:Outfit;margin-bottom:1rem;color:#6a6f78}.content-right a{color:#fff;z-index:100;text-decoration:none;letter-spacing:.5px}.slider-form{display:flex;flex-direction:column;row-gap:20px}.send-btn{align-self:flex-start}input,textarea{padding:1rem;font-family:Outfit;border-radius:3px;border:1px solid #0000001F;font-size:16px}.submit{background:none;border:navajowhite;text-align:left;text-transform:capitalize;font-family:Roboto;text-decoration:underline;font-size:14px}@keyframes slider-ani{0%{scale:1.2;opacity:0}to{scale:1;opacity:1}}@media (max-width: 1120px){.contact-right{padding:1rem 2rem}.contact-right h1{font-size:22px}.content-left h1{font-size:75px;line-height:87px}}@media (max-width: 1024px){input,textarea{padding:.8rem}.contact-right{width:46%}}@media (max-width: 900px){.content-left h1{font-size:63px;line-height:75px}}@media (max-width: 765px){.banner-content{padding:2rem}.btn{width:max-content}}@media (max-width: 680px){.content-left h1{font-size:54px;line-height:63px}}@media (max-width: 600px){.banner-content{flex-direction:column;row-gap:21px;justify-content:space-around}.image-slider{width:100%;height:180vh}.content-left,.contact-right{width:100%}}@media (max-width: 500px){.content-left h1{font-size:46px;line-height:55px;margin-bottom:1rem}}.goal-section{background-image:url(/assets/bg-img-DqA9gafm.png);padding:4rem;background-size:contain;background-repeat:no-repeat;background-position:right}.inside-goal-section{display:flex;justify-content:space-between;align-items:center}.igs-left{width:45%}.igs-left p{margin-top:2rem}.para{font-family:Outfit;line-height:27px;color:#6a6f78;margin-bottom:1rem;font-size:17px}.igs-left ul li{font-family:Outfit;line-height:27px;margin-bottom:1rem;font-size:18px}.igs-left ul{list-style:none;margin-bottom:2rem}.igs-right{width:52%;display:flex;flex-wrap:wrap;justify-content:center}.igsr-card{width:42%;padding:2rem;display:flex;flex-direction:column;row-gap:12px;margin-bottom:1rem;box-shadow:0 10px 30px #0000002e;background:#fff;margin-right:1rem}.igsr-card:hover .igsrc-icon{transform:rotateY(180deg);background-color:#ebb304}.igsr-card:hover .igsrc-icon img{filter:brightness(0) invert(1)}.igsrc-icon{background:#f4f4f4;border-radius:50%;align-self:flex-start;padding:1.5rem;transition:all .3s ease}.igsrc-icon img{width:3.5rem}.igsrc-content h3{font-family:Roboto;margin:1rem 0 .5rem;font-size:24px}.igsrc-content p{font-family:Outfit;line-height:27px;color:#6a6f78}.services-section{padding:10rem 4rem 4rem;background-image:url(/assets/bg-2-B05Yuv5w.png);background-color:#24201f}.upper-iss{display:flex;align-items:flex-end;justify-content:space-between}.lower-iss{margin-top:3rem}.uissl{width:60%}.why-choose-us{padding:8rem 4rem 4rem;background-image:url(/assets/bg-3-5nP2YTpL.jpg);position:relative}.why-choose-us:before{content:"";position:absolute;background:linear-gradient(269deg,#f8f5f1de,#f8f5f1 22%);top:0;left:0;width:100%;height:100%}.inside-why-choose-us{position:relative;z-index:100;display:flex;justify-content:space-between}.iwcu-left{width:50%}.iwcu-left img{width:100%}.iwcu-right{width:45%}.qualities{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch}.quality{padding:1rem;width:43%;background:#fff;margin:1rem;display:flex;align-items:center;font-family:outfit;text-transform:capitalize}.quality svg{margin-right:10px;color:#ebb032;font-size:20px}.accessories-section{padding:4rem;background-image:url(/assets/bg-4-BweKqpPL.png);background-repeat:no-repeat;background-position:top right}.upper-ias{display:flex;justify-content:space-between;width:100%;align-items:center}.uias-right{width:45%}.lower-ias{padding:4rem 0;display:flex;justify-content:space-around;flex-wrap:wrap;row-gap:30px}.acc-card{width:24%;border-radius:10px;display:flex;flex-direction:column;align-items:center;text-align:center}.acc-card img{width:100%;border-radius:10px}.ac-content{margin-top:1.5rem}.ac-content p:nth-child(1){font-family:outfit;font-size:20px;margin-bottom:5px;font-weight:600}.ac-content p:nth-child(2){font-family:outfit;color:#ebb032;font-weight:600}.a-img{position:relative}.a-img a{background:#ebb304;padding:1rem 1.5rem;border-radius:50px;font-family:outfit;text-decoration:none;color:#fff;font-size:18px;font-weight:600;position:absolute;left:28%;bottom:-7%;transform:scale(.7);opacity:0;transition:all .3s ease}.acc-card:hover a{transform:scale(1);opacity:1}.testimonial-section{padding:4rem}.testi-swiper{margin-top:5rem}.swiper-wrapper{margin-bottom:4rem!important}.testi-slide{padding:2.5rem 3rem;border:1px solid #eee;border-radius:3px;display:flex;flex-direction:column;row-gap:20px;position:relative;overflow:hidden}.triangle{content:"";position:absolute;top:0;left:0;border-right:50px solid transparent;border-left:167px solid #ebb304;border-bottom:190px solid transparent}.testi-slide:before{content:"";position:absolute;top:0;left:0;right:0;z-index:1;border-right:50px solid transparent;border-left:167px solid #24201F;border-bottom:190px solid transparent;transform:translate(-100%);transition:transform .3s ease;transition-timing-function:cubic-bezier(.86,0,.07,1);transition:-webkit-transform .5s cubic-bezier(.86,0,.07,1);-webkit-transition:-webkit-transform .5s cubic-bezier(.86,0,.07,1);transition:transform .5s cubic-bezier(.86,0,.07,1)}.testi-slide:hover:before{transform:translate(0)}.user{display:flex;align-items:center;background:#ebf1f5;width:90%;position:relative;border-radius:50px 0 0 50px;z-index:100}.user:before{content:"";position:absolute;top:0;left:0;background-color:#ebb104;height:100%;width:0%;border-radius:50px 0 0 50px;transition:width .3s ease}.testi-slide:hover .user:before{width:100%}.user-img{position:absolute;left:0;top:-10%;margin-left:-10%;margin-right:1.5rem}.user img{height:8rem;border-radius:50%;padding:.3rem;border:2px dashed white}.user-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-end;width:100%;padding:1.5rem;text-align:left;position:relative;z-index:100;transition:color .3s ease}.testi-slide:hover .user-info{color:#fff}.user-info p:nth-child(1){font-size:19px;font-family:Roboto;text-transform:capitalize;font-weight:600;margin-bottom:5px}.user-info p:nth-child(2){font-family:Outfit}.testi-content p{font-family:Outfit;font-weight:300;font-size:17px}.rating{width:7rem}@media (max-width: 1300px){.user{width:100%}}@media (max-width: 1200px){.user img{height:7rem}.user-info{padding:1rem}.rating{width:6rem}}@media (max-width: 1150px){.lower-head{font-size:38px;font-family:Roboto;font-weight:700;color:#222429;text-transform:capitalize;line-height:45px}.testi-swiper{margin-top:3rem}.testi-slide{padding:2rem}.iwcu-right{width:47%}}@media (max-width: 1120px){.igsr-card{width:44%;padding:1rem}.igsrc-icon img{width:3rem}.igsrc-content h3{font-size:21px}.goal-section{padding:4rem 2rem}.igs-left ul li{font-size:16px}}@media (max-width: 1030px){.igsrc-content h3{font-size:18px;margin:.5rem 0}.why-choose-us{padding:6rem 3rem 3rem}.iwcu-right{width:51%}.iwcu-left{width:45%}.quality{padding:.5rem;margin:.5rem;font-size:15px}.a-img a{padding:.7rem 1rem;font-size:16px;left:20%}.lower-ias{padding-bottom:0}.user-img{top:-3%}.user img{height:6rem}.testi-slide{padding:2rem}.testi-swiper{margin-top:3rem}}@media (max-width: 976px){.user-img{left:6%}}@media (max-width: 900px){.goal-section{background-size:cover}.igsrc-icon img{width:5rem}.igsr-card{width:100%;flex-direction:row;gap:20px}.lower-head{font-size:32px;line-height:40px}.ac-content p:nth-child(1){font-size:17px}.accessories-section{padding:4rem 2rem}}@media (max-width: 765px){.igs-right,.igs-left{width:100%}.inside-goal-section{flex-direction:column;row-gap:20px}.igsr-card{width:41%;flex-direction:column}.igs-right{width:100%;justify-content:space-around}.igsrc-icon img{width:3rem}.iwcu-right{width:100%}.iwcu-left{width:56%;display:none}.why-choose-us{padding:3rem 2rem 2rem}.inside-why-choose-us{flex-direction:column}.acc-card{width:35%}}@media (max-width: 765px){.lower-head{font-size:27px;line-height:40px}.a-img a{padding:.7rem 1rem;left:24%;bottom:-11%;opacity:1;transform:scale(1)}.menu{display:none}}@media (max-width: 700px){.testimonial-section{padding:4rem 2rem}}@media (max-width: 600px){.image-slider{width:100%;height:145vh}.uias-right{width:100%}.upper-ias{flex-direction:column;align-items:flex-start}}@media (max-width: 510px){.image-slider{width:100%;height:100vh}.banner-content{justify-content:flex-end}.igsr-card{width:100%;flex-direction:column}.igs-right{flex-direction:column}.acc-card{width:46%}.services-section{padding:10rem 2rem 2rem}}@media (max-width: 465px){.services-section{padding:6rem 2rem 2rem}.uissl{width:100%}.upper-iss{flex-direction:column;align-items:flex-start;row-gap:20px}}@media (max-width: 400px){.quality{width:100%}.qualities{flex-direction:column}.upper-heading h4{font-size:14px}.lower-head{font-size:23px;line-height:28px}.acc-card{width:85%}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translate(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, .25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.common-hero{background-image:url(/assets/about-7LiAfRoL.jpg);height:70vh;background-size:cover;background-position:top;position:relative}.common-hero:before{content:"";position:absolute;height:100%;width:100%;background:linear-gradient(230deg,#ebb304ab,#000000c9 55%);background-color:transparent}.inside-ch{display:flex;justify-content:center;align-items:center;width:100%;height:100%;position:relative;z-index:100}.hero-heading{display:flex;flex-direction:column;align-items:center;text-align:center}.hero-heading h1{font-family:Roboto;color:#fff;font-size:63px;text-transform:capitalize}.hh-p{color:#fff;font-size:18px;display:flex;align-items:center;font-family:Outfit}.hh-p a{color:#fff;text-decoration:none;transition:color .3s ease}.hh-p a:hover{color:#ebb304}.about-company-section{padding:4rem}.inside-acs{display:flex;justify-content:space-between}.iacs-left{width:45%}.iacs-left img{width:100%}.iacs-right{width:50%}.points-div{display:flex;justify-content:space-between}.points{display:flex;flex-direction:column;font-family:Outfit;margin-top:2rem}.pt{display:flex;align-items:flex-start}.pt svg{font-size:25px;margin-right:1rem;color:#eeb304;margin-top:5px}.card-section{padding:4rem 5rem}.inside-card-section{display:flex;flex-direction:column;row-gap:21px}.sImg{position:relative;height:100%}.sImg a{position:absolute;top:0;left:100%;width:max-content;font-size:12px;font-weight:600;line-height:20px;display:inline-flex;color:var(--headings-color);transform:rotate(90deg);transform-origin:left top;text-transform:uppercase;z-index:3;padding:11px 45px;background:#f3f4f7;transition:.3s}.sImg a span{position:relative;z-index:100;color:#000;font-family:Outfit;transition:color .3s ease}.sImg a:before{content:"";height:0;width:100%;position:absolute;background-color:#000;top:0;left:0%;transition:height .3s ease;transition:height .5s cubic-bezier(.86,0,.07,1),-webkit-transform .5s cubic-bezier(.86,0,.07,1)}.service-slide:hover .sImg a:before{height:100%}.service-slide:hover .sImg a span{color:#fff}.service-slide{height:50vh}.sIcon{background:#ebb304;padding:1rem;justify-self:flex-start;margin-right:1rem;position:relative}.sIcon:after{content:"";position:absolute;bottom:-5px;width:93px;height:58px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAA6CAYAAADSgFUhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEYSURBVHgB7dSxacNAFIDhd4cGcZnSI2gFkyyQSUxmSPqMkBUMgdQuU2oQ4RcfRCCIynP+wv8H4k6PV/3Fld3uYVeG8l4ixow455yHafqeQl1s9a11KB9t0Bau574thLrZ6luv9/16aVlQN3/61ow8rYcZ5RzqZqtvzTme21uzLOR8OYS6sa8k3YnP16exfaGbWPcdlmGNy/h7PYW6W/etoX9ndIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdMCw/imlHL/eHo+hm8jMl3b+ABsjRMgx0oiSAAAAAElFTkSuQmCC);left:-7px}.sIcon img{width:3rem}.desc{display:flex;flex-direction:column;padding:1rem;position:absolute;bottom:0;background:#fff;border:1px solid rgb(238,233,237)}.upper-desc{display:flex;align-items:center;z-index:100}.upper-desc h2{font-family:Roboto;text-transform:capitalize;font-size:24px;font-weight:500;transition:color .3s ease}.lower-desc{height:0px;overflow:hidden;transition:all .3s ease-in-out}.service-slide:hover .lower-desc{height:5rem;padding:.5rem 0}.upper-desc h2:hover{color:#ebb304}.img{overflow:hidden;height:100%}.sImg img{transition:scale .3s ease;height:100%;width:100%;object-fit:cover;object-position:bottom}.service-slide:hover .sImg img{scale:1.1}.cta-section{padding:6rem;background-image:url(/assets/bg-3-5nP2YTpL.jpg);display:flex;justify-content:center;align-items:center;position:relative;background-position:center;background-size:cover}.cta-section:before{content:"";position:absolute;height:100%;width:100%;background-color:#110605eb}.inside-cta-section{width:70%;text-align:center;position:relative;z-index:100;align-items:center;display:flex;flex-direction:column;row-gap:22px}@media (max-width: 1100px){.upper-desc h2{font-family:Roboto;text-transform:capitalize;font-size:21px}}@media (max-width: 1024px){.sIcon:after{bottom:-17px;width:76px;height:60px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAF0AAAA6CAYAAADSgFUhAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAEYSURBVHgB7dSxacNAFIDhd4cGcZnSI2gFkyyQSUxmSPqMkBUMgdQuU2oQ4RcfRCCIynP+wv8H4k6PV/3Fld3uYVeG8l4ixow455yHafqeQl1s9a11KB9t0Bau574thLrZ6luv9/16aVlQN3/61ow8rYcZ5RzqZqtvzTme21uzLOR8OYS6sa8k3YnP16exfaGbWPcdlmGNy/h7PYW6W/etoX9ndIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdIDRAUYHGB1gdMCw/imlHL/eHo+hm8jMl3b+ABsjRMgx0oiSAAAAAElFTkSuQmCC);left:-6px;background-size:contain;background-repeat:no-repeat}.sIcon img{width:2.5rem}.upper-desc h2{font-size:17px}}@media (max-width: 900px){.iacs-right{width:100%}.inside-acs{flex-direction:column}.iacs-left{width:100%}}@media (max-width: 765px){.about-company-section{padding:2rem}.inside-cta-section{width:85%}}@media (max-width: 600px){.card-section{padding:4rem 2rem}}@media (max-width: 465px){.points-div{flex-direction:column}.points{margin-top:0}.hero-heading h1{font-size:40px}}.contact-section{padding:4rem}.inside-contact-section{display:flex;justify-content:space-between}.ics-left{width:55%}.ics-right{width:40%}.row{width:100%;display:flex;justify-content:space-between}button{margin:.5rem 0;text-decoration:underline}.row input,.row textarea{margin:1rem;flex:1;background-color:#f8f7fa;font-family:outfit;color:#686a81;border:none;margin-left:0}.contact-cards{margin-top:2rem}.contact-card{display:flex;align-items:center;margin-bottom:1.5rem}.c-icon{padding:1.5rem;font-size:34px;background:#ebb304;color:#fff;margin-right:1.5rem;transition:background-color .3s ease}.contact-card h3{font-size:20px;font-weight:600;font-family:Outfit;text-transform:capitalize}.contact-card p{font-family:Outfit;color:#686f78}.contact-card:hover .c-icon{background-color:#000}@media (max-width: 1024px){.c-icon{padding:1rem;font-size:27px}.contact-card h3{font-size:18px}}@media (max-width: 850px){.contact-section{padding:2rem}}@media (max-width: 780px){.inside-contact-section{flex-direction:column;row-gap:20px}.ics-right,.ics-left{width:100%}}@media (max-width: 600px){.row{flex-direction:column}}.product-section{padding:4rem}.inside-product-section{display:flex;flex-wrap:wrap;justify-content:center;gap:30px}.service-card{width:30%;height:60vh;position:relative}.service-card:before{content:"";position:absolute;bottom:0;left:0;right:0;width:100%;z-index:10;background-color:#ebb304d1;height:0%;transition:all .3s ease-in-out}.service-card:hover:before{height:100%}.service-card img{width:100%;height:100%;object-fit:cover;transition:scale .3s ease}.s-img{height:100%;width:100%;overflow:hidden}.s-icon img{width:4rem}.s-icon{position:absolute;right:0;z-index:1;bottom:0;background:#ebb304;clip-path:polygon(0 0,100% 0,100% 100%,17% 100%);padding:1.5rem 1.5rem 1.5rem 2rem;transition:opacity .5s ease}.service-desc{position:absolute;top:0;bottom:0;opacity:0;visibility:hidden;transform:translateY(50px);flex-direction:column;color:#fff;display:flex;align-items:center;text-align:center;padding:2rem;justify-content:center;transition:all .3s ease-in-out;z-index:100}.service-desc h2{font-size:26px;text-transform:capitalize;font-weight:500;margin-bottom:.5rem;font-family:roboto}.service-desc p{font-size:17px;font-family:outfit;font-weight:400}.btns{display:flex;flex-direction:column;margin-top:1rem;row-gap:10px;align-items:center}.btns a:nth-child(1){font-weight:600;text-decoration:underline;transition:color .3s ease;display:flex;align-items:center}.btns svg{margin-left:3px}.btns a:nth-child(1):hover{color:#ebb304}.bookLink{font-size:17px;border:1px solid;padding:.5rem 1rem;border-radius:5px;font-weight:500;transition:all .3s ease}.bookLink:hover{background-color:#fff;color:#ebb304}.service-card:hover .service-desc{transform:translateY(0);opacity:1;visibility:visible}.service-card:hover .s-icon img{animation:rotate .5s linear forwards}.service-card:hover .s-icon{opacity:0}.service-card:hover img{scale:1.2}@keyframes rotate{0%{opacity:1;rotate:0deg}to{opacity:0;rotate:-270deg}}.product-page{padding:4rem}.inside-product-page{display:flex;justify-content:space-between}.ipp-left{width:45%}.ipp-left img{width:100%}.ipp-right{width:50%}.ipp-right h2{font-family:roboto;font-size:30px;font-weight:700;margin-bottom:.2rem;text-transform:capitalize}.ipp-right h3{font-family:roboto;font-size:23px;font-weight:600;color:#ebb304}.ipp-right p{font-family:outfit;font-weight:300;font-size:17px;line-height:27px;margin-bottom:2rem;text-align:justify}.pts-section{display:flex;flex-direction:column;row-gap:20px;margin-bottom:2rem}.pts-section li{margin-bottom:.5rem}@media (max-width: 900px){.product-page{padding:2rem}.ipp-right h2{font-size:27px}}@media (max-width: 765px){.ipp-right h2{font-size:23px}}@media (max-width: 700px){.inside-product-page{flex-direction:column;row-gap:20px}.ipp-right,.ipp-left{width:100%}}
