@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik+Scribble&display=swap);:root{--primary-color:#141b22;--secondary-color:#fd3d0c;--btn-bg1:#2c1e20;--btn-bg2:#ffebe6;--font-1:"poppins",sans-serif}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-thumb{background-color:#fd3d0c;background-color:var(--secondary-color);border-radius:10px}*{box-sizing:border-box;margin:0;padding:0}body{background-color:#f5f5f5;font-family:Poppins,sans-serif}.Navbar_section{background:linear-gradient(to right,var(--primary-color) 50%,var(--secondary-color) 20%);box-shadow:1px 1px 7px #0003;padding:0 2rem;position:fixed;top:0;width:100%;z-index:2}.nav{align-items:center;column-gap:1rem;display:flex;height:calc(var(--header-height) + 1.5rem);justify-content:space-between;margin:auto;max-width:1440px;padding:1rem}.Navbar_section .nav__logo{color:#fff;font-family:poppins,sans-serif;font-size:2rem;font-weight:800;font-weight:900;text-decoration:none;text-transform:capitalize}.nav__logo span{color:var(--secondary-color)}.nav__toggle{color:var(--title-color);font-weight:var(--font-medium)}.nav__list{column-gap:2rem;display:flex;list-style:none}.nav__link{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:1.25rem;font-weight:2rem;font-weight:600;gap:1rem;text-decoration:none;transition:.3s}.nav__link:after{background-color:#000;content:"";display:block;height:3px;position:relative;transition:width.3s ease-in-out;width:0}.nav__link:hover:after{width:100%}.nav__close,.nav__icon,.nav__toggle{display:none}.active-link,nav__link:hover{color:#fff}@media screen and (max-width:768px){.Navbar_section{background:var(--primary-color);top:0}.nav{background-color:var(--primary-color);height:var(--header-height)}.nav__menu{border-radius:1.5rem 1.5rem 0 0;bottom:-100%;box-shadow:0 -1px 4px #00000026;left:0;padding:2rem 1.5rem 4rem;position:fixed;transition:.3s;width:100%}.nav__menu,.show-menu{background-color:var(--secondary-color)}.show-menu{bottom:0}.nav__list{align-items:self-start;display:flex;flex-direction:column;gap:1rem;justify-content:center;z-index:3}.nav__icon{color:#fff;font-size:2.2rem}.nav__close{bottom:.5rem;color:var(--title-color);cursor:pointer;font-size:3rem;position:absolute;right:1.3rem}.nav__close:hover{color:var(--title-color-dark)}.nav__toggle{cursor:pointer;font-size:1.1rem}.nav__logo{padding-top:0}.nav__close,.nav__icon,.nav__toggle{color:#fff;display:block}}@media screen and (max-width:350px){.Navbar_section,.nav,.nav__menu{width:100%}.nav__list{column-gap:0}.nav .nav__logo{font-size:1.5rem}}.Home_container_section{align-items:center;background:linear-gradient(to right,var(--primary-color) 50%,var(--secondary-color) 0);color:#fff;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.Home_container{align-items:center;background-color:#f5f5f5;background:linear-gradient(to right,var(--primary-color) 50%,var(--secondary-color) 0);display:flex;flex-direction:row;gap:1rem;height:100vh;justify-content:space-between;padding:2.9rem 5rem;width:1440px}.Home_Content{align-items:left;animation:moveInLeft 1s linear;display:flex;flex-direction:column;gap:.2rem;justify-content:center;padding:1rem}.Home_Content h1{background-color:#252c33;border-radius:5px;color:#fff;font-size:1.1rem;font-weight:700;height:-webkit-max-content;height:max-content;margin:1rem 0;padding:1rem;position:relative;text-align:left;width:-webkit-max-content;width:max-content;z-index:0}.Home_Content h1:after{animation:RightToLeft 3s linear infinite;background-color:#fd3d0c;border-radius:5px;content:"";display:block;height:80%;left:0;position:absolute;top:10%;width:45%;z-index:-5}@keyframes RightToLeft{0%{left:0}50%{left:54%}to{left:0}}.Home_Content h2{color:#fff;font-size:5rem;font-weight:700;line-height:4.6rem;margin:1rem 0;text-align:left}.Home_Content p{color:grey;font-size:1.2rem;font-weight:400;text-align:left}.Home_btn{background-color:#fd3d0c;border-radius:5px;color:#fff;font-size:1.5rem;margin-top:2rem;padding:.5rem;text-align:center;text-decoration:none;transition:.4s;width:40%}.Home_btn:hover{background-color:#fff;color:#fd3d0c}.Home_image{align-items:center;animation:moveInRight 1s linear;display:flex;flex-direction:row;height:100%;justify-content:center;margin-top:5.5rem;padding:0 1rem;position:relative;width:50%;z-index:0}.Home_image img{height:600px;object-fit:cover;width:600px;z-index:0}.Calorie{align-items:center;animation:moveInOut 1s linear infinite;background-color:#141b22;border-radius:10px;box-shadow:0 0 10px 0 #fd3d0c;color:#fd3d0c;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;left:1rem;padding:.8rem;position:absolute;width:-webkit-max-content;width:max-content}.Calorie p{color:#fff;font-size:1rem;font-weight:400;text-align:left}.HeartRate{align-items:center;animation:moveInOut 1s linear infinite;background-color:#141b22;border-radius:10px;box-shadow:0 0 10px 0 #fd3d0c;color:#fd3d0c;display:flex;flex-direction:column;height:-webkit-max-content;height:max-content;padding:.8rem;position:absolute;right:1rem;width:-webkit-max-content;width:max-content}.HeartRate p{color:#fff;font-size:1rem;font-weight:400;text-align:left}@keyframes moveInLeft{0%{opacity:0;transform:translateX(-10rem)}80%{transform:translateX(1rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInRight{0%{opacity:0;transform:translateX(10rem)}80%{transform:translateX(-1rem)}to{opacity:1;transform:translate(0)}}@keyframes moveInOut{0%{margin-top:15px}50%{margin-top:0}to{margin-top:15px}}@media screen and (max-width:1025px){.Home_container{width:100%}.Home_Content h1{font-size:1rem}.Home_Content h2{font-size:2.4rem;line-height:normal}.Home_Content p{font-size:1rem}.Home_btn{width:200px}.Home_image img{height:400px;width:500px}}@media screen and (max-width:769px){.Home_container{align-items:center;flex-direction:column;gap:.5rem;height:100%}.Home_Content{padding:2rem;width:1fr}.Home_image{height:100%;width:100%}.Home_image img{height:400px;width:500px}}@media screen and (max-width:426px){.Home_container{gap:.5rem;height:100%;padding:2rem 0;width:100%}.Home_Content{padding:2rem;width:1fr}.Home_image,.Home_image img{height:100%;width:100%}}@media screen and (max-width:376px){.Home_container{gap:.5rem;height:100%;justify-content:center;padding:2rem 0;width:100%}.Home_Content{padding:2rem;width:1fr}.Home_Content h1{font-size:1rem}.Home_Content h2{font-size:1.8rem}.Home_Content p,.Home_btn{font-size:1rem}.Home_image{margin:0}.Home_image,.Home_image img{height:100%;width:100%}.Calorie{bottom:1rem}.Calorie,.Calorie p,.HeartRate{font-size:.8rem}.HeartRate{top:1rem}.HeartRate p{font-size:.8rem}}.AboutUs_container{justify-content:center;width:100%}.AboutUs,.AboutUs_container{align-items:center;display:flex}.AboutUs{flex-direction:row;gap:2rem;max-width:1440px;padding:2rem 5rem}.About_img{background:url(https://th.bing.com/th/id/R.bb2e93161150408852120b99d2387f30?rik=FhNTpf1ftDTaUA&pid=ImgRaw&r=0);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:500px;justify-content:center;position:relative;width:100%}.circle1{background:linear-gradient(90deg,#ffc107 0,var(--secondary-color) 100%);height:80%;width:80%;z-index:-1}.circle1,.circle2{border-radius:50%;left:50%;position:absolute;right:0;top:50%;transform:translate(-50%,-50%)}.circle2{background:#fff;height:95%;width:95%;z-index:-12}.About_content{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;padding:2rem 5rem}.About_content h2{background-color:var(--btn-bg2);border-radius:10px;color:var(--secondary-color);font-size:1rem;font-weight:500;padding:1rem}.About_content h1{font-size:3rem;line-height:normal}.About_content p{color:grey;font-family:Roboto,sans-serif;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}.About_Couch{align-items:center;display:flex;flex-direction:row;gap:1rem}.About_btn{background-color:var(--secondary-color);border-radius:15px;color:#fff;font-weight:500;margin-left:1rem;padding:1rem;text-align:center;text-decoration:none;width:200px}.About_btn:hover{background-color:#ffebe6;color:var(--secondary-color);transition:.5s}@keyframes movingtext{0%{transform:translateX(0)}to{transform:translateX(-100px)}}@media screen and (max-width:1025px){.AboutUs{flex-direction:row;padding:2rem 0;width:100%}.About_img{height:600px;width:800px}.About_content{padding:2rem 5rem;width:100%}.About_content h1{font-size:2rem}.About_content p{font-size:1rem}}@media screen and (max-width:768px){.AboutUs{flex-direction:row;height:100%;padding:2rem 0;width:100%}.About_img{height:600px;width:600px}.About_content{padding:2rem}.About_content h1{font-size:2rem}.About_content h2,.About_content p{font-size:1rem}.About_btn{width:100%}.About_Couch{flex-wrap:wrap}}@media screen and (max-width:428px){.AboutUs{flex-direction:column;height:100%;padding:2rem 0;width:100%}.About_img{height:320px;width:320px}.About_content h1{font-size:2rem}.About_content h2{font-size:1rem}}.react-slideshow-container{align-items:center;display:flex;position:relative}.react-slideshow-container .nav{cursor:pointer;position:absolute;z-index:10}.react-slideshow-container .nav:first-of-type{left:0}.react-slideshow-container .nav:last-of-type{right:0}.react-slideshow-container .default-nav{align-items:center;background:#fff9;border:0;border-radius:50%;color:#fff;display:flex;height:30px;justify-content:center;text-align:center;width:30px}.react-slideshow-container .default-nav:focus,.react-slideshow-container .default-nav:hover{background:#fff;color:#666;outline:0}.react-slideshow-container .default-nav.disabled:hover{cursor:not-allowed}.react-slideshow-container .default-nav:first-of-type{border-right:0;border-top:0;margin-right:-30px}.react-slideshow-container .default-nav:last-of-type{margin-left:-30px}.react-slideshow-container+ul.indicators{display:flex;flex-wrap:wrap;justify-content:center;margin-top:20px}.react-slideshow-container+ul.indicators li{display:inline-block;height:7px;margin:0;padding:5px;position:relative;width:7px}.react-slideshow-container+ul.indicators .each-slideshow-indicator{background:#0000;border:0;color:#0000;cursor:pointer;opacity:.25}.react-slideshow-container+ul.indicators .each-slideshow-indicator:before{background:#000;border-radius:50%;content:"";height:7px;left:0;position:absolute;text-align:center;top:0;width:7px}.react-slideshow-container+ul.indicators .each-slideshow-indicator.active,.react-slideshow-container+ul.indicators .each-slideshow-indicator:hover{opacity:.75;outline:0}.react-slideshow-fadezoom-wrapper{overflow:hidden;width:100%}.react-slideshow-fadezoom-wrapper .react-slideshow-fadezoom-images-wrap{display:flex;flex-wrap:wrap}.react-slideshow-fadezoom-wrapper .react-slideshow-fadezoom-images-wrap>div{opacity:0;position:relative}.react-slideshow-wrapper .react-slideshow-fade-images-wrap>div[aria-hidden=true]{display:none}.react-slideshow-wrapper.slide{overflow:hidden;width:100%}.react-slideshow-wrapper .images-wrap.horizontal{display:flex;flex-wrap:wrap}.react-slideshow-wrapper .images-wrap>div[aria-hidden=true]{display:none}.Class_section_container{background-color:var(--primary-color);display:flex;height:100%;justify-content:center;width:100%}.Class_section{max-width:1440px;padding:0 6rem;text-align:center}.Class_Content,.Class_section{align-items:center;display:flex;flex-direction:column;justify-content:center}.Class_Content{padding:1rem}.Class_Content h2{background-color:#2c1e20;border-radius:5px;color:var(--secondary-color);font-family:var(--font-1);font-size:1.5rem;font-weight:400;padding:1rem;width:300px}.Class_Content h1{color:#fff;font-size:2.5rem;margin-bottom:2rem}.Class_names{flex-direction:row;flex-wrap:wrap;gap:1rem}.Class_name_card,.Class_names{display:flex;justify-content:center}.Class_name_card{align-items:flex-start;background:#fff;border-radius:15px;cursor:pointer;flex-direction:column;transition:all .8s ease-in;width:300px}.Class_name_card:hover{background:var(--btn-bg2)}.Class_name_card img{border-top-left-radius:15px;border-top-right-radius:15px;height:80%;object-fit:cover;object-position:center;width:100%}.Class_detail{align-items:flex-start;background-color:initial;border-bottom-left-radius:15px;border-bottom-right-radius:15px;display:flex;flex-direction:column;justify-content:left}.Class_detail p{color:grey;font-size:.7rem;padding:0 1rem;text-align:left}.Title{align-items:center;display:flex;flex-direction:row}.Class_detail h3{border-left:2px solid grey;color:var(--primary-color);font-family:var(--font-1);font-size:1rem;padding:.3rem 1rem;transition:.4s}.Class_Content h3:hover{color:var(--secondary-color);cursor:pointer}.Title_logo{color:var(--secondary-color);font-size:1rem;height:50px;margin:.5rem;padding:.2rem;width:50px}.Line{background-color:var(--btn-bg2);margin:.8rem 1rem;position:relative}.Line,.Line:before{border-radius:5px;height:6px;width:90%}.Line:before{background-color:var(--secondary-color);content:"";left:0;position:absolute;top:0}.Class_Percent{align-items:center;display:flex;flex-direction:row;justify-content:space-between;padding:0 .8rem;width:100%}.Class_Percent strong{font-size:.7rem}@media screen and (max-width:1025px){.Class_section{padding:0}.Class_name_card{width:300px}.Class_names{gap:.1}}@media screen and (max-width:769px){.Class_section{padding:0}.Class_name_card{width:300px}.Class_names{gap:.1}.Class_Content h1{font-size:2rem}.Class_Content h2{font-size:1.5rem}}@media screen and (max-width:426px){.Class_section{padding:0}.Class_name_card{width:100%}.Class_names{gap:.1}.Class_Content h1{font-size:1.5rem}.Class_Content h2{font-size:1rem}}.Schedule Section{min-height:100vh;width:100%}.Schedule_Content{align-items:center;display:flex;flex-direction:column;gap:1rem;overflow-x:auto;padding:2rem 2rem 15rem}.Schedule_Content h2{background-color:#ffebe6;color:var(--secondary-color);font-size:1rem;font-weight:500;margin-top:.5rem;padding:1rem}.Schedule_Content h1{color:#10161b;font-family:Catamaran,sans-serif;font-size:45px;font-weight:800}table{font-family:poppins,sans-serif}td,th{border:1px solid #cacaca;border-radius:5px;font-size:.8rem;font-weight:500;padding:1.2rem;text-align:left;text-align:center;transition:all .3s ease-in}td:hover{border:1px solid var(--secondary-color)}tr td .trainer{color:var(--secondary-color);font-size:.7rem;font-weight:300;text-align:center}tr th{font-size:1rem;font-weight:900}tr th,tr:first-of-type{background-color:#10161b;color:#fff}tr:first-of-type{font-size:.8rem}td:first-of-type{background-color:var(--secondary-color);border:none;color:#fff;font-weight:700}@media screen and (max-width:768px){.Schedule_Content h2{font-size:2rem}.Schedule_Content h1{font-size:1.5rem}table{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:8rem;overflow:auto}td,th{font-size:.7rem;padding:.5rem}}@media screen and (max-width:500px){.Schedule_Content h2{font-size:2rem}.Schedule_Content h1{font-size:1.5rem}table{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-top:8rem;overflow:auto;transform:rotate(90deg)}td,th{font-size:.7rem;padding:.2rem}}.Trainer_Section{background:var(--primary-color);padding:3rem 8rem;position:relative;text-align:center}.Trainer_Card,.Trainer_Section{display:flex;flex-direction:column;gap:2rem;justify-content:center}.Trainer_Card{border:none}.Trainer_Card h1{color:#fff;font-size:1.5rem;font-weight:600}.Trainer_Card h1,.Trainer_Card h2{font-family:poppins,sans-serif;line-height:2px}.Trainer_Card h2{color:gray;font-size:1rem;font-weight:300}.Trainer_Card img{border:9px solid var(--btn-bg1);border-radius:50%;display:flex;filter:grayscale(100%);height:250px;justify-content:center;object-fit:cover;object-position:center;padding:1rem;transition:all .3s ease-in;width:250px}.Trainer_Card img:hover{border:9px solid var(--btn-bg2);filter:grayscale(0)}.Image{flex-direction:column;margin:.5rem;width:auto}.Image,.Social_medias{align-items:center;display:flex;gap:1rem;justify-content:center}.Social_medias{flex-direction:row}.Social_medias a{align-items:center;border:1px solid red;border-radius:50%;color:var(--secondary-color);display:flex;font-family:poppins,sans-serif;font-size:1rem;font-weight:600;height:auto;justify-content:center;line-height:0;padding:.5rem;transition:all .3s ease-in;width:auto}.Trainer_Card img:hover{border:9px solid var(--secondary-color)}.Trainer_Card .Trainer_Title h1:hover{color:var(--secondary-color);cursor:pointer}.Social_medias a:hover{background-color:var(--secondary-color);color:#fff}.Trainer_Title h2{background-color:var(--btn-bg1);border-radius:10px;color:#fff;color:var(--secondary-color);font-size:1rem;font-weight:400;margin-top:5rem;padding:1rem;width:-webkit-max-content;width:max-content}.Trainer_Title{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:poppins,sans-serif;font-size:1.5rem;font-weight:600;justify-content:center}.Trainer_Title h1{color:#fff;font-size:2.5rem;font-weight:700;margin:2rem 0}.Satsfaction_Section{display:flex;justify-content:center;left:0;position:absolute;text-align:center;top:0;transform:translateY(-50%);width:100%}.Satsfation{grid-gap:4rem;background-color:var(--secondary-color);border-radius:15px;display:grid;gap:4rem;grid-template-columns:auto auto auto auto;padding:2rem 3rem;right:auto;width:-webkit-max-content;width:max-content}.Satsfation,.Satsfation .Satsfation_Content{align-items:center;flex-direction:row;justify-content:center}.Satsfation .Satsfation_Content{color:#fff;display:flex;width:100%}.Satsfation .Satsfation_Content h1{font-size:3rem;font-weight:700;transform:rotate(-90deg)}.Sats_Emoji{font-size:4rem;font-weight:700}.Sats_detail{text-align:left}@media screen and (max-width:1025px){.Trainer_Section{padding:1rem 2rem}.Satsfaction_Section{display:grid}.Satsfaction_Section,.Satsfation{grid-template-columns:auto auto;justify-content:center;padding:2rem 5rem;position:static;transform:none;width:100%}}@media screen and (max-width:769px){.Trainer_Section{padding:3rem 2rem}.Trainer_Card h1{font-size:1.2rem}.Trainer_Card h2{font-size:.6rem}.Trainer_Title h1{font-size:2rem}.Trainer_Title h2{font-size:1.2rem}.Satsfaction_Section{grid-template-columns:auto auto;justify-content:center;padding:1rem;position:static;transform:none;width:100%}}@media screen and (max-width:428px){.Satsfation{grid-template-columns:auto;justify-content:center;position:static;row-gap:1rem;transform:none;width:100%}.Satsfation .Satsfation_Content h1{font-size:1.5rem}.Satsfation .Satsfation_Content .Sats_Emoji{font-size:2rem}}.Princing_sections_container{display:flex;justify-content:center;width:100%}.Princing_Section{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:1440px;padding-bottom:8rem}.Princing_Section h2{align-items:center;background-color:var(--btn-bg2);border-radius:5px;color:var(--secondary-color);font-family:poppins,sans-serif;font-size:1rem;font-weight:500;margin:2rem;padding:1rem;text-align:center;width:250px}.Princing_Section h1{color:#000;font-size:2.5rem}.Princing_Content{flex-direction:row;gap:1rem}.Princing_Box,.Princing_Content{display:flex;justify-content:center}.Princing_Box{align-items:center;flex-direction:column;width:300px}.Princing_Box_Content_Price,.Princing_Box_Content_Title{font-size:1rem;font-weight:600}.Princing_Box ul{padding:1rem;width:100%}.Princing_Box ul li{color:grey;font-family:roboto,sans-serif;font-size:11px;font-weight:300;line-height:1.5rem;list-style:none}.pricing_check{color:#7ce399}.Princing_Box_Content{display:flex;flex-direction:column}.Princing_Box:first-of-type .Princing_Box_Content{background-color:var(--secondary-color);border-radius:15px;box-shadow:2px 1px 25px gray;padding:1rem 2rem;width:100%}.Princing_Box:nth-of-type(2) .Princing_Box_Content{background-color:#000;border-radius:15px;box-shadow:0 1px 15px gray;color:#fff;padding:1rem 2rem;width:100%}.Princing_Box:last-of-type .Princing_Box_Content{background-color:#fff;border-radius:15px;box-shadow:0 0 10px gray;padding:1rem 2rem;width:100%}.Princing_Box button{background-color:initial;border:none;border:1px solid var(--secondary-color);border-radius:5px;color:var(--secondary-color);cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;position:relative;transition:.3s;width:100%}.Princing_Box button:before{align-items:center;background-color:#000;border-radius:5px;content:" ";display:flex;height:0;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:.3s;width:100%;z-index:-1}.Princing_Box button:hover:before{height:100%;opacity:1}.Princing_Box button a{color:var(--secondary-color);text-decoration:none}@media screen and (max-width:769px){.Princing_Section h2{font-size:1.5rem}.Princing_Section h1{font-size:2rem;text-align:center}.Princing_Content{flex-direction:row;padding:0}.Princing_Box,.Princing_Box bottom{width:100%}}@media screen and (max-width:428px){.Princing_Section{margin-top:1rem}.Princing_Section h2{font-size:1rem}.Princing_Section h1{font-size:1.5rem}.Princing_Content{flex-direction:column;padding:0;width:95%}}.Stats_section{background-color:var(--primary-color);display:flex;justify-content:center;width:100%}.Statstics{align-items:center;display:flex;flex-direction:row;gap:2rem;justify-content:space-around;max-width:1440px;padding:2rem 8rem}.Stat_detail{border-radius:15px;color:#fff;cursor:pointer;display:flex;flex-direction:column;justify-content:center;transition:all .8s ease-in;width:60%}.Stat_detail h2{background-color:var(--btn-bg1);color:var(--secondary-color);font-size:1.5rem;font-weight:500;padding:1rem;text-transform:uppercase;width:-webkit-max-content;width:max-content}.Stat_detail h1{font-size:3rem;line-height:normal}.Stat_detail p{color:grey;font-size:1rem;padding:1rem}.Stat_detail .Line{background-color:var(--btn-bg1);width:95%}.stat_percent{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between}.stat_percent #percent{font-size:1rem}.Appointment{height:100%;width:60%}.Appointment_detail{background-color:var(--primary-color);background-color:#2c3239;border-radius:15px;cursor:pointer;display:flex;flex-direction:column;gap:1rem;justify-content:left;margin:1rem 0;padding:2rem;transition:all .8s ease-in;width:100%}.Appointment_detail h1{color:#fff;font-size:2.5rem;font-weight:700;margin:1rem 0;position:relative;text-transform:capitalize;width:-webkit-max-content;width:max-content}.Appointment_detail h1:after{background-color:var(--secondary-color);bottom:0;content:"";height:2px;left:0;position:absolute;width:25%}.Appointment_detail input,.Appointment_detail textarea{border:none;border-bottom:1px solid var(--btn-bg1);border-radius:5px;font-family:poppins,sans-serif;outline:none;padding:1rem;width:100%}.Appointment_detail textarea{resize:none}.Appointment_detail button{background-color:var(--secondary-color);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:1rem 2rem;position:relative;transition:.3s;width:100%}.Appointment_detail button:hover{background-color:var(--btn-bg1)}@media screen and (max-width:768px){.Statstics{align-items:center;flex-direction:column}.Stat_detail{width:100%}.Stat_detail h2{font-size:1rem}.Stat_detail h1{font-size:1.5rem}.Appointment{height:auto;width:100%}.Appointment_detail input{padding:.5rem}.Appointment_detail h1{font-size:1.5rem}}@media screen and (max-width:426px){.Statstics{margin:1rem 0 0;padding:1rem}}.Testimonial_Section{padding:4rem 8rem}.Testimonial,.Testimonial_Section{display:flex;flex-direction:column;justify-content:center}.Testimonial{align-items:center;margin-top:3rem;padding:3rem 8rem;text-align:center}.Testimonial h1{background-color:var(--btn-bg2);color:var(--secondary-color);font-size:1.5rem;font-weight:400;text-transform:uppercase}.Testimonial h1,.Testimonial h2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Testimonial h2{font-size:2.5rem}.customers{align-items:center;background-color:var(--primary-color);border-radius:10px;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:.5rem;padding:1.5rem;width:95%}.customers p{color:grey;font-size:.6rem;font-weight:400}.Customers_image{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:left;width:100%}.Customers_image p{color:var(--secondary-color);font-size:.8rem;font-weight:400;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Customers_image strong{color:#fff}.customers img{border:1px solid var(--secondary-color);border-radius:50%;height:70px;padding:.5rem;width:70px}.Star{color:#f9bc08;display:flex;flex-direction:row;font-size:1.5rem;gap:.5rem;justify-content:left;padding:1rem 0}@media screen and (max-width:768px){.Testimonial_Section{padding:1rem}.Testimonial h1{font-size:1.2rem}.Testimonial h2{font-size:2rem}}@media screen and (max-width:480px){.Testimonial,.Testimonial_Section{padding:1rem}.Testimonial h1{font-size:1.2rem}.Testimonial h2{font-size:2rem}}.Mobile_app_Section{background-color:var(--primary-color);display:flex;justify-content:center}.Mobile_app{color:#fff;flex-direction:row;gap:5rem;max-width:1440px;min-height:70vh;padding:2rem}.Mobile_app,.mobile_image{align-items:center;display:flex;justify-content:center}.mobile_image{flex-direction:column;position:relative;width:30%;z-index:5}.app_img{padding-top:2rem;width:300px}.circle_one{animation:rotate_animation 18s linear infinite;background:linear-gradient(to right,#0000,var(--secondary-color));bottom:auto;height:400px;left:0;right:0;top:0;width:400px}.circle_one,.circle_one:after{border-radius:50%;position:absolute;z-index:-1}.circle_one:after{background:var(--primary-color);content:"";height:90%;right:5%;top:5%;width:90%}@keyframes rotate_animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Download_theApp{display:flex;flex-direction:column;width:40%}.Download_theApp h2{background-color:var(--btn-bg1);border-radius:15px;color:var(--secondary-color);font-size:1rem;font-weight:400;padding:1rem;width:-webkit-max-content;width:max-content}.Download_theApp h1{font-size:2.5rem;line-height:normal}.Download_theApp p{color:grey;font-size:.8rem;padding:1rem 0}.download_btn{align-items:flex-start;display:flex;flex-direction:row;gap:1rem;justify-content:left}.download_btn button{align-items:center;border:none;border-radius:15px;display:flex;flex-direction:row;height:-webkit-max-content;height:max-content;justify-content:center;padding:0;width:200px}.download_btn .Apple{background-color:var(--secondary-color);color:#fff;font-size:2rem;text-align:left}.download_btn .PlayStore{background-color:initial;border:2px solid var(--secondary-color);color:var(--secondary-color);font-size:2rem;text-align:left}.download_btn p{color:#fff;padding:1rem}.download_btn p span{font-size:1rem;font-weight:800}.download_btn .PlayStore p span:last-of-type{color:var(--secondary-color);font-size:1rem;font-weight:800;text-transform:capitalize}@media screen and (max-width:1025px){.Download_theApp{width:100%}.Download_theApp h2{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.mobile_image{width:50%}.circle_one{height:300px;width:300px}}@media screen and (max-width:769px){.Download_theApp{width:100%}.Download_theApp h1{font-size:1.5rem}.Download_theApp h2{font-size:1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.download_btn .PlayStore p span:last-of-type,.download_btn p span{font-size:1rem}.download_btn p{padding:.5rem}.download_btn button{width:auto}}@media screen and (max-width:500px){.Mobile_app{align-items:center;flex-direction:column;gap:1rem;justify-content:center;padding:.5rem}.circle_one{display:none}.Download_theApp{align-items:center;justify-content:center;width:100%}.download_btn{width:100%}}.Blog_section{padding:5rem;width:100%}.Blog,.Blog_section{display:flex;justify-content:center}.Blog{align-items:center;flex-direction:column;max-width:1000px}.Blog h3{background-color:var(--btn-bg2);color:var(--secondary-color);font-size:1.5rem;font-weight:500}.Blog h1{font-size:2.5rem;padding:1rem}.Blog_news{grid-gap:2rem;align-items:center;display:grid;gap:2rem;grid-template-columns:auto auto auto;justify-content:center}.Blog_news_card{align-items:flex-start;border:1px solid #b3b2b2;border-radius:15px;display:flex;flex-direction:column;transition:.5s;width:300px}.Blog_news_card:hover{box-shadow:0 0 12px 0 #00000080}.Blog_news_card_image{border-radius:10px;height:200px;position:relative;width:100%}.Blog_news_card_image img{border-top-left-radius:10px;border-top-right-radius:10px;height:100%;object-fit:cover;width:100%}.Blog_news_card_image .Blog_news_card_image_overlay{align-items:center;background-color:var(--secondary-color);bottom:0;color:#fff;display:flex;font-size:.8rem;font-weight:600;height:2rem;justify-content:center;left:0;padding:1.3rem;position:absolute;width:-webkit-max-content;width:max-content}.Blog_news_card_content{padding:2rem;width:100%}.Blog_news_card_content_title h3{background-color:initial;color:#000;cursor:pointer;font-size:1rem;font-weight:700;transition:.5s;width:100%}.Blog_news_card_content_title h3:hover{color:var(--secondary-color)}.Blog_news_card_content_description p{color:grey;font-family:Roboto,sans-serif;font-size:.7rem;font-weight:400;line-height:1rem;width:100%}.Blog_news_card_content a{color:var(--secondary-color);font-family:Roboto,sans-serif;font-size:.8rem;font-weight:600;transition:.2s}.Blog_news_card_content a:hover{color:var(--primary-color)}@media screen and (max-width:768px){.Blog_news{grid-template-columns:auto auto}}@media screen and (max-width:500px){.Blog_news{grid-template-columns:auto}}.footer{align-items:center;background-color:var(--primary-color);color:#fff;display:flex;flex-direction:column;justify-content:center;width:100%}.footer_container{align-items:self-start;display:grid;grid-template-columns:auto auto auto auto;justify-content:space-between;max-width:1400px;padding:2rem}.myLogo h1{font-size:2rem}.myLogo h1 span{color:var(--secondary-color);font-weight:700}.myLogo p{color:grey;font-size:.8rem}.Programm{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:left;padding:1rem 0}.Programm .Footer_time{color:var(--secondary-color);font-size:2.5rem}.Ourlinks{align-items:self-start;display:flex;flex-direction:column;gap:1rem;justify-content:center;line-height:12px;width:300px}.footer h3{color:#fff;font-size:1.5rem;line-height:12px;text-transform:capitalize}.footer h3:after{background-color:var(--secondary-color);content:"";display:block;height:2px;margin-top:.5rem;width:50%}.footer p{color:gray;font-size:.8rem;font-weight:600;transition:.4s}.Ourlinks{padding:0 2rem}.Ourlinks ul li{list-style:none;padding:.5rem 0}.Ourlinks ul li a{color:gray;font-size:.8rem;font-weight:600;text-decoration:none;transition:.4s}.Contact{align-items:self-start;justify-content:center;padding:0 2rem}.Contact,.Contact ul{display:flex;flex-direction:column;gap:1rem}.Contact p{color:gray;font-size:.8rem;font-weight:600;transition:.4s}.Contact ul li{align-items:center;display:flex;flex-direction:row;gap:1rem;justify-content:left;list-style:none;text-decoration:none}.Contact .FooterIcon{background-color:var(--secondary-color);border-radius:50%;font-size:2.2rem;margin-right:1rem;padding:.5rem}.footer .Footer_mail{background-color:#fff;border-radius:10px;display:flex;flex-direction:row;margin:1rem 0;padding:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Footer_mail input{border:none;border-radius:5px;padding:.5rem;width:100%}.Footer_mail input:focus{border:none;outline:none}.OurLetter p{margin:1rem 0}.Footer_mail button{background-color:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:.9rem;font-weight:600;font-weight:700;height:50px;position:relative;transition:.4s;width:60px;z-index:2}.Footer_mail button:after{background-color:var(--secondary-color);border-radius:5px;content:"";display:block;height:100%;left:0;position:absolute;top:0;transition:.4s;width:100%;z-index:-1}.Footer_Subs_icon{background:#0000;color:#fff;z-index:2}.Footer_mail button:hover:after{height:0;width:0}.black_footer{align-items:center;background-color:#000;color:#fff;display:flex;flex-direction:row;justify-content:space-around;padding:2rem;width:100%}.black_footer p{font-size:1rem}.black_footer .Sinework{color:var(--secondary-color);font:1rem}@media screen and (max-width:769px){.footer_container{grid-gap:1rem;align-items:self-start;display:grid;gap:1rem;grid-template-columns:auto auto;justify-content:space-between;margin:1.5rem;max-width:1400px;padding:2rem 0;width:100%}}@media screen and (max-width:500px){.footer{width:100%}.myLogo{padding:0 2rem}.footer_container{grid-gap:1rem;align-items:self-start;display:grid;gap:1rem;grid-template-columns:auto;justify-content:space-between;margin:1.5rem;max-width:1400px;padding:2rem 0;width:100%}.OurLetter{padding:0 2rem}.black_footer{flex-direction:column}.black_footer p{font-size:.8rem;padding-bottom:2rem}}
/*# sourceMappingURL=main.cdd023a6.css.map*/