@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins : wght@700&&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap";*{margin:0;padding:0;box-sizing:border-box;text-decoration:none}@keyframes scroll-infinite{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rotateImage{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes moveImage{0%{transform:translate(-5px) translateY(5px)}50%{transform:translate(5px) translateY(-5px)}to{transform:translate(5px) translateY(5px)}}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(-30px)}}@keyframes jump2{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}body{font-family:Inter,sans-serif}.main-container{width:1650px;margin:0 auto}.first{position:relative;overflow-x:clip}.first .first-background{position:absolute;z-index:-1;height:100%;width:100%;object-fit:cover}.first nav{background-color:transparent;padding:25px 80px 0;display:flex}.first nav .nav{display:flex;font-size:100%;width:100%;justify-content:space-between;gap:50px;align-items:center}.first nav .nav img{height:auto;width:215px;max-width:215px}.first nav .nav ul{list-style:none;display:flex;gap:3rem}.first nav .nav ul li{display:inline-block;font-weight:700}.first nav .nav ul li a{color:#1f1c1c;text-decoration:none;font-size:1rem;transition:color .3s ease}.first nav .nav ul li a:hover{color:#029aff}.first nav .nav #submenu1{opacity:0;visibility:hidden;display:flex;justify-content:center;flex-direction:column;background-color:#fff;gap:20px;border-radius:20px;width:230px;position:absolute;left:0;padding:10px 16px 16px 18px;text-align:left;border:2px dashed currentcolor;border-color:#8a2be2}.first nav .nav li:hover ul#submenu1{left:45%;opacity:1;top:110px;visibility:visible;font-size:.85rem}.first nav .nav #submenu2{opacity:0;visibility:hidden;display:flex;justify-content:center;flex-direction:column;background-color:#fff;gap:20px;border-radius:20px;width:230px;position:absolute;left:0;padding:10px 16px 16px 18px;text-align:left;border:2px dashed currentcolor;border-color:#8a2be2}.first nav .nav li:hover ul#submenu2{left:48%;opacity:1;top:110px;visibility:visible;font-size:.85rem}.first nav .nav .right-icon{display:flex;gap:15px}.first nav .nav .right-icon .icons{color:#fff;background-color:#ea3f95;border:none;border-radius:50%;width:35px;height:35px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:color .3s ease,background-color .3s ease}.first nav .nav .right-icon .icons .icon{font-size:16.5px}.first nav .nav .right-icon .icons:hover{background-color:#8a2be2}.top-header{display:flex;position:relative}.top-header .location{background-color:#8a2be2;padding:0 0 0 40px;width:38%;align-content:center;justify-content:center;align-items:center;text-align:center;position:relative}.top-header .location .content{color:#fff;align-items:center;display:flex;height:20px}.top-header .mail{display:flex;justify-content:flex-end;align-content:center;align-items:center;text-align:center;width:63%;background-color:#bee;color:#020202;padding:10px 80px 10px 0;position:relative}.top-header:before{content:"";position:absolute;top:0;left:30%;width:10%;height:100%;background-color:#bee;transform:skew(-45deg);z-index:1}.top-header p{font-size:1rem;padding-left:5px}.firstpage .firstpage-wrapper{display:flex;justify-content:space-between}.firstpage .firstpage-wrapper .firstpage1{display:flex;flex-direction:column;justify-content:center;margin-top:30px;margin-right:280px}.firstpage .firstpage-wrapper .firstpage1 h3{font-size:1rem;font-weight:1rem;color:#973fea;margin-bottom:1rem}.firstpage .firstpage-wrapper .firstpage1 h1{font-size:clamp(2rem,1.5962rem + 1.7949vw,3.75rem);line-height:1.3;margin-bottom:1.5rem;font-weight:700px}.firstpage .firstpage-wrapper .firstpage1 p{font-size:1rem;line-height:1.6;margin-bottom:1.5rem}.firstpage .firstpage-wrapper .img1{display:flex;align-items:center;justify-content:center;position:relative;width:87%;margin-right:100px}.firstpage .firstpage-wrapper .img1 .background-image{object-fit:cover;position:absolute;width:135%;animation:rotateImage 25s linear infinite;z-index:0}.firstpage .firstpage-wrapper .img1 .overlay-image{position:relative;width:100%;z-index:1}.input-container{position:relative;width:100%}.input-field{width:100%;padding:18px 30px;border:2px dashed transparent;border-radius:15px;outline:none;font-size:16px;font-weight:500}.input-button{position:absolute;right:5px;top:50%;transform:translateY(-50%);padding:15px 10px;background-color:#973fea;color:#fff;border:none;border:2px dashed transparent;border-radius:15px;cursor:pointer;font-size:16px;font-weight:700}.input-button:hover{background-color:#8012e7}.secondpage .secondpage-wrapper{display:flex;align-items:center;margin-top:160px;margin-bottom:160px}.secondpage .secondpage-wrapper .three-girls{display:flex;align-items:center;justify-content:center;position:relative}.secondpage .secondpage-wrapper .three-girls .star1{position:absolute;top:-80px;right:0;width:70px;height:70px}.secondpage .secondpage-wrapper .three-girls .background-image{display:block;object-fit:cover;position:absolute;width:clamp(18.75rem,12.6923rem + 26.9231vw,45rem);z-index:0}.secondpage .secondpage-wrapper .three-girls .overlay-image{display:block;position:relative;width:clamp(15.625rem,9.8558rem + 25.641vw,40.625rem);z-index:1}.secondpage .secondpage-wrapper .three-girls .overlay-image:hover{animation:moveImage 1s infinite}.secondpage .secondpage-wrapper .secondpage1{display:block;align-items:center;margin-left:160px}.secondpage .secondpage-wrapper .secondpage1 .heading h3{margin-bottom:1rem}.secondpage .secondpage-wrapper .secondpage1 .heading h2{width:85%;font-size:50px;margin-bottom:1.5rem}.secondpage .secondpage-wrapper .secondpage1 .heading p{margin-bottom:2.5rem}.secondpage .secondpage-wrapper .secondpage1 .secondpage-list{align-items:center;display:flex}.secondpage .secondpage-wrapper .secondpage1 .secondpage-list .secondpage-list-1{display:flex;margin-bottom:1.5rem;width:100%}.secondpage .secondpage-wrapper .secondpage1 .secondpage-list .secondpage-list-1 .box{position:relative;width:90px;height:90px;background-color:#ea3f95;border-radius:30px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;border-color:#09020f;font-weight:900;margin:10px 40px 10px 10px}.secondpage .secondpage-wrapper .secondpage1 .secondpage-list .secondpage-list-1 .box:before{content:"";position:absolute;width:100%;height:100%;border-radius:30px;border:2.5px dashed currentColor;border-color:#09020f}.secondpage .secondpage-wrapper .secondpage1 .secondpage-list .secondpage-list-1 .list{width:300px}.secondpage .secondpage-wrapper .secondpage1 .secondpage-list .secondpage-list-1 .list h2{margin-bottom:1rem}.secondpage .secondpage-wrapper .secondpage1 .secondpage-list .jump-girl{margin-left:50%;width:100%;max-width:175px;position:relative;animation:jump 8s infinite ease-in-out}.secondpage .secondpage-wrapper .secondpage1 .secondpage-button-input{position:absolute;padding:15px 10px;background-color:#973fea;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;transition:all 0s ease}.secondpage .secondpage-wrapper .secondpage1 .secondpage-button-input:hover{outline:2.5px dashed black;background-color:#8012e7}.secondpage .secondpage-wrapper .secondpage1 .secondpage-button-input span{margin:20px}.secondpage .secondpage-wrapper .secondpage1 .secondpage-button-input svg{margin-right:20px}.thirdpage .thirdpage-wrapper{margin-top:200px;margin-bottom:160px}.thirdpage .thirdpage-wrapper .third{display:flex;flex-direction:column;align-items:center}.thirdpage .thirdpage-wrapper .third .thirdpage-header{display:flex}.thirdpage .thirdpage-wrapper .third .thirdpage-header .atom{margin-top:25px;margin-left:120px;width:100px;height:100px}.thirdpage .thirdpage-wrapper .third .thirdpage-header .thirdpage-header-middle{display:flex;flex-direction:column;align-items:center;margin-bottom:30px}.thirdpage .thirdpage-wrapper .third .thirdpage-header .thirdpage-header-middle h4{color:#36eeb1;margin-bottom:20px;font-size:20px;font-weight:500}.thirdpage .thirdpage-wrapper .third .thirdpage-header .thirdpage-header-middle h1{font-family:Rowdies,sans-serif;font-size:50px;color:#020202;align-items:center;text-align:center;line-height:1.2;font-weight:540;padding:0 0 27px;width:100%}.thirdpage .thirdpage-wrapper .third .thirdpage-header .curved-arrow{fill:#fc800a;height:230px;animation:jump2 8s infinite ease-in-out}.thirdpage .thirdpage-wrapper .third .buttons-full .buttons{display:flex}.thirdpage .thirdpage-wrapper .third .buttons-full .buttons .secondpage-button-input{padding:10px 0;background-color:transparent;color:#000;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;transition:all 0s ease;outline:2.5px dashed black;margin:20px}.thirdpage .thirdpage-wrapper .third .buttons-full .buttons .secondpage-button-input:hover{background-color:#b985e9}.thirdpage .thirdpage-wrapper .third .buttons-full .buttons .secondpage-button-input span{margin:30px}.thirdpage .thirdpage-wrapper .third .third-page-cards .cards-group{display:grid;grid-template-columns:repeat(4,1fr);justify-content:space-between;gap:20px;align-items:flex-start;margin-top:50px}.thirdpage .thirdpage-wrapper .third .third-page-cards .card-containt{border:1px solid #ddd;border-radius:15px;width:400px;height:100%;box-shadow:0 2px 4px #0000001a;background-color:#f0eded}.thirdpage .thirdpage-wrapper .third .third-page-cards .card{margin:20px}.thirdpage .thirdpage-wrapper .third .third-page-cards .card-image{width:100%;height:auto;border-radius:15px}.thirdpage .thirdpage-wrapper .third .third-page-cards .card-content{padding:16px}.thirdpage .thirdpage-wrapper .third .third-page-cards .card-title{margin:0;font-size:1.25rem;color:#333}.thirdpage .thirdpage-wrapper .third .third-page-cards .card-description{margin:8px 0 0;font-size:.9rem;color:#666}.fourth{position:relative;overflow-x:clip}.fourth .fourth-background{position:absolute;z-index:-1;height:100%;width:100%;object-fit:cover}.fourth .fourthpage{padding:100px 0}.fourth .fourthpage .fourthpage1{display:flex;flex-direction:column;width:50%;align-items:center}.fourth .fourthpage .fourthpage1 img{width:var(--container-widget-width, 300px);max-width:300px}.fourth .fourthpage .fourthpage1 .elementor-widget-container{margin:20px 0 0;padding:0 0 30px;text-align:center}.fourth .fourthpage .fourthpage1 .wdt-heading-holder{text-align:center;color:#fff}.fourth .fourthpage .fourthpage1 .wdt-heading-subtitle-wrapper.wdt-heading-align-center .wdt-heading-subtitle{font-family:Rowdies,sans-serif;font-size:clamp(1.25rem,1.1058rem + .641vw,1.875rem);font-weight:700;margin-top:100px}.fourth .fourthpage .fourthpage1 .wdt-heading-title-wrapper{margin-top:20px}.fourth .fourthpage .fourthpage1 .wdt-heading-title-wrapper .wdt-heading-title{font-size:clamp(1.875rem,.8654rem + 4.4872vw,6.25rem);text-transform:uppercase;font-family:Rowdies,sans-serif;font-weight:900}.fourth .fourthpage .fourthpage1 .countdown{display:flex;justify-content:center;align-items:center;margin:30px 0;gap:15px}.fourth .fourthpage .fourthpage1 .time-box{background:#27758b;color:#fff;text-align:center;padding:17.5px;border:2px dashed;border-radius:12px;width:130px}.fourth .fourthpage .fourthpage1 .time-box p{font-family:Rowdies,sans-serif;font-weight:700;font-size:39.6px;line-height:1;margin-bottom:4px;padding:0 17.5px}.fourth .fourthpage .fourthpage1 .time-box h3{font-size:27px;font-family:Rowdies,sans-serif;line-height:1.2;margin:0}.fourth .fourthpage .fourthpage1 .countdown span{line-height:1.2em;font-size:60px;font-family:Inter,sans-serif}.fourth .fourthpage .fourthpage1 .secondpage-button{display:flex;justify-content:center;margin-top:50px}.fourth .fourthpage .fourthpage1 .secondpage-button-input{position:absolute;padding:15px 10px;background-color:#973fea;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;transition:all 0s ease}.fourth .fourthpage .fourthpage1 .secondpage-button-input:hover{outline:2.5px dashed rgb(252,248,248);background-color:#8012e7}.fourth .fourthpage .fourthpage1 .secondpage-button-input span{margin:20px}.fourth .fourthpage .fourthpage1 .secondpage-button-input svg{margin-right:20px}.fifthpage{position:relative;overflow-x:clip}.fifthpage .fifth-background{position:absolute;z-index:-1;height:100%;width:100%;object-fit:cover;padding-top:500px}.fifthpage .fifthpage-wrapper{margin-top:200px;margin-bottom:160px}.fifthpage .fifthpage-wrapper .fifthpage-header{display:flex}.fifthpage .fifthpage-wrapper .fifthpage-header .curved-arrow-left{width:auto;height:230px;transform:scaleX(-1);fill:#fc800a}.fifthpage .fifthpage-wrapper .fifthpage-header .thirdpage-header-middle{display:flex;flex-direction:column;align-items:center;margin-top:50px}.fifthpage .fifthpage-wrapper .fifthpage-header .thirdpage-header-middle h4{color:#589985;margin-bottom:20px;font-size:18px;font-weight:600;text-transform:uppercase}.fifthpage .fifthpage-wrapper .fifthpage-header .thirdpage-header-middle h1{font-family:Rowdies,sans-serif;font-size:45px;color:#020202;align-items:center;text-align:center;line-height:1.2;font-weight:540;padding:0 0 27px;width:75%}.fifthpage .fifthpage-wrapper .fifthpage-header .pp{height:130px;animation:jump2 10s infinite ease-in-out}.fifthpage .fifthpage-card{align-items:center}.fifthpage .fifthpage-card .cards-groups{display:flex;justify-content:space-between}.fifthpage .fifthpage-card .card{height:600px;text-align:center;position:relative}.fifthpage .fifthpage-card .background-fifths{position:absolute;top:0;left:0;height:100%;object-fit:contain;z-index:-1;padding-top:20px}.fifthpage .fifthpage-card .card-container{display:flex;flex-direction:column;padding:50px}.fifthpage .fifthpage-card .card-image-container{width:250px;height:250px;border-radius:50%;overflow:hidden;margin:-80px auto 50px}.fifthpage .fifthpage-card .card-image{width:100%;height:100%;border-radius:50%;object-fit:cover;transition:transform .3s ease-in-out}.fifthpage .fifthpage-card .card-image-container:hover .card-image{transform:scale(1.1)}.fifthpage .fifthpage-card .card-title{font-size:1.5rem;font-weight:1200;margin:10px 0;color:#faf8f8}.fifthpage .fifthpage-card .card-description{font-size:.9rem;color:#f0eded;line-height:1.5;margin-top:20px}.fifthpage .fifthpage-card .secondpage-button{display:flex;justify-content:center;margin-top:50px}.fifthpage .fifthpage-card .secondpage-button-input{position:absolute;padding:15px 10px;background-color:#973fea;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;transition:all 0s ease}.fifthpage .fifthpage-card .secondpage-button-input:hover{outline:2.5px dashed rgb(252,248,248);background-color:#8012e7}.fifthpage .fifthpage-card .secondpage-button-input span{margin:20px}.fifthpage .fifthpage-card .secondpage-button-input svg{margin-right:20px}.fifthpage .fifthpage-footer{padding-bottom:150px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper{margin-top:100px;display:flex;gap:100px;align-items:flex-start}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper{position:relative;flex-wrap:wrap;align-content:flex-start}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper .containt{width:600px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper h4{font-size:20px;font-weight:700;color:#e49c62;transform:uppercase}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper h1{font-size:clamp(1.875rem,1.6442rem + 1.0256vw,2.875rem);font-family:Rowdies,display;font-weight:600;margin-bottom:20px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper .secondpage-button{display:flex;margin-top:50px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper .secondpage-button-input{position:absolute;padding:15px 10px;background-color:#973fea;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;transition:all 0s ease}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper .secondpage-button-input:hover{outline:2.5px dashed rgb(14,1,1);background-color:#8012e7}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper .secondpage-button-input span{margin:20px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper .secondpage-button-input svg{margin-right:20px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .left-wrapper .right-image{width:100%;padding-top:100px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .right-wrapper{display:grid;grid-template-columns:repeat(2,1fr);align-items:center;gap:40px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .right-wrapper .card2{background-color:#fff;padding:50px;border-radius:15px}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .right-wrapper .card2 h3{color:#000;font-size:1.22rem;font-weight:800}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .right-wrapper .card2 h1{color:#52bd44;font-size:5rem;font-weight:800}.fifthpage .fifthpage-footer .fifthpage-footer-wrapper .right-wrapper .right-card-container{margin-top:100px}.sixthpage .sixthpage-heading{margin-top:150px;display:flex;flex-direction:column;align-items:center}.sixthpage .sixthpage-heading h4{color:#589985;font-size:18px;font-weight:600;text-transform:uppercase}.sixthpage .sixthpage-heading h1{font-family:Rowdies,sans-serif;font-size:40px;color:#020202;text-align:center;font-family:Rowdies,display;font-weight:900;padding:0 0 27px;width:50%}.sixthpage .cards-groups{display:flex;justify-content:space-between;margin-top:100px;margin-bottom:100px}.sixthpage .card{display:flex;flex-direction:column;background-color:#fff;width:550px;padding:16px}.sixthpage .card-image-container{width:100%;height:200px;overflow:hidden;border-radius:8px;margin-bottom:12px}.sixthpage .card-image-container .date{position:absolute;margin:20px;padding:10px 20px;background-color:#973fea;border-radius:10px;color:#fff;font-weight:900}.sixthpage .card-image-container .card-image{width:100%;height:100%;object-fit:cover}.sixthpage .card-title{font-size:1.5rem;font-weight:bolder;margin:8px 0;color:#333}.sixthpage .main-title{display:flex}.sixthpage .main-title .card-title-li{font-size:1.2rem;font-weight:700;margin:8px 0;color:#8012e7}.sixthpage .main-title .card-title-li:hover{color:#956a3b}.sixthpage .main-title h3{font-size:18px;font-weight:bolder;margin:8px 0;padding-left:20px}.sixthpage .card-description{font-size:.9rem;color:#555;margin-bottom:16px;line-height:1.5}.sixthpage .secondpage-button-input{position:absolute;padding:15px 10px;background-color:#973fea;color:#fff;border:none;border-radius:30px;cursor:pointer;font-size:16px;font-weight:600;transition:all 0s ease}.sixthpage .secondpage-button-input:hover{outline:2.5px dashed rgb(14,1,1);background-color:#8012e7}.sixthpage .secondpage-button-input span{margin:20px}.sixthpage .secondpage-button-input svg{margin-right:20px}.seventhpage{position:relative;overflow-x:clip;margin-top:200px;height:auto}.seventhpage .seventh-background{position:absolute;z-index:-1;width:100%;height:100%;object-fit:cover}.seventhpage .seventhpage-wrapper{display:flex;justify-content:space-between;padding-top:240px;gap:50px}.seventhpage .seventhpage-wrapper .left-wrapper{margin-bottom:100px;width:100%}.seventhpage .seventhpage-wrapper .left-wrapper .header h3{color:#080808;font-size:18px;font-weight:700;text-transform:uppercase;margin-bottom:10px}.seventhpage .seventhpage-wrapper .left-wrapper .header h1{font-family:Montserrrat,sans-serif;font-size:40px;color:#020202;font-weight:700}.seventhpage .seventhpage-wrapper .left-wrapper .questions-answers{border:#020202 2px solid;background-color:#fff;border-radius:20px;padding:30px;margin-top:50px}.seventhpage .seventhpage-wrapper .left-wrapper .card4{display:flex;flex-direction:column;padding:20px}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .questions{display:flex;justify-content:space-between;gap:450px;font-size:1.5rem;font-weight:900;margin-bottom:20px;cursor:pointer}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .dropdown-icon{font-size:1.5rem;transition:transform .3s ease}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .dropdown-icon.open{transform:rotate(180deg)}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .answers{display:none;margin-top:10px;font-size:1rem;color:#666;opacity:0;transform:translateY(-10px);transition:all .3s ease;width:100%}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .answers.show{display:block;opacity:1;transform:translateY(0)}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .card4-img-group.show{display:block}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .card4-img-group{display:none}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .card4-img{display:flex;gap:40px;width:100%;position:relative}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .card4-img .img-card4{margin-top:40px;width:405px;height:auto;object-fit:cover;border-radius:20px;opacity:1;transform:translateY(0)}.seventhpage .seventhpage-wrapper .left-wrapper .card4 .line{margin-top:40px;background-color:#000;height:1px}.seventhpage .seventhpage-wrapper .right-wrapper{margin-top:100px;margin-bottom:100px;width:35%;color:#fff;display:flex;flex-direction:column;gap:40px}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt{border:2.5px dashed rgb(14,1,1);padding:30px;background-color:#7bbfff;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center;border-radius:20px}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .right-img{width:100%;height:auto;object-fit:cover;border-radius:20px}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt h1{font-size:40px;font-weight:700;margin-top:20px}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer{display:flex;justify-content:center;padding-top:30px;gap:20px}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .contact{background-color:#8bec8b;align-items:center;padding:20px;border-radius:20px;width:100%}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .contact .icon{font-size:30px;color:#fff}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .contact h4{font-size:10px;font-weight:700}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .call{background-color:#f17177;align-items:center;padding:20px;border-radius:20px;width:100%}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .call .icon{font-size:30px;color:#fff}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .call h4{font-size:10px;font-weight:700}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .video{background-color:#fa6146;align-items:center;padding:20px;border-radius:20px;width:100%}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .video .icon{font-size:30px;color:#fff}.seventhpage .seventhpage-wrapper .right-wrapper .top-containt .top-containt-footer .video h4{font-size:10px;font-weight:700}.seventhpage .seventhpage-wrapper .right-wrapper .buttom-containt{border:2.5px dashed rgb(14,1,1);background-color:#f96ea0;display:flex;flex-direction:column;align-items:center;text-align:center;padding:30px;border-radius:20px}.seventhpage .seventhpage-wrapper .right-wrapper .buttom-containt .img-btn{display:flex;margin-top:40px}.eightpage{margin-top:150px}.eightpage .header-eight{display:flex;justify-content:space-between}.eightpage .header-eight .eight-header-left{display:flex}.eightpage .header-eight .eight-header-left .left-header-header{width:625px}.eightpage .header-eight .eight-header-left .left-header-header h3{color:#68af5a;font-size:18px;font-weight:500;text-transform:uppercase;margin-bottom:10px}.eightpage .header-eight .eight-header-left .left-header-header h1{font-family:Montserrrat,sans-serif;font-size:40px;color:#020202;font-weight:900}.eightpage .header-eight .eight-header-left img{height:110px}.eightpage .header-eight .eight-header-right{width:49%}.eightpage .cards-groups-eight{display:flex;justify-content:space-between;margin-top:100px;margin-bottom:100px}.eightpage .card-container-eight{display:flex;justify-content:center;align-items:center;padding:20px;max-width:400px;margin:20px auto}.eightpage .eignt-card-wrapper{text-align:center}.eightpage .card-image{max-width:100%;height:auto;border-radius:10px;margin-bottom:12px;outline:2.5px dashed rgb(14,1,1)}.eightpage .card-content{padding:10px}.eightpage .card-name{font-size:25px;font-weight:bolder;margin:0;color:#333}.eightpage .card-description{font-size:14px;color:#080808;margin-top:8px}.eightpage .logo-container{display:flex;gap:20px;overflow-x:auto;white-space:nowrap;padding:10px;scroll-behavior:smooth;margin-bottom:100px}.eightpage .logo-image{padding-left:150px;padding-right:150px;transition:transform .2s ease;border-right:1px solid #444141}.eightpage .logo-image:hover{transform:scale(1.1);cursor:pointer}.eightpage .logo-container{-ms-overflow-style:none;scrollbar-width:none}.footer{display:flex;flex-direction:column}.footer .footer-header{display:flex;justify-content:center;margin-bottom:200px}.footer .footer-header h1{font-size:40px;font-weight:900;color:#020202}.footer .middle-footer{width:100%;background-color:#a35cf5}.footer .middle-footer .footer-img-container{width:100%;margin-top:-100px}.footer .middle-footer .footer-img-container .img1{width:320px;transform:rotate(15deg);border:2px solid white}.footer .middle-footer .footer-img-container .img2{width:320px;transform:rotate(-15deg);border:2px solid white}.footer .discription-containt{display:flex;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:100px;margin-bottom:50px;gap:15px}.footer .discription-containt img{height:auto;width:215px;max-width:215px}.footer .first-cotainer,.footer .second-containt,.footer .third-containt,.footer .fourth-containt,.footer .fifth-containt{border-radius:8px;text-align:left}.footer .first-cotainer p{margin:8px 0;color:#f8f3f3;font-size:14px;line-height:1.6}.footer .first-cotainer h1{margin-top:16px;font-size:18px;color:#f8f2f2}.footer .second-containt h1,.footer .third-containt h1,.footer .fourth-containt h1,.footer .fifth-containt h1{margin-bottom:12px;font-size:20px;color:#fff;font-weight:bolder}.footer .second-containt p{font-size:14px;color:#fff;margin-bottom:8px}.footer .fifth-containt p{font-size:14px;color:#fff;margin-bottom:16px}.footer .fifth-containt .email{width:100%;padding:18px;margin-bottom:12px;border:2.5px dashed rgb(14,1,1);border-radius:30px;font-size:14px;background-color:#ddacfa}.footer .fifth-containt .suscribe{display:inline-block;padding:18px;background-color:#dd6cc1;color:#fff;border:none;border-radius:30px;font-size:14px;cursor:pointer;text-transform:uppercase;font-weight:700;width:100%}.footer .fifth-containt .suscribe:hover{outline:2.5px dashed rgb(241,235,235)}.footer .footer-footer{height:50px;background-color:#f86da2}.footer .footer-footer .footer-footer-containt{display:flex;justify-content:space-between;align-items:center;padding:0 50px;font-size:14px}.footer .footer-footer .footer-footer-containt h5{color:#fff}.footer .footer-footer .footer-footer-containt .footer-footer-img-container{display:flex;gap:20px;padding:10px}.footer .footer-footer .footer-footer-containt .footer-footer-img-container .footer-footer-img{background-color:#fff;padding:8px;height:25px}@media screen and (max-width: 1000px){.main-container{margin:0 auto;width:768px}.cards-group{flex-direction:column;padding:10px}.card{width:100%;max-width:90%}.top-header{display:grid}.top-header .location{width:100%;height:30px;justify-content:center;display:flex}.top-header .location .content{align-items:center;display:flex}.top-header .mail{width:100%;height:30px;justify-content:center;align-items:center;align-content:center;display:flex;padding:0}.top-header:before{display:none}.firstpage .firstpage-wrapper .firstpage1{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding-bottom:100px}.firstpage .firstpage-wrapper .img1{display:none}.secondpage-wrapper{flex-direction:column;align-items:center}.secondpage-wrapper .three-girls{flex-direction:column}.secondpage-wrapper .three-girls .background-image,.secondpage-wrapper .three-girls .overlay-image{max-width:200px}.secondpage-wrapper .secondpage1{margin-left:0;text-align:center}}@media screen and (max-width: 480px){.main-container{margin:0 auto;width:480px}.top-header{display:none}.firstpage .firstpage-wrapper .firstpage1{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding-bottom:50px}.firstpage .firstpage-wrapper .img1{display:none}.secondpage-wrapper{margin:40px 0}.secondpage-wrapper .three-girls .star1{top:-30px;right:5px;width:40px;height:40px}.secondpage-wrapper .three-girls .background-image,.secondpage-wrapper .three-girls .overlay-image{max-width:150px}.secondpage-wrapper .secondpage1{padding:10px}.secondpage-wrapper .secondpage1 .heading h2{font-size:1.5rem}.secondpage-wrapper .secondpage1 .heading p{font-size:.9rem}.secondpage-wrapper .secondpage1 .secondpage-button-input{width:100%;font-size:.9rem}}
