body {
    font-family: 'Futura Md BT', sans-serif;
}

:root {
    --primary: #f8ba0f;
    --secondary: #000000;
    --white: #fff;
}

a {
    text-decoration: none !important;
}


#popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    z-index: 9999;
    height: 500px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}


#popup img{
    height:480px;
}

#closePopup{
    position: absolute;
    right: -10px;
    top: -10px;
    height: 40px;
    width: 40px;
    background-color: #000000;
    color: #f8ba0f;
    border-radius: 50%;
    border: none;
}
.btn1 {
    background-color: var(--secondary);
    padding: 10px 20px;
    color: var(--white);
}

.btn1:hover {
    background-color: var(--primary);
    padding: 10px 20px;
    color: rgb(0, 0, 0);
}

.btn2 {
    background-color: var(--primary);
    padding: 10px 20px;
    color: var(--white);
}

.btn2:hover {
    background-color: var(--white);
    padding: 10px 20px;
    color: var(--secondary);
}

/*  */
.logo {
    text-align: center;
}

.logo a img {
    height: 120px;
}

nav {
    background-color: #e8e8e8;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0 13px 0;
}

nav ul {
    padding: 0;
    margin: 0;
}

nav ul li {
    padding: 10px 15px !important;
    display: inline;
    list-style: none;
}

nav ul li a {
    color: #464646d6;
}

nav ul li a.active {
    color: #000000 !important;
}

.dropdown-link {
    position: relative !important;
}

.Dropdown {
    display: none;
    position: absolute !important;
    top: 35px;
    left: 0;
    width: 350px;
    background-color: #fff;
    z-index: 99999999999999 !important;
}

.Dropdown li {
    display: block !important;
    padding: 5px 10px !important;
}

.dropdown-link:hover .Dropdown {
    display: block;
}

/* mobile nav */
.mobile-nav {
    display: none !important;
}

.navbar-brand img {
    height: 70px;
}

/*  */
.carousel1 {
    width: 100%;
    height: 80vh;
    background: url('../images/banner.jpg') center no-repeat;
    background-size: cover;
}

.carousel2 {
    width: 100%;
    height: 80vh;
    background: url('../images/banner2.jpg') center no-repeat;
    background-size: cover;
}

.carousel3 {
    width: 100%;
    height: 80vh;
    background: url('../images/banner3.jpg') center no-repeat;
    background-size: cover;
}

.carousel-indicators .active {
    opacity: 1;
    color: var(--primary) !important;
    background-color: var(--primary) !important;
}

.banner-content {
    width: 100%;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;

}

.banner-content h1 {
    font-size: 27px;
    padding: 30px 20px;
    background-color: rgba(0, 0, 0, 0.736);
    color: var(--white);
}

.texture-bg {
    width: 100%;
    height: auto;
    background: url('../images/texture-bg.jpg') center no-repeat;
    background-size: cover;
    box-shadow: inset 0 0 0 2000px rgba(255, 255, 255, 0.6);
}

.yellow-texture-bg {
    width: 100%;
    height: auto;
    background: url('../images/yellow-texture-bg.jpg') center no-repeat;
    background-size: cover;
}

.aboutus-content h2 {
    color: var(--primary);
    font-size: 22px;
}

.aboutus-content h2 span {
    color: var(--secondary);
}

.video-img {
    position: relative !important;
}

.video-btn {
    position: absolute !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video-btn a {
    background-color: transparent;
    border: none;
}

.video-btn a img {
    height: 80px;
}

/* video popup */
/**
 * Simple fade transition,
 */
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

/*  */
.projects-sec {
    width: 100%;
    height: auto;
    background: url('../images/projects-bg.jpg') center no-repeat;
    background-size: cover;
}

.projects-sec h2 {
    color: var(--primary);
}

.projects-sec h2 span {
    color: var(--white);
}

.projects {
    color: var(--white);
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
    opacity: 1;
    width: 30px;
    height: 30px;
    line-height: 50px;
    position: absolute;
    top: 35%;
    align-items: center;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    background: 0;
    font-size: 25px;
    font-weight: 700;
    background: var(--white) !important;
    color: var(--secondary) !important;
    border-radius: 50%;
}

.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover {
    background: var(--primary) !important;
    color: var(--secondary) !important;
}

.owl-carousel .owl-prev {
    left: -60px;
}

.owl-carousel .owl-next {
    right: -60px;
}

/*  */
footer {
    background-color: var(--secondary);
    color: var(--white);
}

.footer-logo {
    height: 100px;
}

.social-media-links a {
    color: var(--primary);
    margin-right: 15px;
    font-size: 20px;
}

.social-media-links a:hover {
    color: var(--white);
}

.contact-links h3,
.quick-links h3 {
    font-size: 20px;
    color: var(--primary);
}

.contact-links ul,
.quick-links ul {
    padding-left: 0;
}

.contact-links ul li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    list-style: none;
    color: var(--white);
    padding: 10px 0;
}

