:root {
    --brand-color: #F1511A;
    --btn-bg-color: #bb4426;
    --text-color: #eceaea;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

p {
    font-size: 17px;
    color: #c9c9c9;
}

p.error-text {
    font-size: 14px;
    color: var(--brand-color) !important;
    margin-top: 10px;
}

a {
    text-decoration: none !important;
}


/* sweet alert css start here */
.swal2-timer-progress-bar {
    background-color: var(--brand-color) !important;
}

div:where(.swal2-icon) {
    position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto .6em;
    zoom: var(--swal2-icon-zoom);
    border: .25em solid rgba(0, 0, 0, 0);
    border-radius: 50%;
    border-color: #000;
    font-family: inherit;
    line-height: 5em;
    cursor: default;
    user-select: none;
    font-size: 14px;
}

div:where(.swal2-container) div:where(.swal2-popup) {
    display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0, 100%);
    width: var(--swal2-width);
    width: 400px;
    max-width: 100%;
    padding: var(--swal2-padding);
    border: var(--swal2-border);
    border-radius: var(--swal2-border-radius);
    background: var(--swal2-background);
    color: var(--swal2-color);
    font-family: inherit;
    font-size: 1rem;
    container-name: swal2-popup;
}

/* sweet alert css end here */






ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin: auto;
}

.menu nav.navbar.navbar-expand-lg.bg-light {
    padding: 0px;
}

.menu nav.navbar.navbar-expand-lg.nav-color {
    padding: 0px;
    background-color: rgb(255 243 222) !important
}

.menu a.nav-link {
    font-weight: 600;
    margin: 0px 7px;
    font-size: 16px;
    text-transform: capitalize;
    font-family: "Lato", sans-serif;
}

.nav-link:focus,
.nav-link:hover {
    color: var(--bs-nav-link-hover-color);
}



.menu a.navbar-brand {
    max-width: 300px;
}

@media (max-width: 768px) {
    .menu a.navbar-brand {
        max-width: 250px;
    }
}

.icons a i.bi {
    color: #000;
    margin: 0px 5px;
    font-size: 21px;
    transition: all 0.3s ease-in;
    border: 1px solid;
    padding: 0px 4px;
    border-radius: 5px;
}

.icons a i.bi:hover {
    color: #ff936e;
}

.hero {
    background-color: #000;
    overflow: hidden;
    padding: 50px 0px;
    padding-bottom: 0px;
}

.hero h1 {
    color: var(--brand-color);
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 70px;
    text-transform: capitalize;
}

@media (max-width: 768px) {
    .hero h1 {
        margin-top: 100px;
    }
}

.hero p {
    font-family: "Poppins", sans-serif;
    text-align: center;
    color: #fff;
    font-size: 25px;
}

.hero .col-md-7 {
    margin: auto;
}

.hero button.btn.btn-outline-danger {
    color: #fff;
    border-color: #ff936e;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding: 13px 40px;
    transition: all 0.3s ease-in;
    font-weight: 600;
}

.hero button.btn.btn-outline-danger:hover {
    color: #000;
    background-color: #fff;
}

.hero i.bi.bi-chevron-double-down {
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.bounce {
    display: inline-block;
    animation: bounce 2s infinite ease-in-out;
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(10px);
        /* Adjust value for more/less movement */
    }
}

video.fullscreen-video {
    width: 500px;
    height: 600px;
}

@media (max-width:576px) {
    section.hero .video-container {
        text-align: center;
    }

    video.fullscreen-video {
        width: 400px;
        margin: auto;
        height: 400px;
        padding: 1.5rem 0rem;
    }
}



.one-bg {
    background-image: url(../images/photorealistic-earth-planet.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.one-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 69%);
    z-index: -1;
}

section.about-home {
    padding-top: 100px;
    padding-bottom: 0px;
}


section.about-home .mission {
    padding-top: 100px;
    padding-bottom: 50px;
}

section.about-home .what-we-do {
    padding-top: 50px;
    padding-bottom: 50px;
}


@media (max-width:768px) {
    section.about-home {
        padding-top: 52px;
        padding-bottom: 0px;
    }


    section.about-home .mission {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    section.about-home .what-we-do {
        padding-top: 0px;
        padding-bottom: 0px;
    }

}



.about-content h1 {
    color: var(--brand-color);
    font-size: 40px;
    font-weight: 700;
}

.about-content p {
    color: var(--text-color);
}

.about-home-img img.img-fluid {
    transform: rotate(45deg);
}

.mission img.img-fluid {
    transform: rotate(14deg);
}

.waht-btn {
    text-align: center;
}

.about-content ul {
    display: block;
    padding-left: 0px;
    margin-top: 50px;
}

.about-content ul li a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 15px 60px;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    /* background: #ff936e; */
    /* background-color: var(--btn-bg-color); */
    background-color: var(--brand-color);
}

.about-content ul li {
    display: contents;
}

@media (max-width: 768px) {
    .about-content ul li {
        display: table;
        margin-bottom: 5px;
        width: 100%;
    }

    .about-content.carer ul li {
        /*margin-bottom: 5px;*/
    }
}

.about-content ul li a:hover {
    border-color: #ff936e;
    color: #ff936e;
    background: none;
}

.about-content.our-roadmap span {
    color: var(--brand-color);
}

section.news-blog {
    padding-top: 50px;
    padding-bottom: 50px;
    background-attachment: fixed;
    background-position: bottom;
}

section.news-blog .news-blog {
    padding: 100px 0px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width:768px) {
    section.news-blog {
        padding-top: 0px;
        padding-bottom: 0px;
    }


    section.news-blog .news-blog {
        padding-top: 70px;
        padding-bottom: 0px;
    }
}

