@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap";*{margin:0;padding:0;box-sizing:border-box;list-style-type:none}:root{--white:#fff;--black:#222;--grey:#333;--main:#098b7e;--grey-light:#f1f1f1;--grey-light-new:#ddd }body{min-height:100vh;display:grid;grid-template-rows:1fr auto}footer{margin-top:auto}.container{width:80%;height:auto;margin:0 auto;padding:10px}.grid{display:grid}.grid-col-one{grid-template-columns:1fr}.grid-col-two{grid-template-columns:1fr 1fr}.grid-col-three{grid-template-columns:1fr 1fr 1fr}.info-section{padding-top:100px}.contact-info{padding:30px;grid-template-columns:1fr 1fr 1fr;align-items:center}.contact-info>h5{font-size:2rem}.contact-info>p{display:flex;align-items:center;gap:15px}.hr{width:15%;height:5px;background-color:var(--black);margin-top:15px}.form-manage{padding:30px}.flex-new-form{display:grid;align-items:center;justify-content:flex-start;gap:15px;padding-top:15px}input[type=text],input[type=email]{width:35vw;padding:0 10px 10px;border:none;border-bottom:1px solid var(--black)}textarea{border:1px solid var(--grey);width:35vw;height:20vh;border-radius:5px;padding:15px}.btn-new{margin-top:20px;padding:15px 30px;background-color:var(--black);color:var(--white);border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;text-decoration:none}.btn-new:hover{background-color:var(--main);transition:1s all linear;font-weight:600}.btn-new:hover .new-icons{transform:scale(1.15);transition:1s all linear}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .3s ease}.modal-content{background:var(--white);padding:2rem;border-radius:10px;max-width:500px;width:100%;box-shadow:0 5px 15px #0000004d;text-align:center;animation:fadeIn .3s ease-in-out}.modal-content h2{text-align:left;margin:0}.modal-content p{margin:.5rem 0;text-align:left}.margin-top{margin-top:30px}.align-item{align-items:center}.ham-menu{display:none}.navbar-brand{display:flex;justify-content:end;align-items:center}.navbar-brand img{max-height:80px}.nav-link{color:#000;text-decoration:none;font-weight:500;font-size:1.05rem}.navbar ul{list-style-type:none;display:flex;gap:50px;align-items:center;justify-content:flex-start}.footer{background-color:var(--grey-light);margin-top:100px}.footer-top{background-color:var(--grey-light-new);padding:20px 0}.social-icons-new{display:flex;align-items:center;justify-content:end;margin-top:-30px}.footer-row{margin-top:30px}.footer-col{padding:20px}.footer-logo{filter:invert(1)}.footer-title{font-weight:700;margin-bottom:15px;font-size:1.25rem}.d-flex{display:flex;align-items:center;gap:10px}.footer-col p,.footer-col a{color:var(--grey);text-decoration:none;margin-bottom:10px;display:flex}.footer-col a:hover{color:var(--main);transition:all 1s linear}.footer-bottom{padding:20px 0;background-color:#0000000d;text-align:center}.footer-bottom p{margin:0}.footer-bottom a{font-weight:700;color:#000}.background{background-color:#000;height:100vh;width:50vw;position:absolute;top:-0;right:0;z-index:-2}.shadow{background:#ffffff40;box-shadow:0 8px 32px #1f26875e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;border:1px solid #ffffff2e;padding:50px;margin-top:50px;justify-items:center}.wrapper{display:grid;align-content:center}.wrapper>h1{font-size:4rem;font-weight:200;padding-bottom:20px}.wrapper>h1>span{font-weight:600}.wrapper p{width:95%;margin-bottom:20px;line-height:25px;text-transform:capitalize}.hire-btn{font-weight:600;font-size:1rem;margin:20px 0;background-color:transparent;color:#000;text-decoration:none!important;border-bottom-width:0;display:inline-flex;align-items:center;gap:20px;transition:color .3s ease;position:relative}.hire-btn:after{content:"";position:absolute;left:0;bottom:-5px;height:2px;width:0;background-color:#098b7e;transition:width .4s ease}.hire-btn:hover:after{width:35%}.hire-btn:hover .icon{margin-left:5px;transition:all .5s linear}.hire-btn:hover{color:#098b7e}.social-icons{display:flex;align-items:center;justify-content:flex-start;gap:20px;font-size:1rem;margin-top:30px}.hover-me{color:#000}.hover-me:hover{color:#098b7e;transform:scale(1.1);transition:all .5s linear}.hero-image{width:100%}.image-wrapper{width:80%}.h2{font-size:2rem;text-align:center}.line-and-text{display:flex;align-items:center;justify-content:center;padding:20px 0}.line-and-text hr{width:70%;margin-right:10px;border:none;border-top:1px solid #000}.line-and-text h2{font-weight:400}.line-and-text span{font-weight:600}.skills-list{color:#fff}.skill-card{width:80%;margin:15px;padding:20px;background-color:var(--black);border-radius:15px;text-align:center;transition:transform .3s ease,background-color .3s ease;position:relative;display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column;overflow:hidden}.skill-card:hover{transform:scale(1.05);box-shadow:#00000059 0 5px 15px}.ag-courses-item_bg{height:128px;width:128px;z-index:1;position:absolute;top:-75px;right:-75px;border-radius:50%;transition:all .5s ease}.skill-card:hover .ag-courses-item_bg{transform:scale(3)}.skill-icon{font-size:3rem;margin-bottom:15px}.skill-card:hover .skill-icon{transform:scale(1.1);z-index:999}.skill-card span{font-size:1rem;font-weight:700;z-index:999}.skill-card:nth-child(n) .ag-courses-item_bg{background-color:#3ea4cd}.skill-card:nth-child(2n) .ag-courses-item_bg{background-color:#3ecd5e}.skill-card:nth-child(3n) .ag-courses-item_bg{background-color:#e44002}.skill-card:nth-child(4n) .ag-courses-item_bg{background-color:#e3ff2a}.skill-card:nth-child(5n) .ag-courses-item_bg{background-color:#cd3e94}.skill-card:nth-child(6n) .ag-courses-item_bg{background-color:#4c49ea}.skill-card:nth-child(8n) .ag-courses-item_bg{background-color:#ea7f49}.skill-card:nth-child(7n) .ag-courses-item_bg{background-color:#ea4971}.shadow-new{box-shadow:#63636333 0 2px 8px;padding:50px;justify-content:center}.slick-slider{width:60vw}.testimoneal-name{text-align:left;margin:0;padding:10px 0}.service{padding-bottom:10px}.new-hr{margin-top:10px}.about-me{padding-top:100px;place-items:center}.right-colume>img{max-height:350px}.left-colume{width:100%}.lang{display:grid;grid-template-columns:1fr 1fr 1fr;list-style-type:none;margin:20px 0}.colume-two{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:50px}.heading-new-one{display:flex;align-items:center;gap:20px}.one p,.two p{margin-top:10px}.dynamic-nav{border:2px double var(--grey);padding:30px;border-radius:10px;align-items:center;justify-items:center;place-items:center}.left-side,.right-side{width:100%;padding:30px}.rating{margin:15px 0;font-weight:600}.tags{display:flex;gap:20px}.tag{background-color:#b6fff238;padding:10px 20px;border-radius:5px;font-size:10px;color:var(--black);font-weight:500}.h2-new{font-size:2rem;text-align:left;margin:0;padding-bottom:10px}.divider{margin-bottom:15px;width:50%}.description{line-height:20px;padding-bottom:20px;font-size:.75rem}.slider{position:relative}.slider img{max-width:100%;height:auto;border-radius:5px;-webkit-backdrop-filter:blur(20px) saturate(200%);backdrop-filter:blur(20px) saturate(200%);background-color:#ffffffe0;border:1px solid #d1d5db4d}.arrow{cursor:pointer;position:absolute;bottom:-20%;color:#fff;padding:10px}.left{left:20px}.right{right:20px}.text-center{text-align:center;color:var(--main);font-size:1rem}.heading{font-size:3rem;font-weight:700;margin-bottom:30px;color:var(--grey);text-align:center}.row{background:#fff3;border-radius:10px;box-shadow:5px 5px 15px #d1d9e6,-5px -5px 15px #fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:10px}.tab-header{gap:50px}.tab-header button{padding:25px 50px;text-align:center;border:none;outline:none;cursor:pointer;color:var(--black);background-color:var(--white);font-weight:700;font-size:1rem}.tab-header button:hover{background:linear-gradient(145deg,#e2e8ec,#fff);box-shadow:5px 5px 15px #d1d9e6,-5px -5px 15px #fff;color:var(--main);border-radius:10px;transition:all .5 linear .5 seconds}.tab-content{display:grid;grid-template-columns:1fr}.tab-cards{display:grid;grid-template-columns:1fr 1fr;place-content:center;place-items:center}.card-about{margin-top:100px;padding:30px;border-radius:5px;box-shadow:#63636333 0 2px 8px;position:relative;overflow:hidden;width:24rem}.card-about:before{content:"";width:100px;height:100px;border-radius:50px;position:absolute;top:0;right:-16%;background-color:#d9dee2;transition:all 1s linear}.card-about:hover{transition:all 1s linear;color:#fff;font-weight:600;border-bottom:5px solid #098b7e}.card-about:hover:before{transform:scale(15);background-color:#1a1a1a;box-shadow:#00000059 0 5px 15px;transition:all 1s linear;z-index:-999}.tabviwe-heading{font-weight:800;font-size:2rem}.item-details{margin:20px 0}.card-about:hover .scal-icon{transform:scale(1.3);transition:all 1s linear}.card{margin:20px}.card .inner{padding:20px;background:var(--white);color:var(--black)}.example-2{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.example-2 .inner{position:relative;z-index:1;width:100%;margin:2px}.example-2:before{content:"";display:block;background:linear-gradient(90deg,#ff595e,#ffca3a,#8ac926,#1982c4,#6a4c93,#ff6700);height:300px;width:100px;transform:translate(0);position:absolute;animation:rotate 5s linear forwards infinite;z-index:0;top:50%;transform-origin:top center}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icons{font-size:3rem;display:flex;margin-bottom:20px}.skill-name{font-weight:600;margin-bottom:10px}.card:hover{box-shadow:#64646f33 0 7px 29px}.section{background-image:url(https://i.postimg.cc/tTDShRQv/background-image.avif);background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;width:100%;display:flex;align-items:center;justify-content:center}.outline-decoration{border:2px solid #08127c;padding:50px;border-radius:15px;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;align-items:center;justify-items:center}.container-sub{padding:20px}.h1{font-size:5rem;font-weight:700;line-height:70px}.h2{font-size:1rem;padding:25px 0;text-align:left}.peraboy{font-size:1.25rem;font-weight:500}.image-responsive{filter:drop-shadow(-2px -2px 6px hsl(0,0%,62%))}@media (max-width: 1200px){.container{width:80%;height:auto;margin:0 auto;padding:10px}.grid{display:grid}.grid-col-one{grid-template-columns:1fr}.grid-col-two{grid-template-columns:1fr 1fr}.grid-col-three{grid-template-columns:1fr 1fr 1fr}.info-section{padding-top:100px}.contact-info{padding:30px;grid-template-columns:1fr 1fr 1fr;align-items:center}.contact-info>h5{font-size:2rem}.contact-info>p{display:flex;align-items:center;gap:15px}.hr{width:15%;height:5px;background-color:var(--black);margin-top:15px}.form-manage{padding:30px}.flex-new-form{display:grid;align-items:center;justify-content:flex-start;gap:15px;padding-top:15px}input[type=text],input[type=email]{width:35vw;padding:0 10px 10px;border:none;border-bottom:1px solid var(--black)}textarea{border:1px solid var(--grey);width:35vw;height:20vh;border-radius:5px;padding:15px}.btn-new{margin-top:20px;padding:15px 30px;background-color:var(--black);color:var(--white);border:none;border-radius:5px;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:15px;text-decoration:none}.btn-new:hover{background-color:var(--main);transition:1s all linear;font-weight:600}.btn-new:hover .new-icons{transform:scale(1.15);transition:1s all linear}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000;transition:opacity .3s ease}.modal-content{background:var(--white);padding:2rem;border-radius:10px;max-width:500px;width:100%;box-shadow:0 5px 15px #0000004d;text-align:center;animation:fadeIn .3s ease-in-out}.modal-content h2{text-align:left;margin:0}.modal-content p{margin:.5rem 0;text-align:left}.margin-top{margin-top:30px}.align-item{align-items:center}.ham-menu{display:none}.navbar-brand{display:flex;justify-content:end;align-items:center}.navbar-brand img{max-height:80px}.nav-link{color:#000;text-decoration:none;font-weight:500;font-size:1.05rem}.navbar ul{list-style-type:none;display:flex;gap:50px;align-items:center;justify-content:flex-start}.footer{background-color:var(--grey-light);margin-top:100px}.footer-top{background-color:var(--grey-light-new);padding:20px 0}.social-icons-new{display:flex;align-items:center;justify-content:end;margin-top:-30px}.footer-row{margin-top:30px}.footer-col{padding:20px}.footer-logo{filter:invert(1)}.footer-title{font-weight:700;margin-bottom:15px;font-size:1.25rem}.d-flex{display:flex;align-items:center;gap:10px}.footer-col p,.footer-col a{color:var(--grey);text-decoration:none;margin-bottom:10px;display:flex}.footer-col a:hover{color:var(--main);transition:all 1s linear}.footer-bottom{padding:20px 0;background-color:#0000000d;text-align:center}.footer-bottom p{margin:0}.footer-bottom a{font-weight:700;color:#000}.background{background-color:#000;height:100vh;width:50vw;position:absolute;top:-0;right:0;z-index:-2}.shadow{background:#ffffff40;box-shadow:0 8px 32px #1f26875e;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:10px;border:1px solid #ffffff2e;padding:50px;margin-top:50px;justify-items:center}.wrapper{display:grid;align-content:center}.wrapper>h1{font-size:4rem;font-weight:200;padding-bottom:20px}.wrapper>h1>span{font-weight:600}.wrapper p{width:95%;margin-bottom:20px;line-height:25px;text-transform:capitalize}.hire-btn{font-weight:600;font-size:1rem;margin:20px 0;background-color:transparent;color:#000;text-decoration:none!important;border-bottom-width:0;display:inline-flex;align-items:center;gap:20px;transition:color .3s ease;position:relative}.hire-btn:after{content:"";position:absolute;left:0;bottom:-5px;height:2px;width:0;background-color:#098b7e;transition:width .4s ease}.hire-btn:hover:after{width:35%}.hire-btn:hover .icon{margin-left:5px;transition:all .5s linear}.hire-btn:hover{color:#098b7e}.social-icons{display:flex;align-items:center;justify-content:flex-start;gap:20px;font-size:1rem;margin-top:30px}.hover-me{color:#000}.hover-me:hover{color:#098b7e;transform:scale(1.1);transition:all .5s linear}.hero-image{width:100%}.image-wrapper{width:80%}.h2{font-size:2rem;text-align:center}.line-and-text{display:flex;align-items:center;justify-content:center;padding:20px 0}.line-and-text hr{width:70%;margin-right:10px;border:none;border-top:1px solid #000}.line-and-text h2{font-weight:400}.line-and-text span{font-weight:600}.skills-list{color:#fff}.skill-card{width:80%;margin:15px;padding:20px;background-color:var(--black);border-radius:15px;text-align:center;transition:transform .3s ease,background-color .3s ease;position:relative;display:flex;align-items:center;justify-content:center;gap:30px;flex-direction:column;overflow:hidden}.skill-card:hover{transform:scale(1.05);box-shadow:#00000059 0 5px 15px}.ag-courses-item_bg{height:128px;width:128px;z-index:1;position:absolute;top:-75px;right:-75px;border-radius:50%;transition:all .5s ease}.skill-card:hover .ag-courses-item_bg{transform:scale(3)}.skill-icon{font-size:3rem;margin-bottom:15px}.skill-card:hover .skill-icon{transform:scale(1.1);z-index:999}.skill-card span{font-size:1rem;font-weight:700;z-index:999}.skill-card:nth-child(n) .ag-courses-item_bg{background-color:#3ea4cd}.skill-card:nth-child(2n) .ag-courses-item_bg{background-color:#3ecd5e}.skill-card:nth-child(3n) .ag-courses-item_bg{background-color:#e44002}.skill-card:nth-child(4n) .ag-courses-item_bg{background-color:#e3ff2a}.skill-card:nth-child(5n) .ag-courses-item_bg{background-color:#cd3e94}.skill-card:nth-child(6n) .ag-courses-item_bg{background-color:#4c49ea}.skill-card:nth-child(8n) .ag-courses-item_bg{background-color:#ea7f49}.skill-card:nth-child(7n) .ag-courses-item_bg{background-color:#ea4971}.shadow-new{box-shadow:#63636333 0 2px 8px;padding:50px;justify-content:center}.slick-slider{width:60vw}.testimoneal-name{text-align:left;margin:0;padding:10px 0}.service{padding-bottom:10px}.new-hr{margin-top:10px}.about-me{padding-top:100px;place-items:center}.right-colume>img{max-height:350px}.left-colume{width:100%}.lang{display:grid;grid-template-columns:1fr 1fr 1fr;list-style-type:none;margin:20px 0}.colume-two{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:50px}.heading-new-one{display:flex;align-items:center;gap:20px}.one p,.two p{margin-top:10px}.dynamic-nav{border:2px double var(--grey);padding:30px;border-radius:10px;align-items:center;justify-items:center;place-items:center}.left-side,.right-side{width:100%;padding:30px}.rating{margin:15px 0;font-weight:600}.tags{display:flex;gap:20px}.tag{background-color:#b6fff238;padding:10px 20px;border-radius:5px;font-size:10px;color:var(--black);font-weight:500}.h2-new{font-size:2rem;text-align:left;margin:0;padding-bottom:10px}.divider{margin-bottom:15px;width:50%}.description{line-height:20px;padding-bottom:20px;font-size:.75rem}.slider{position:relative}.slider img{max-width:100%;height:auto;border-radius:5px;-webkit-backdrop-filter:blur(20px) saturate(200%);backdrop-filter:blur(20px) saturate(200%);background-color:#ffffffe0;border:1px solid #d1d5db4d}.arrow{cursor:pointer;position:absolute;bottom:-20%;color:#fff;padding:10px}.left{left:20px}.right{right:20px}.text-center{text-align:center;color:var(--main);font-size:1rem}.heading{font-size:3rem;font-weight:700;margin-bottom:30px;color:var(--grey);text-align:center}.row{background:#fff3;border-radius:10px;box-shadow:5px 5px 15px #d1d9e6,-5px -5px 15px #fff;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:10px}.tab-header{gap:50px}.tab-header button{padding:25px 50px;text-align:center;border:none;outline:none;cursor:pointer;color:var(--black);background-color:var(--white);font-weight:700;font-size:1rem}.tab-header button:hover{background:linear-gradient(145deg,#e2e8ec,#fff);box-shadow:5px 5px 15px #d1d9e6,-5px -5px 15px #fff;color:var(--main);border-radius:10px;transition:all .5 linear .5 seconds}.tab-content{display:grid;grid-template-columns:1fr}.tab-cards{display:grid;grid-template-columns:1fr 1fr;place-content:center;place-items:center}.card-about{margin-top:100px;padding:30px;border-radius:5px;box-shadow:#63636333 0 2px 8px;position:relative;overflow:hidden;width:24rem}.card-about:before{content:"";width:100px;height:100px;border-radius:50px;position:absolute;top:0;right:-16%;background-color:#d9dee2;transition:all 1s linear}.card-about:hover{transition:all 1s linear;color:#fff;font-weight:600;border-bottom:5px solid #098b7e}.card-about:hover:before{transform:scale(15);background-color:#1a1a1a;box-shadow:#00000059 0 5px 15px;transition:all 1s linear;z-index:-999}.tabviwe-heading{font-weight:800;font-size:2rem}.item-details{margin:20px 0}.card-about:hover .scal-icon{transform:scale(1.3);transition:all 1s linear}.card{margin:20px}.card .inner{padding:20px;background:var(--white);color:var(--black)}.example-2{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.example-2 .inner{position:relative;z-index:1;width:100%;margin:2px}.example-2:before{content:"";display:block;background:linear-gradient(90deg,#ff595e,#ffca3a,#8ac926,#1982c4,#6a4c93,#ff6700);height:300px;width:100px;transform:translate(0);position:absolute;animation:rotate 5s linear forwards infinite;z-index:0;top:50%;transform-origin:top center}.icons{font-size:3rem;display:flex;margin-bottom:20px}.skill-name{font-weight:600;margin-bottom:10px}.card:hover{box-shadow:#64646f33 0 7px 29px}.section{background-image:url(https://i.postimg.cc/tTDShRQv/background-image.avif);background-size:cover;background-position:center;background-repeat:no-repeat;height:100vh;width:100%;display:flex;align-items:center;justify-content:center}.outline-decoration{border:2px solid #08127c;padding:50px;border-radius:15px;box-shadow:#00000040 0 54px 55px,#0000001f 0 -12px 30px,#0000001f 0 4px 6px,#0000002b 0 12px 13px,#00000017 0 -3px 5px;align-items:center;justify-items:center}.container-sub{padding:20px}.h1{font-size:5rem;font-weight:700;line-height:70px}.h2{font-size:1rem;padding:25px 0;text-align:left}.peraboy{font-size:1.25rem;font-weight:500}.image-responsive{filter:drop-shadow(-2px -2px 6px hsl(0,0%,62%))}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}}@media (max-width: 768px){body{display:block}.navbar{width:100%}.navbar-brand{justify-content:flex-end;filter:invert(1);position:absolute;top:10px;right:0}.navbar-brand img{max-width:50%}.navbar{z-index:9}.navbar ul{display:none;flex-direction:column;gap:20px;text-align:center;position:absolute;top:0;left:0;width:100%;background-color:#fff;padding:20px;box-shadow:0 4px 6px #0000001a;z-index:-1}.navbar ul.active{display:flex}.ham-menu{display:block;z-index:12}.navbar ul li{padding:10px 0}.navbar ul li a{font-size:1.25rem}.navbar-brand{justify-content:flex-start;filter:invert(1);z-index:10}.ham-menu button{background:none;border:none;font-size:2rem;cursor:pointer}.background{display:none}.navbar ul{flex-direction:column;gap:20px}.hire-btn{font-size:.9rem}.footer{padding:20px}.shadow{padding:30px}.wrapper>h1{font-size:3rem}.tab-header{gap:10px}.grid-col-three{grid-template-columns:1fr 1fr}.grid-col-two{grid-template-columns:1fr;justify-items:flex-start}.tab-cards{grid-template-columns:1fr}.social-icons{padding-bottom:30px}.contact-info{grid-template-columns:1fr;gap:20px}.flex-new-form{display:flex;align-items:flex-start;flex-direction:column;width:100%}input[type=text],input[type=email],textarea{width:100%}.social-text{padding-bottom:20px}}@media (max-width: 480px){.grid-col-three{grid-template-columns:1fr;justify-content:center}.footer{padding:0}.left-side{padding:5px}.h2-new{font-size:1.25rem}.description{font-size:.5rem;line-height:15px;width:70%}.tags{flex-direction:column}.right-side{padding:0}.arrow{color:var(--black);margin-top:20px;bottom:-30%}}.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translateZ(0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:before,.slick-track:after{display:table;content:""}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/assets/ajax-loader-BcnMEykj.gif) center center no-repeat}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/assets/slick-BlzDm7g2.svg#slick) format("svg")}.slick-prev,.slick-next{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;height:20px;padding:0;-webkit-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.slick-prev:hover,.slick-prev:focus,.slick-next:hover,.slick-next:focus{color:transparent;outline:none;background:transparent}.slick-prev:hover:before,.slick-prev:focus:before,.slick-next:hover:before,.slick-next:focus:before{opacity:1}.slick-prev.slick-disabled:before,.slick-next.slick-disabled:before{opacity:.25}.slick-prev:before,.slick-next:before{font-family:slick;font-size:20px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{right:-25px;left:auto}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{right:auto;left:-25px}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center}.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0 5px;padding:0;cursor:pointer}.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.slick-dots li button:hover,.slick-dots li button:focus{outline:none}.slick-dots li button:hover:before,.slick-dots li button:focus:before{opacity:1}.slick-dots li button:before{font-family:slick;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"•";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.card{width:18rem;border-radius:5px;overflow:hidden;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.card-image-container{position:relative;overflow:hidden}.card-image{width:100%;display:block;height:auto;transition:transform .3s ease}.hover-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fbfbfb26;opacity:0;transition:opacity .3s ease}.card-image-container:hover .hover-overlay{opacity:1}.card-image-container:hover .card-image{transform:scale(1.1)}.card-body{padding:16px;text-align:center;text-align:left}.card-title{font-size:1.25rem;margin-bottom:12px}.card-text{font-size:1rem;color:#333;margin-bottom:16px}.card-button{display:flex;align-items:center;justify-content:start;width:65%;padding:10px 0;color:#222;text-decoration:none;border-radius:5px;transition:background-color .3s ease;gap:10px}.card-button:hover{color:#098b7e;font-weight:600;transition:all .5s ease}*{font-family:Sora,sans-serif;outline:none}