.contact-links ul li a {

    display: flex;
    align-items: flex-start;
    gap: 15px;
    list-style: none;
    color: var(--white);
}

.quick-links ul li {
    padding: 8px 0;
    list-style: none;
}

.contact-links ul li .fa-solid,
.quick-links ul li .fa-solid {
    margin-top: 8px;
    font-size: 18px;
    color: var(--primary);
}

.contact-links ul li a,
.quick-links ul li a {
    font-size: 18px;
    color: var(--white);
}

.submit-btn {
    background-color: var(--primary);
    padding: 10px 20px;
    width: 100%;
}

.form-control {
    border-radius: 0 !important;
}

.footer-row {
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-row a {
    color: var(--secondary);
}

/*  */
.aboutus-banner {
    width: 100%;
    height: 50vh;
    background: url('../images/banner2.jpg') center no-repeat;
    background-size: cover;
}

.contact-banner {
    width: 100%;
    height: 70vh;
    background: url('../images/banner3.jpg') center no-repeat;
    background-size: cover;
}

.event-banner {
    width: 100%;
    height: 70vh;
    background: url('../images/event-banner.jpg') center no-repeat;
    background-size: cover;
}

.event-banner2{
    width: 100%;
    height: 70vh;
    background: url('../images/banner.jpg') center no-repeat;
    background-size: cover;
}

.banner-content-inside {
    width: 100%;
    height: 70vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scaffoling-banner {
    width: 100%;
    height: 70vh;
    background: url('../images/banner4.jpg') center no-repeat;
    background-size: cover;
}

.banner-content-inside h2 {
    margin-top: 30px;
    padding: 15px 20px;
    background-color: rgba(0, 0, 0, 0.736);
    color: var(--white);
}

.why-choose-sec {
    background-color: var(--secondary);
    color: #fff;
}

.why-choose-sec2{
    background-color: #313131;
    color: #fff;
}

.why-choose-sec ul {
    padding-left: 15px;
}

.why-choose-sec ul li {
    padding: 10px;
    list-style: square;
}


@media only screen and (min-width: 1400px) {
    .navbar-brand img {
        height: 100px;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: var(--white) !important;
        font-size: 16px;
        padding: 0 6px !important;
    }
}

@media only screen and (max-width:1300px) {
    .logo a img {
        height: 80px;
    }
}


@media only screen and (max-width: 900px) {
    .logo a img {
        height: 50px;
    }

    .mobile-nav {
        display: block !important;
        z-index: 99 !important;
    }

    .desktop-nav {
        display: none;
    }

    .toogle-navs {
        position: relative;
    }

    .toogle-drop-down {
        position: absolute;
        display: none !important;
    }

    .toogle-drop-down li {
        display: block !important;

    }
}

@media only screen and (max-width: 768px) {
    .logo a img {
        margin: 10px 0;
        height: 40px;
    }

    .owl-carousel .owl-prev {
        left: 20px;
    }

    .owl-carousel .owl-next {
        right: 20px;
    }

    .footer-logo {
        height: 50px;
    }

    .footer-row {
        padding: 10px 0;
        display: grid;
    }

    .banner-content h1 {
        font-size: 22px;
        padding: 20px 10px;
    }
}

@media only screen and (max-width: 400px) {
    .logo a img {
        margin: 10px 0;
        height: 26px;
    }

    nav ul li {
        padding: 0px 5px !important;
        display: inline;
        list-style: none;
        line-height: 0 !important;
    }

    nav ul li a {
        line-height: 25px !important;
    }

    nav ul li ul li a {
        font-size: 14px;
    }

    #popup img{
        height: 500px !important;
    }

    #popup {
        height:auto;
        width: 90%;
    }

    #closePopup{
        right: -5px;
        top: -5px;
    }
}