@import"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&display=swap";@import"https://fonts.googleapis.com/css2?family=Sansita+Swashed:wght@300..900&display=swap";:root{--main-color: #ff2500;--color-shadow: #ff361496}::selection{background-color:var(--main-color)}::-webkit-scrollbar{width:12px}::-webkit-scrollbar-track{background-color:#ff250096}::-webkit-scrollbar-thumb{background-color:var(--main-color)}*{font-family:Poppins,sans-serif!important}body{margin:0}.shadow{box-shadow:0 .5rem 1rem var(--color-shadow)!important}nav a{font-family:Sansita Swashed,system-ui!important}footer{background-color:var(--main-color)}footer span{color:var(--btn-hover)}.correct{background-color:#ff250052}.wrong{background-color:#5e0000;border-radius:50%}.gal{background:#e6e6e6}img{transition:.5s}.img{border:2px solid var(--main-color);width:150px;height:150px;cursor:pointer}img:hover{transform:scale(1.1)}.hero{height:550px;display:flex;align-items:center;justify-content:center;text-align:center;flex-direction:column;background-image:url(https://images.pexels.com/photos/2653362/pexels-photo-2653362.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1);background-size:cover;background-position:center}.about img{box-shadow:0 5px 10px 0 var(--color-shadow)}.about .info p{line-height:1.7}.about .info ul li{margin-bottom:10px}.our-team .item{background-color:var(--main-color);overflow:hidden;box-shadow:0 5px 10px 0 var(--color-shadow);transition:.5s}.our-team .item:hover{transform:translateY(-10px);box-shadow:0 20px 20px 6px var(--color-shadow)}.our-team .item img{border-radius:50%;width:100px;height:100px;margin-bottom:10px;transition:.5s}.our-team .item ul{display:flex}.our-team svg{font-size:30px}.our-team .item ul li a{color:#001c07;width:100%;text-align:center;transition:.5s}.our-team .item ul li a:hover{color:#fff;transform:scale(1.2)}.work img{width:200px;box-shadow:0 5px 10px 0 var(--color-shadow)}.work img:hover{transform:rotate(10deg)}.work .arrows svg{font-size:30px}.testimonials img{height:100px;width:100px;object-fit:fill;box-shadow:0 5px 10px 0 var(--color-shadow);border-radius:50%}.testimonials img:hover{transform:rotate(-10deg)}
