@import"https://fonts.googleapis.com/css2?family=Indie+Flower&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap";*{padding:0px;margin:0px;box-sizing:border-box;list-style:none;text-decoration:none}body{font-size:16px;color:#343434;font-family:"Nunito",sans-serif;background:#fff;overflow-x:hidden}a{color:#306}a:hover{color:#f15b5b}p{margin-bottom:10px}strong,b{font-weight:600}.delay-1{animation-delay:.3s}.delay-2{animation-delay:.6s}.delay-3{animation-delay:.9s}.delay-4{animation-delay:1.2s}@keyframes phone-animation{0%{transform:rotate(0)}25%{transform:rotate(10deg)}50%{transform:rotate(0deg)}100%{transform:rotate(0)}}@keyframes star-animation{0%{transform:rotate(0deg) scale(1)}50%{transform:rotate(360deg) scale(1.5)}100%{transform:rotate(0deg) scale(1)}}.cloud-top{height:76px;background:url("../images/cloud-top.svg") center center repeat-x;clear:both;margin-bottom:-76px;position:relative;z-index:9}.cloud-bottom{height:76px;background:url("../images/cloud-bottom.svg") center center repeat-x;clear:both;margin-top:-76px;position:relative;z-index:9}.cloud-bottom--page{margin-top:0px}.button{display:flex;gap:10px;align-items:center;justify-content:center;font-size:18px;font-weight:700;border-radius:45px;padding:10px 11px;width:max-content;transition:all .5s}.button i{font-size:24px}.button--main{background:#330066;color:#fff}.button--main:hover{background:#32bcad;color:#fff}.button--dark{background:#343434;color:#fff}.button--dark:hover{background:#fff;color:#343434}.button--ghost{border:2px solid #904dd3;color:#fff; background:#904dd3; }.button--ghost:hover{background:#f15b5b;color:#fff}.button--mini{font-size:16px;padding:0px}.button--mini i{font-size:16px}.button--mini:hover{gap:15px}.title{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin-bottom:40px;text-align:center;max-width:520px}.title h6{font-family:"Indie Flower",cursive;font-size:22px;color:#f15b5b}.title span{font-size:26px;font-weight:900}.pagination{display:flex;align-items:center;justify-content:center;gap:15px;margin-top:40px}.pagination span{width:15px;height:15px;border-radius:15px;opacity:.5;background:#f15b5b;cursor:pointer;transition:all .3s}.pagination span.swiper-pagination-bullet-active{width:70px;opacity:1}.header{width:100%;padding:30px 30px 0 30px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:99}.header__logo{display:flex}.header__logo img{max-height:80px}.header__nav{display:flex;gap:40px;font-weight:700}.header__nav li{display:flex}.header__nav li a{display:flex;align-items:center;justify-content:center;gap:5px}.header__contact{display:flex;gap:30px}.header__contact-phone{display:flex;align-items:center;justify-content:center;position:relative}.header__contact-phone img{position:absolute;left:-90px;top:0px;animation:phone-animation 2s infinite}.header__contact-text{display:flex;flex-direction:column}.header__contact-text h6{font-size:12px;font-weight:300}.header__contact-text span{font-size:26px;font-weight:900;color:#f15b5b}.header__contact-social{display:flex;gap:10px}@media screen and (max-device-width: 1440px){.header__contact-social{display:none}}.header__contact-social a{width:50px;height:50px;border-radius:100%;display:flex;align-items:center;justify-content:center;font-size:25px;transition:all .5s}.header__contact-social a.uil-facebook-f{border:25px solid #1b86e9;color:#fff}.header__contact-social a.uil-facebook-f:hover{color:#fff;background:#1b86e9}.header__contact-social a.uil-instagram{border:25px solid #f44e54;color:#fff}.header__contact-social a.uil-instagram:hover{color:#fff;background:#306}.header__mobile-menu{display:none;width:45px;height:45px;border-radius:10px;align-items:center;justify-content:center;font-size:26px;background:#0cf;color:#fff}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#96cfd9;overflow:hidden}.hero__container{width:1200px;display:flex;position:relative;align-items:center;justify-content:space-between;height:650px}.hero__container img.star{position:absolute;z-index:99;pointer-events:none}.hero__container img.star--red{left:-50px;top:50px;animation:star-animation 6s infinite}.hero__container img.star--yellow{left:450px;top:170px;animation:star-animation 4s infinite}.hero__container img.star--green{left:520px;top:515px;animation:star-animation 2s infinite}.hero__text{max-width:480px;display:flex;flex-direction:column}.hero__text h6{font-family:"Indie Flower",cursive;font-size:22px;color:#f15b5b}.hero__text h3{font-size:45px;font-weight:900;color:#306;margin-bottom:15px}.hero__text span{margin-bottom:20px}.hero__text-buttons{display:flex;gap:20px}.hero__img{position:absolute;bottom:0px;right:0px}.hero__img img{position:absolute;bottom:0px;right:0}.hero__img-children{z-index:2}.hero__img-logo{z-index:1;right:-90px !important;bottom:20px !important}.services{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:90px 0}.services__container{width:1200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.services__slider{width:100%;overflow:hidden}.service{max-width:390px;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;padding:20px;border-radius:20px;border:3px dashed transparent;transition:all .5s}.service>i{width:85px;height:85px;border-radius:10px;background:#F15B5B10;color:#f15b5b;margin-bottom:20px;display:flex;align-items:center;justify-content:center;font-size:45px}.service h3{font-size:22px;font-weight:900;margin-bottom:5px}.service h3 a{color:#f15b5b}.service span{margin-bottom:10px}.service a.button{color:#f15b5b}.service:hover{background:#F15B5B05;border:3px dashed #f15b5b}.service:nth-child(2n)>i{background:#00CCFF10;color:#0cf}.service:nth-child(2n) h3 a{color:#0cf}.service:nth-child(2n) a.button{color:#0cf}.service:nth-child(2n):hover{background:#00CCFF05;border:3px dashed #0cf}.service:nth-child(3n)>i{background:#32BCAD10;color:#32bcad}.service:nth-child(3n) h3 a{color:#32bcad}.service:nth-child(3n) a.button{color:#32bcad}.service:nth-child(3n):hover{background:#32BCAD05;border:3px dashed #32bcad}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#f1fdff}.about__container{width:1000px;display:flex;justify-content:space-between;align-items:center;position:relative}.about__container img.star{position:absolute}.about__container img.star--red{right:-50px;top:150px;animation:star-animation 6s infinite}.about__container img.star--yellow{right:550px;top:170px;animation:star-animation 4s infinite}.about__container img.star--green{right:50px;top:515px;animation:star-animation 2s infinite}.about__img{position:relative}.about__img-logo{position:absolute;z-index:1;bottom:0px;left:-150px;bottom:100px}.about__img-children{position:relative;z-index:2}.about__text{width:490px;display:flex;flex-direction:column}.about__text h6{font-family:"Indie Flower",cursive;font-size:22px;color:#f15b5b;margin-bottom:5px}.about__text span{font-size:26px;font-weight:900;color:#306;margin-bottom:15px}.about__text-info{margin-bottom:15px}.content{display:flex;flex-direction:column;padding:20px;border-radius:20px;border:3px dashed #00CCFF10;transition:all .5s}.content:hover{background:#00CCFF05;border:3px dashed #0cf}.content:hover a{color:#0cf}.content__img{display:flex;margin-bottom:15px}.content__img img{width:100%;height:270px;border-radius:20px;background:#ccc}.content h3{font-size:22px;font-weight:900;margin-bottom:10px}.content>span{margin-bottom:15px}.content__info{display:flex;align-items:center;justify-content:space-between}.content__info>span{font-family:"Indie Flower",cursive;font-size:22px;opacity:.5}.content--event{border:3px dashed #32BCAD10}.content--event:hover{background:#32BCAD05;border:3px dashed #32bcad}.content--event:hover a{color:#32bcad}.events .title h6{color:#32bcad}.events .pagination span{background:#32bcad}.blogs .title h6{color:#0cf}.blogs .pagination span{background:#0cf}.events,.blogs{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:90px 0}.events__container,.blogs__container{width:1200px;display:flex;align-items:center;justify-content:center;flex-direction:column}.events__slider,.blogs__slider{width:100%;overflow:hidden}.photos{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:90px 30px;background:#f1fdff}.photos__wrapper{width:100%;margin-bottom:40px;display:grid;grid-template-columns:repeat(6, 1fr);gap:25px}.photos__wrapper a{width:100%;display:flex}.photos__wrapper a img{width:100%;height:auto;border-radius:20px;transition:all .5s}.photos__wrapper a img:hover{transform:scale(1.1)}.photos__wrapper a:nth-child(2n){transform:translateY(-20px)}.footer{display:flex;flex-direction:column;align-items:center;background:#fff9f9;width:100%;float:left}.footer__container{width:1200px;display:flex;flex-direction:column;align-items:center;justify-content:center}.footer__top{padding:140px 0 70px 0;display:flex;align-items:center;justify-content:center;flex-direction:column;text-align:center;border-bottom:1px solid #f0e9e9;width:100%}.footer__top h3{font-size:45px;margin-bottom:5px;font-weight:900}.footer__top span{margin-bottom:15px;font-size:18px;max-width:735px}.footer__bottom{padding:70px 0;display:flex;justify-content:space-between;width:100%}.footer__info{display:flex;flex-direction:column;gap:20px;max-width:330px;align-items:flex-start}.footer__info-logo{display:flex}.footer__info-logo img{max-height:80px}.footer__info ul{display:flex;gap:20px;align-items:center;justify-content:center}.footer__info ul li{display:flex}.footer__info ul a{display:flex}.footer__info ul a.uil-facebook-f{color:#1b86e9}.footer__info ul a.uil-twitter-alt{color:#49deff}.footer__info ul a.uil-twitter-alt{color:#e72deb}.footer__nav{display:flex;flex-direction:column;gap:15px;width:390px}.footer__nav h6{font-size:18px;font-weight:700}.footer__nav ul{display:grid;grid-template-columns:repeat(2, 1fr);gap:10px}.footer__nav ul li{display:flex}.footer__nav ul a{color:#343434}.footer__contact{display:flex;flex-direction:column;max-width:280px}.footer__contact ul{display:flex;flex-direction:column;gap:20px}.footer__contact ul li{display:flex;flex-direction:column}.footer__contact ul li span:first-child{font-size:14px;opacity:.5}@media screen and (max-device-width: 600px){.cloud-top,.cloud-bottom,img.star{display:none}.title h6{font-size:16px}.title span{font-size:18px}.header{padding:20px;border-bottom:1px solid #eee}.header__logo img{height:55px}.header__nav{position:absolute;width:100%;padding:20px;background:#fff;border-bottom:1px solid #eee;top:96px;left:0px;display:none}.header__nav li{width:100%;float:left;margin-bottom:10px}.header__nav li:last-child{margin-bottom:0px}.header__contact{display:none}.header .header__mobile-menu{display:flex}.hero{padding:60px 20px}.hero__container{width:100%;height:auto;flex-direction:column}.hero__text{width:100%}.hero__text h3{font-size:26px}.hero__text-buttons{flex-direction:column;gap:10px}.hero__img{display:none}.services{padding:60px 20px}.services__container{width:100%}.about{padding:60px 20px}.about__container{width:100%}.about__img{display:none}.about__text{width:100%}.events,.blogs{padding:60px 20px}.events__container,.blogs__container{width:100%}.content__img img{height:auto}.photos{padding:60px 20px}.photos__wrapper{grid-template-columns:repeat(4, 1fr);border-radius:20px;gap:0px;overflow:hidden}.photos__wrapper a{transform:none !important}.photos__wrapper a img{border-radius:0px}.footer{padding:0px 20px}.footer__container{width:100%}.footer__top{padding:40px 0px}.footer__top h3{font-size:26px}.footer__bottom{padding:40px 0;flex-direction:column;gap:30px}.footer__nav,.footer__contact,.footer__info{width:100%;max-width:100%}}/*# sourceMappingURL=style.css.map */
