* {
    box-sizing: border-box;
}

body,
html {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

.navbar-main {
    background-color: transparent;
    transition: background-color 0.4s ease, box-shadow 0.3s ease;
}

.navbar-main.scrolled {
    background-color: #1a1a1a;
    border-bottom: 1px solid #ff6600 ;
}

.navbar-main a {
    color: white;
    transition: color 0.3s;
}

.navbar-main.scrolled a {
    color: white;
}

.nav-font {
    font-size: 12px;
    font-weight: 500;
}

.nav-font:hover {
    color: #ff6600 !important;
    transition: 0.2s;
}

.carousel {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.slide {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    background-size: cover;
    background-position: center;
}

.slide.active {
    opacity: 1;
    z-index: -1;
}

.overlay-text {
    position: absolute;
    top: 40%;
    left: 25%;
    right: 25%;
    color: #ffffff;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.carousal-button {
    position: absolute;
    top: 50%;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px;
    cursor: pointer;
    transform: translateY(-50%);
}

.banner-1::before {
    position: absolute;
    content: "";
    background: url(images/pic1.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.banner-2::before {
    position: absolute;
    content: "";
    background: url(images/pic2.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.banner-3::before {
    position: absolute;
    content: "";
    background: url(images/pic3.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.banner-4::before {
    position: absolute;
    content: "";
    background: url(images/pic4.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}

.banner-1::after,
.banner-2::after,
.banner-3::after,
.banner-4::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.400);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.carousal-button:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.bottom-line-2 {
    min-width: 80px;
    max-width: 80px;
    height: 18px;
    border-bottom: 2px solid #ff6600;
}

.service-icon:hover {
    background-color: #ff6600;
    border-color: #ff6600 !important;
    transition: 0.3s;
}

.service-icon:hover i {
    color: white;
    transition: 0.3s;
}

.col-lg-4:has(.service-icon:hover) .service-text {
    color: #ff6600;
    transition: 0.3s;
}

.services-banner::before {
    position: absolute;
    content: "";
    background: url(images/service.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.services-banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.450);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.contact-banner::before {
    position: absolute;
    content: "";
    background: url(images/contact.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.contact-banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.603);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.contact-button{
    border: 1px solid #ff6600;
}
.contact-button:hover{
    border: 1px solid #ff6600;
    background-color: #ff6600;
    color: white !important;
}
.social-icons a {
    transition: all 0.3s ease-in-out;
}

.social-icons a:hover {
    transform: scale(1.2);
}

.fb,
.twitter,
.insta {
    color: #0d6efd !important;
}

.y-tube {
    color: red !important;
}

.glass-section {
    position: relative;
}

.mission-banner::before{
    position: absolute;
    content: "";
    background: url(images/mission.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: -2;
}
.mission-banner::after{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.400);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.mission-banner::before{
    position: absolute;
    content: "";
    background: url(images/mission.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.glass-card {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 15px;
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.2);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: #fff;
    transition: 0.5s !important;

}
.glass-card:hover{
    transform: translateY(-10px) !important;
}
.about-banner::before {
    position: absolute;
    content: "";
    background: url(images/about.jpg) no-repeat center center/cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

.about-banner::after {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.603);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}
.footer {
    background-color: rgba(0, 0, 0, 0.895);
}