*{font-family:Poppins,sans-serif;margin:0;padding:0}:root{--theme-red:#894747;--theme-cyan:#0bbb9b;--theme-black:#1e1e1e;--theme-white:#fff}::selection{color:var(--theme-white);background-color:var(--theme-cyan)}::placeholder{color:var(--theme-white);font-weight:400;opacity:.6}::-ms-input-placeholder{color:var(--theme-white)}@keyframes whatsappt{0%{transform:rotate(0);opacity:0}30%{transform:rotate(25deg);opacity:1}60%{transform:rotate(-10deg)}100%{transform:rotate(0)}}@keyframes curm1{0%,100%{transform:translate(-47px,-20px);opacity:0}50%{transform:translate(-47px,80px);opacity:1}}.clr-red{color:var(--theme-red)}.clr-cyan{color:var(--theme-cyan)}.clr-white{color:var(--theme-white)}Body{background-color:var(--theme-black)}html{scroll-behavior:smooth}a,body,button input,html{cursor:none}#toast{position:fixed;bottom:5%;background-color:var(--theme-red);color:#fff;right:5%;padding:10px 20px;border-radius:5px;opacity:.9;transition:opacity .3s ease;z-index:1000;overflow:hidden;box-sizing:border-box;box-shadow:0 4px 10px rgba(0,0,0,.2)}#toast::before{content:"";position:absolute;bottom:0;left:0;height:2px;background-color:var(--theme-cyan);width:100%;z-index:1100;transition:transform 3s linear;animation:toastAlert 3s ease-in-out}@keyframes toastAlert{0%{width:100%}100%{width:0%}}#cursor{position:fixed;top:-5px;left:-5px;width:10px;height:10px;background-color:var(--theme-red);border-radius:50%;pointer-events:none;z-index:99}#cursor-border{--size:50px;position:fixed;top:calc(var(--size)/ -2);left:calc(var(--size)/ -2);width:var(--size);height:var(--size);border-radius:50%;box-shadow:0 0 0 2.5px var(--theme-red);pointer-events:none;transition:top .15s ease-out,left .15s ease-out,width .15s ease-out,height .15s ease-out,background-color .15s ease-out;z-index:99}#preloader{height:100vh;width:100%;position:fixed;display:inline-flex;align-items:center;justify-content:center;background-color:var(--theme-black);z-index:2000;transition:.6s ease-in-out}#preloader img{height:100px;width:100px;animation:preimg 4s ease-in-out infinite}@keyframes preimg{0%{opacity:1}50%{opacity:.1}100%{opacity:1}}.prenav{display:flex;align-items:center;justify-content:space-between;padding:3px 100px;background-color:var(--theme-cyan)}.prenav div a{text-decoration:none;color:var(--theme-white);margin-right:25px;font-weight:100;transition:.4s linear}nav{display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:20px 30px;background:rgba(255,255,255,.14);box-shadow:rgba(0,0,0,.19) 0 10px 20px,rgba(0,0,0,.23) 0 6px 6px;backdrop-filter:blur(8.7px);-webkit-backdrop-filter:blur(8.7px);border-radius:20px;border-top:5px solid var(--theme-red);border-bottom:5px solid var(--theme-red);position:fixed;top:10%;right:2%;z-index:98}nav a img{height:100px;width:100px}.menu-list{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px}nav li{text-align:center;list-style:none}nav li a{text-decoration:none;color:var(--theme-white);font-size:10px;transition:.3s linear;font-weight:400;letter-spacing:.5px}nav li a:hover{color:var(--theme-red);filter:hue-rotate(0deg) brightness(1.5);font-size:12px}nav li a i{font-size:34px}.menu-icon{cursor:pointer;display:none;flex-direction:column;justify-content:center;width:40px;height:30px}.line{height:5px;width:100%;background-color:var(--theme-white);margin:4px 0;transition:all .3s ease}.menu-list.mobile{display:none;position:absolute;top:70px;right:50px;width:120px;background-color:rgba(255,255,255,.9);padding:10px;box-shadow:0 2px 5px rgba(0,0,0,.3);border-radius:10px;opacity:0}.menu-list.mobile.active{display:block;opacity:1}.whatsappt a i{position:fixed;bottom:50px;left:50px;font-size:62px;color:var(--theme-cyan);transition:.3s linear;z-index:9999;animation:whatsappt 5s infinite ease-in-out 3s}header{padding:150px 100px;background-image:url("../media/images/headerbg.webp");height:80vh;background-size:cover;background-position:center;position:relative;z-index:1;border-radius:0 0 50px 50px;box-shadow:rgba(0,0,0,.35) 0 5px 15px}header::before{position:absolute;content:"";top:0;left:0;height:100%;width:100%;border-radius:0 0 50px 50px;background:#000;background:linear-gradient(90deg,rgba(0,0,0,.6264880952380952) 33%,rgba(0,0,0,.30996148459383754) 65%,rgba(0,0,0,.7189250700280112) 95%)}header h1{color:var(--theme-white);font-size:62px;font-weight:600;position:relative;z-index:1}header a{text-decoration:none;color:var(--theme-white);font-size:38px;font-family:Gulzar,serif;font-weight:400;font-style:normal;padding:25px 50px;border:3px solid var(--theme-red);position:relative;z-index:1;display:inline-block;max-width:100%;overflow:hidden;border-radius:10px;box-shadow:rgba(0,0,0,.4) 0 2px 4px,rgba(0,0,0,.3) 0 7px 13px -3px,rgba(0,0,0,.2) 0 -3px 0 inset}header a::before{content:"";position:absolute;top:-50%;left:-50%;width:100%;height:200%;background-color:var(--theme-red);border-radius:50%;transition:.4s linear;z-index:-1}header a:hover::before{top:0;left:0;width:100%;height:100%;border-radius:0}.curm{margin-top:20px;display:flex;align-items:center;justify-content:center;width:100%}.curm :first-child{opacity:.4}.curm1{content:"";animation:curm1 6s infinite linear .8s}#section1{padding:70px 0 70px 100px}#section1 h2{text-align:center;color:var(--theme-white);letter-spacing:1px;font-weight:400;margin-bottom:50px;font-size:34px}.sec1-heading{width:30%;padding:25px;border-radius:20px 0 0 20px;border-left:3px solid var(--theme-red)}.sec1-heading h3{color:var(--theme-white);font-size:38px;font-weight:400}.sec1-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:0px;grid-row-gap:50px;text-align:center;margin-top:50px;padding:0 50px 0 50px;width:50%}.sec1-grid a{color:var(--theme-white);text-decoration:none;font-size:11px;display:flex;align-items:center;justify-content:center;flex-direction:column;transition:.4s linear;font-size:14px}.sec1-grid a img{width:90px;height:90px;transition:.4s linear}.sec1-grid a:hover img{filter:hue-rotate(0deg) brightness(1.5)}.sec1-data{display:flex;align-items:center;justify-content:space-between;box-sizing:border-box}.sec1-data img{height:500px;width:800px;border-radius:50px 0 0 50px}.sec1-databtn{text-align:center;margin-top:100px;margin-left:-100px}.sec1-databtn a{padding:20px 55px;text-decoration:none;color:var(--theme-white);background-color:var(--theme-cyan);font-size:28px;font-weight:200;transition:.3s linear;position:relative;z-index:1;display:inline-block;max-width:100%;overflow:hidden;box-shadow:rgba(0,0,0,.4) 0 2px 4px,rgba(0,0,0,.3) 0 7px 13px -3px,rgba(0,0,0,.2) 0 -3px 0 inset}.sec1-databtn a::before{content:"";position:absolute;top:-50%;left:-50%;width:100%;height:200%;background-color:var(--theme-red);border-radius:50%;transition:.4s linear;z-index:-1}.sec1-databtn a:hover::before{top:0;left:0;width:100%;height:100%;border-radius:0}#section2{padding:70px 350px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);grid-column-gap:20px;grid-row-gap:20px;text-align:center}#section2 h2{color:var(--theme-white);font-size:48px;font-weight:200}#section2 p{font-size:30px}.sec2card1{border-bottom:3px solid var(--theme-red);border-radius:0 0 50px 0;padding:50px}.sec2card2{border-left:3px solid var(--theme-cyan);border-radius:0 0 0 50px;padding:50px}.sec2card3{border-right:3px solid var(--theme-cyan);border-radius:0 50px 0 0;padding:50px}.sec2card4{border-top:3px solid var(--theme-red);border-radius:50px 0 0 0;padding:50px}#section3{padding:70px 100px}.sec3-heading{width:20%;padding:25px;border-radius:20px 0 0 20px;text-align:left;border-left:3px solid var(--theme-red)}.sec3-heading h2{color:var(--theme-white);font-size:38px;font-weight:400}.sec3-cards{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);grid-column-gap:30px;grid-row-gap:30px;padding:70px 100px}.profile-card{height:400px;width:100%;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.2);display:grid;place-items:center;position:relative;transition:all 1s;z-index:1;overflow:hidden}.info h2,.info p{color:var(--theme-white);opacity:0;transition:all .6s}.profile-card:hover .info h2,.profile-card:hover .info p{opacity:1}.info a{position:absolute;content:"";color:var(--theme-white);font-weight:400;text-decoration:none;background-color:var(--theme-cyan);padding:10px 95px;border-radius:10px;bottom:5%;left:25%;transition:.3s linear}.p-card1{background:url("../media/pfps/pfpamina.webp") no-repeat center center/cover}.p-card2{background:url("../media/pfps/pfpdrumair.webp") no-repeat center center/cover}.p-card3{background:url("../media/pfps/pfpdrfalak.webp") no-repeat center center/cover}.p-card4{background:url("../media/pfps/pfpdrmaryum.webp") no-repeat center center/cover}.p-card5{background:url("../media/pfps/pfpnafeesa.webp") no-repeat center center/cover}.p-card6{background:url("../media/pfps/pfpaminam.webp") no-repeat center center/cover}.p-card7{background:url("../media/pfps/pfpmomna.webp") no-repeat center center/cover}.p-card8{background:url("../media/pfps/pfpadnan.webp") no-repeat center center/cover}.p-card9{background:url("../media/pfps/pfpabduls.webp") no-repeat center center/cover}.info::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--theme-cyan);transform:skew(30deg) translateX(100%);opacity:.7;z-index:-1;transition:all .6s ease}.info::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.14);box-shadow:rgba(0,0,0,.19) 0 10px 20px,rgba(0,0,0,.23) 0 6px 6px;backdrop-filter:blur(8.7px);-webkit-backdrop-filter:blur(8.7px);transform:skew(-30deg) translateX(100%);box-shadow:0 0 20px rgba(0,0,0,.7);opacity:.7;z-index:-1;transition:all .6s ease}.profile-card:hover .info::before{transform:skew(30deg) translateX(50%)}.profile-card:hover .info::after{transform:skew(-30deg) translateX(40%);opacity:.7}.profile-card::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(255,255,255,.14);box-shadow:rgba(0,0,0,.19) 0 10px 20px,rgba(0,0,0,.23) 0 6px 6px;backdrop-filter:blur(8.7px);-webkit-backdrop-filter:blur(8.7px);opacity:.5;transform:skew(30deg) translateX(85%);transition:all .6s ease;z-index:-1}.profile-card::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--theme-red);opacity:.5;transform:skew(-30deg) translateX(85%);transition:all .6s ease;z-index:-1}.profile-card:hover:before{transform:skew(30deg) translateX(30%)}.profile-card:hover:after{transform:skew(-30deg) translateX(20%)}#section4{background-image:url("../media/images/diet\ bg.webp");text-align:center;position:relative;padding:80px 350px;z-index:1;box-sizing:border-box;margin-bottom:70px}#section4::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:-1;background:#000;background:linear-gradient(90deg,rgba(0,0,0,.7917542016806722) 20%,rgba(0,0,0,.500437675070028) 61%,rgba(0,0,0,.7609418767507002) 95%)}#section4 h2{color:var(--theme-white);font-size:48px;font-weight:400;margin-bottom:20px}#section4 a{text-decoration:none;padding:10px 95px;color:var(--theme-white);background-color:var(--theme-black);font-size:28px;font-weight:200;transition:.3s linear;position:relative;z-index:1;display:inline-block;max-width:100%;overflow:hidden;box-shadow:rgba(0,0,0,.4) 0 2px 4px,rgba(0,0,0,.3) 0 7px 13px -3px,rgba(0,0,0,.2) 0 -3px 0 inset}#section4 a::before{content:"";position:absolute;top:-50%;left:-50%;width:100%;height:200%;background-color:var(--theme-red);border-radius:50%;transition:.4s linear;z-index:-1}#section4 a:hover::before{top:0;left:0;width:100%;height:100%;border-radius:0}#section5{padding:70px 0;text-align:center;margin-bottom:20px}#section5 h2{color:var(--theme-white);margin-bottom:50px;font-size:48px;font-weight:400}#section6{background-image:url("../media/images/section6bg.webp");text-align:center;background-size:cover;position:relative;padding:70px 220px;z-index:1;text-align:left;margin-bottom:50px;box-sizing:border-box}#section6::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;z-index:-1;background:#000;background:linear-gradient(90deg,rgba(0,0,0,.7497373949579832) 20%,rgba(0,0,0,.17550770308123254) 65%,rgba(0,0,0,.6993172268907564) 95%)}#section6 h2{color:var(--theme-white);font-size:48px;font-weight:400;margin-bottom:20px}#section7{padding:50px 200px;display:flex;align-items:center;justify-content:space-between}.sec7-left h3{color:var(--theme-white);font-size:36px;text-align:center;margin-bottom:50px;font-weight:600}.sec7-left{padding:40px 55px;border:3px solid var(--theme-red);border-radius:50px;text-align:left;width:50%}.sec7-left form{display:flex;justify-content:space-evenly;flex-direction:column}.sec7-left form label{color:var(--theme-white);text-align:left!important;margin-bottom:5px;font-weight:400;font-size:16px}.sec7-left form input,select,textarea{width:100%;height:45px;margin-bottom:35px;background-color:var(--theme-black);border:none;border-bottom:1px solid var(--theme-red);box-sizing:border-box;padding:2px 20px;color:var(--theme-white);font-weight:200;border-radius:5px;box-shadow:rgba(0,0,0,.4) 0 2px 4px,rgba(0,0,0,.3) 0 7px 13px -3px,rgba(0,0,0,.2) 0 -3px 0 inset;transition:.3s linear}.sec7-left form input:focus,.sec7-left form select:focus,.sec7-left form textarea:focus{outline:0;color:var(--theme-white)}.custom-dropdown{position:relative;width:100%;margin-bottom:50px}.dropdown-select{position:relative;background-color:var(--theme-black);color:var(--theme-white);border-bottom:1px solid var(--theme-red);border-radius:5px;padding:10px;cursor:pointer}.selected{padding-right:40px}.dropdown-list{display:none;position:absolute;background-color:var(--theme-black);width:100%;border:1px solid var(--theme-red);border-radius:5px;max-height:300px;overflow-y:auto;z-index:1}.dropdown-list{max-height:200px;overflow-y:auto}.dropdown-select ul{display:none}.dropdown-select.open ul{display:block}.dropdown-list::-webkit-scrollbar{width:8px}.dropdown-list::-webkit-scrollbar-track{background:var(--theme-red)}.dropdown-list::-webkit-scrollbar-thumb{background:var(--theme-black);border-radius:10px}.dropdown-list::-webkit-scrollbar-thumb:hover{background:var(--theme-cyan)}.dropdown-list li{padding:25px;display:flex;font-size:15px;font-weight:300;align-items:center;cursor:pointer;border-bottom:1px solid var(--theme-red)}.dropdown-list li:hover{background-color:var(--theme-cyan)}.doctor-img{width:50px;height:50px;object-fit:cover;border-radius:50%;margin-right:10px}.dropdown-select.open .dropdown-list{display:block}.sec7-left form input::placeholder,textarea::placeholder{color:var(--theme-white);opacity:.5}.flatpickr-calendar{background-color:var(--theme-white);border:1px solid var(--theme-cyan);box-shadow:0 4px 10px rgba(0,0,0,.1);transition:all .3s ease-in-out}.flatpickr-month{color:var(--theme-black);font-weight:600}.flatpickr-day{color:var(--theme-black);padding:0}.flatpickr-day:hover{background-color:var(--theme-red);color:var(--theme-white)}.flatpickr-day.selected{background-color:var(--theme-cyan);color:var(--theme-white)}.flatpickr-day.selected:hover{background-color:var(--theme-red);color:var(--theme-white)}.flatpickr-time{font-size:16px;color:var(--theme-black)}.flatpickr-input{border:1px solid var(--theme-cyan);padding:10px;font-size:16px;width:100%;border-radius:5px;transition:border-color .3s}.flatpickr-input:focus{border-color:var(--theme-red);outline:0}.sec7-left form input[type=datetime-local]{background-color:var(--theme-cyan);color:var(--theme-white);border:none;border-radius:5px;height:45px;padding:10px 20px;font-size:16px;box-sizing:border-box}.sec7-left form input[type=datetime-local]::-webkit-calendar-picker-indicator{background-color:var(--theme-white);border-radius:50%;padding:5px}.sec7-left form input[type=datetime-local]::-webkit-clear-button,.sec7-left form input[type=datetime-local]::-webkit-inner-spin-button{display:none}.sec7-left form input[type=datetime-local]:focus{outline:0;background-color:var(--theme-red);transition:.3s ease-in-out}.sec7-left form button{color:var(--theme-white);background-color:var(--theme-cyan);font-size:28px;font-weight:200;transition:.3s linear;position:relative;z-index:1;display:inline-block;height:60px;width:100%;border:none;overflow:hidden;margin-top:20px;box-shadow:rgba(0,0,0,.4) 0 2px 4px,rgba(0,0,0,.3) 0 7px 13px -3px,rgba(0,0,0,.2) 0 -3px 0 inset}.sec7-left form button::before{content:"";position:absolute;top:-70%;left:-50%;width:100%;height:200%;background-color:var(--theme-red);border-radius:30%;transition:.4s linear;z-index:-1}.sec7-left form button:hover::before{top:0;left:0;width:100%;height:100%;border-radius:0}.form-btn{display:flex;align-items:center;justify-content:center!important}.sec7-right{box-shadow:#0bbb9bad 0 1px 1px,#0bbb9b91 0 0 1px 1px;border-radius:35px;overflow:hidden}.sec7-map{border-radius:35px;filter:grayscale(40%) invert(95%) contrast(88%)}#footer{text-align:center;padding:50px 200px 10px 200px;margin-top:70px;border-top:3px solid var(--theme-red);background-image:url("../media/images/footerbg.webp")}.footer-top{display:flex;align-items:center;justify-content:space-evenly;margin-bottom:15px}.footer-top-right{display:flex;align-items:center;justify-content:space-evenly}.footer-top-right div{margin-right:50px}.footer-top img{height:300px;width:300px}.footer-top div h4{text-align:left;font-size:20px;font-weight:200;color:var(--theme-cyan)}.footer-top div ul{text-align:left;list-style:none}.footer-top div ul li a{text-decoration:none;color:var(--theme-white);font-weight:200;font-size:12px;transition:.4s linear}.footer-mid{padding:10px;margin-bottom:30px}.footer-mid p{color:var(--theme-white);font-weight:200;font-size:14px;text-align:justify}.footer-end ul{display:flex;align-items:center;justify-content:center;margin-bottom:30px}.footer-end ul li{list-style:none;margin-right:25px}.footer-end ul li a{color:var(--theme-white);font-size:24px;transition:.4s linear}#footer p{color:var(--theme-white);font-size:14px;font-weight:200}#footer p a{text-decoration:none;color:var(--theme-white);transition:.4s linear}@media (min-width:768px) and (max-width:1200px){nav{padding:10px 5px;width:80px;top:50px;right:10px;border-radius:20px}nav a img{height:70px;width:70px;margin-bottom:15px}nav li{margin-bottom:15px}nav li a i{font-size:24px}nav li a{font-size:12px}.prenav{padding:3px 15px}.prenav div a{margin-right:15px}header{padding:100px 25px;height:auto}header h1{font-size:38px;margin-bottom:50px}header a{padding:10px 40px;font-size:18px}.curm img{height:30px;width:30px}#section1 h2{font-size:24px}#section1{padding:50px 15px}.sec1-heading{padding:15px}.sec1-heading h3{font-size:28px}.sec1-grid{width:100%;padding:0 15px;margin-top:30px}.sec1-grid a img{width:60px;height:60px}.sec1-data img{height:300px;width:500px}.sec1-databtn{margin-top:50px;margin-left:0}.sec1-databtn a{padding:15px 40px;font-size:22px}#section2,#section3{padding:50px 15px}#section2 h2{font-size:36px}.sec2card1,.sec2card2,.sec2card3,.sec2card4{padding:30px}.sec3-cards{padding:0 20px;grid-column-gap:10px;grid-row-gap:10px}.profile-card{height:400px}.info h2,.info p{font-size:smaller}.info a{padding:10px 30px}#section4{padding:50px 120px}#section6{padding:70px 50px}#section6 h2{font-size:38px}#section7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:50px 100px}.sec7-left{width:100%;margin-bottom:30px}.sec7-right{width:100%}#footer{padding:50px 10px 10px 10px}.footer-top{flex-direction:column}.footer-top-right{display:flex;align-items:center;justify-content:space-evenly;margin-top:30px}.footer-top div h4{font-size:14px}.footer-top div{margin-right:20px}.footer-top-right ul li a{font-size:10px}}@media (min-width:320px) and (max-width:767px){#toast{top:10%;bottom:auto}.prenav{display:none}nav{top:0;left:0;padding:5px 20px;width:100%;flex-direction:row;border-radius:10px;border-top:1px solid var(--theme-red);border-bottom:1px solid var(--theme-red)}nav a img{height:80px;width:80px}.menu-icon{display:flex;width:40px;height:30px;position:relative}.menu-list{display:none;flex-direction:row}.menu-list.mobile{position:fixed;top:80px;right:0;width:100%;height:auto;max-height:100vh;background-color:var(--theme-black);padding:20px;box-shadow:0 2px 5px rgba(0,0,0,.3);opacity:0;transform:translateY(-100%);transition:transform .5s ease,opacity .5s ease;visibility:hidden}.menu-list.mobile.active{opacity:1;transform:translateY(0)}nav li{text-align:left;list-style:none;margin-bottom:30px}nav li a{display:flex;align-items:center;text-decoration:none;color:var(--theme-white);font-size:14px;transition:.3s linear;font-weight:400;letter-spacing:.5px}nav li a i{font-size:24px;margin-right:10px}.menu-list.mobile li{opacity:0;transform:translateY(-20px);animation:fadeInUp .3s forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.whatsappt a i{position:fixed;bottom:20px;left:20px;font-size:62px;color:var(--theme-cyan);transition:.3s linear;z-index:9999;animation:whatsappt 5s infinite ease-in-out 3s}header{padding:50px 25px}header h1{font-size:44px;margin-bottom:30px;margin-top:100px;letter-spacing:-4px}header a{padding:20px 70px;font-size:18px}.curm{margin-left:30px}.curm img{height:50px;width:50px}.curm1{height:30px;width:30px}#section1{padding:30px 15px}#section1 h2{font-size:18px;text-align:center}.sec1-heading h3{font-size:14px}.sec1-grid{width:100%;padding:0 10px;margin-top:30px;margin-bottom:50px}.sec1-grid a{font-size:11px;display:flex;align-items:center;justify-content:center;flex-direction:column}.sec1-grid a img{width:60px;height:60px}.sec1-data img{height:300px;width:500px}.sec1-data{flex-direction:column}.sec1-data img{height:300px;width:300px;border-radius:50px}.sec1-databtn a{padding:15px 40px;font-size:22px;margin-left:120px}#section2,#section3{padding:50px 15px}#section2 h2{color:var(--theme-white);font-size:20px;font-weight:200}#section2 p{font-size:12px}.sec3-heading h2{font-size:20px}.sec3-cards{display:grid;grid-template-columns:repeat(1,1fr);grid-template-rows:repeat(1,1fr);grid-column-gap:20px;grid-row-gap:20px;padding:50px 20px}.info a{padding:10px 85px;left:15%}#section4{padding:50px 20px}#section4 a{font-size:22px}#section5{padding:20px}#section5 h2{font-size:28px}#section6{padding:70px 50px}#section6 h2{font-size:22px;margin-bottom:0}#section7{display:flex;align-items:center;justify-content:space-between;flex-direction:column;padding:5px 10px}.sec7-left{width:100%;margin-bottom:30px;padding:30px 12px}.sec7-right{width:100%}.sec7-left form button{margin-top:10px}#footer{padding:50px 10px 10px 10px}.footer-top{flex-direction:column}.footer-top div{margin-right:0}.footer-top-right{margin-top:30px;flex-direction:column}.footer-top-right div{margin-bottom:30px}.footer-top div h4{font-size:14px}.footer-top div{margin-right:20px}.footer-top-right ul li a{font-size:4px}#footer p{color:var(--theme-white);font-size:10px;font-weight:200}}