.singl-news h2 {
    color: var(--text-color);
    margin-top: 20px;
    font-size: 20px;
    transition: all 0.3s ease-in;
}

.singl-news:hover h2 {
    color: var(--brand-color);
}

.singl-news {
    border: 2px solid var(--text-color);
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.news-blog ul {
    display: block;
    padding-left: 0px;
    margin-top: 100px;
}

.news-blog ul li a {
    color: #fff;
    text-decoration: none;
    border: 2px solid #ffffff;
    padding: 15px 60px;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    /* background: #ff936e; */
    /* background-color: var(--btn-bg-color); */
    background-color: var(--brand-color);
}

.news-blog ul li {
    display: contents;
}

.news-blog ul li a:hover {
    border-color: #ff936e;
    color: #ff936e;
    background: none;
}


/* footer css start here */
section.footer {
    /* background-image: url(../images/blog-2.jpg); */
    background-color: #000;
    padding: 100px 0px 65px;
    background-attachment: fixed;
    background-position: bottom;
}

section.footer p {
    font-size: 16px;
    color: var(--text-color);
}

section.footer .item-container {
    display: flex;
    gap: 30px;
}

section.footer .item-container .item {
    width: 23.33%;
}

section.footer .item-container .item.logo-item {
    width: 30%;
}

@media (max-width:991px) {
    section.footer .item-container {
        flex-wrap: wrap;
    }

    section.footer .item-container .item {
        width: calc(50% - 30px);
    }

    section.footer .item-container .item.logo-item {
        width: calc(50% - 30px);
    }
}

@media (max-width:768px) {

    section.footer .item-container .item {
        width: 100%;
    }

    section.footer .item-container .item.logo-item {
        width: 100%;
    }

    section.footer .item-container .item.logo-item img {
        width: 70%;
    }
}



.footer h3 {
    /* color: #ff936e; */
    color: var(--brand-color);
    font-weight: 700;
    margin-bottom: 15px;
}

.footer p {
    margin-bottom: 5px;
    color: #fff;
    transition: all 0.3s ease-in;
}

.footer a p:hover {
    color: #adadad;
}

.footer .icons a i.bi {
    color: var(--text-color);
    padding: 5px 10px;
}

/* .footer .col-md-4 {
    text-align: center;
} */

.singl-footer {
    margin-bottom: 30px;
}

/* footer css end here */













.job-details-content-title {
    color: #ff936e;
    margin-top: 30px;
}


/* about section start here */

section.about-us {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url(../images/starry-night-sky.jpg);
    background-attachment: fixed;
    background-position: bottom;
}

section.about-us h1 {
    color: var(--brand-color);
    text-transform: capitalize;
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 34px;
}

section.about-us p {
    color: var(--text-color);
}

section.meet-team .team-container {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

section.meet-team .team-container .item {
    width: calc(25% - 40px);
}


@media (max-width:991px) {
    section.meet-team .team-container {
        flex-wrap: wrap;
    }

    section.meet-team .team-container .item {
        width: calc(33.33% - 40px);
    }
}

@media (max-width:768px) {
    section.meet-team .team-container .item {
        width: calc(50% - 40px);
   
    }
}

@media (max-width:576px) {
    section.meet-team .team-container .item {
        width: 100%;
    }
}


.meet-team {
    background-color: #03060b;
    padding: 100px 0px;
}


.singl-team {
    display: block;
    text-align: center;
    /* margin-bottom: 80px; */
    /* padding: 30px; */
}

.meet-team h2 {
    color: var(--brand-color);
    text-transform: capitalize;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 80px;
}

.singl-team h4 {
    color: var(--brand-color);
    text-transform: capitalize;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 2px;
    margin-top: 20px;
}

.singl-team p {
    color: var(--text-color);
    font-size: 14px;
}

.singl-team .img-fluid {
    max-width: 100%;
    border-radius: 100%;
    width: 200px;
    background: #fff;
}



.worker-details {
    padding-top: 150px;
    padding-bottom: 100px;
    background-image: url(../images/starry-night-sky.jpg);
}

.worker-details h1 {
    text-align: center;
    color: var(--brand-color);
    margin-bottom: 34px;
}

.worker-details p {
    color: #fff;
}

.worker-details ol {
    padding: inherit;
    margin: inherit;
    padding-left: 2rem;
    margin-left: 1rem;
    color: #fff;
}
.worker-details ol li{
    margin-bottom: 10px;
}




/* resources and business plan section css start here */
/* section.business-plan-section {
    background-image: url(../images/photorealistic-earth-planet.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 200px 0px;
} */

section.business-plan-section {
    position: relative;
    overflow: hidden;
    padding: 200px 0px;


}

section.business-plan-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/photorealistic-earth-planet.jpg) center / cover no-repeat, rgba(0, 0, 0, 0.753);
    background-blend-mode: overlay;
    transform: rotate(180deg);
    transform-origin: center;
    z-index: -1;
}

section.business-plan-section h1 {
    color: var(--brand-color);
    font-family: "Poppins", sans-serif;
    font-weight: 700;

    font-size: 70px;
    text-transform: capitalize;
}

section.business-plan-section p {
    font-family: "Poppins", sans-serif;
    color: #fff;
    font-size: 25px;
}



section.business-plan-section a {
    color: var(--text-color);
    text-decoration: none;
    border: 2px solid var(--text-color);
    padding: 15px 60px;
    transition: all 0.3s ease-in;
    border-radius: 5px;
    background: var(--brand-color);
}

section.business-plan-section a:hover {
    border-color: #ff936e;
    color: #ff936e;
    background: none;
}

/* resources and business plan section css start here */