*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-thumb{background-color:#000;border-radius:20px}header{background:linear-gradient(90deg,#020024,#04232b 35%,#000);background-size:cover;height:40rem;justify-content:center}header,header .header-title{align-items:center;display:flex}header .header-title{flex-direction:column;gap:1rem}header .header-title span{align-items:last baseline;background-color:#ffffffeb;border-radius:20px;display:flex;justify-content:center;padding:.4rem 0;width:min(100% - 1rem,30rem)}header .header-title span img{object-fit:contain;width:5rem}header .header-title span .logo1{color:orange;font-family:Times New Roman,Times,serif;font-size:4rem}header .header-title span .logo2{color:#000;font-family:Times New Roman,Times,serif;font-size:3rem}header .header-title img{max-height:12rem;object-fit:cover;width:min(100% - 1rem,30rem)}header .header-title h1{color:#fff;font-size:clamp(1.8rem,4vw,2.5rem)}header .header-title p{color:#fff;font-size:clamp(1.2rem,4vw,1.4rem);font-weight:700;text-align:center;width:min(100% - 1rem,30rem)}header .header-title .header-btns{align-items:center;display:flex;gap:.5rem;justify-content:center;width:min(100% - 1rem,30rem)}header .header-title .header-btns a{align-items:center;background-color:#fff;border:none;border-radius:10px;color:#000;cursor:pointer;display:flex;justify-content:center;outline:none;padding:.5rem 0;text-decoration:none;transition:.5s;width:40%}header .header-title .header-btns a:active{background-color:orange;color:#fff;transition:.5s}.content{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:1rem 0}.content .para{font-size:1.3rem;text-align:center;width:min(100%,90rem)}.content h2{font-size:1.7rem;margin:2rem 0;text-align:center}.content ul{font-size:clamp(1.1rem,4vw,1.3rem);list-style:decimal inside;padding:.5rem;width:min(100%,88rem)}.content .single,.content ul{display:flex;flex-direction:column;gap:1rem}.content .single{align-items:center;border:1px solid gray;border-radius:20px;box-shadow:3px 3px 4px gray;padding:1rem;width:min(100%,70rem)}.content .single img{max-height:20rem;object-fit:cover;transition:.5s;width:40rem}.content .single img:hover{filter:grayscale(1);transition:.5s}.content .single .text-container{align-items:center;display:flex;flex-direction:column;gap:1rem;padding:1rem}.content .single .text-container h1{font-size:1.6rem;margin-bottom:.5rem;text-align:center}.content .single .text-container p{color:#000;font-size:clamp(1.1rem,4vw,1.3rem);text-align:center}.content .single:nth-child(odd){flex-direction:row-reverse}@media only screen and (max-width:900px){.content .single,.content .single:nth-child(odd){flex-direction:column}.content .single img{max-height:40rem;width:100%}}.images{padding-top:2rem}.images .images_container{display:flex;height:auto;margin:0 auto;overflow:hidden;position:relative;width:100%}.images .images_container img{flex-grow:0;flex-shrink:0;height:40rem;object-fit:cover;object-position:center;transition:.5s;width:100%}.images .images_container .dots{align-items:center;bottom:1rem;display:flex;gap:1rem;justify-content:center;left:0;position:absolute;right:0}.images .images_container .dots button{border:1px solid #fff;border-radius:50%;font-size:1.2rem;outline:none;padding:.2rem .6rem}.images .images_container .btns{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin:.5rem auto;padding:0 .5rem;position:absolute;top:50%;width:100%;z-index:2}.images .images_container .btns button{background-color:rgba(0,0,0,.538);border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:1.5rem;outline:none;padding:.5rem 1rem;transition:.5s;width:-webkit-max-content;width:max-content}.images .images_container .btns button:active{background-color:hsla(0,0%,100%,.634);color:red;transform:scale(.9);transition:.5s}footer{align-items:center;background-color:#000;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem}footer img{max-height:4rem;width:10rem}footer h2{color:#fff;font-size:1.6rem}footer a{font-size:1.1rem;text-decoration:none}footer a,footer h4{color:#fff}.popup{bottom:1rem;display:flex;flex-direction:column;gap:1rem;position:fixed;right:1rem;z-index:3}.popup .phone{align-items:center;background-color:green;border-radius:50%;cursor:pointer;display:flex;height:4rem;justify-content:center;text-decoration:none;transition:.5s;width:4rem}.popup .phone:hover{transform:scale(.9);transition:.5s}.popup .phone box-icon{fill:#fff;height:2.5rem;width:2.5rem}.popup .email{align-items:center;background-color:orange;border-radius:50%;cursor:pointer;display:flex;height:4rem;justify-content:center;text-decoration:none;transition:.5s;width:4rem}.popup .email:hover{transform:scale(.9);transition:.5s}.popup .email box-icon{fill:#fff;height:2.5rem;width:2.5rem}@media only screen and (max-width:500px){.popup .email,.popup .phone{height:3rem;width:3rem}.popup .email:hover,.popup .phone:hover{transform:scale(1)}.popup .email box-icon,.popup .phone box-icon{height:2rem;width:2rem}}
/*# sourceMappingURL=main.d7eabdb3.css.map*/