@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;900&display=swap");

:root {
    --dev-theme-color: #031f42;
    --dev-theme-color2: #2ca0da;
    --dev-base-color: #fff;
    --dev-font-color: #101010;
    --dev-font-color2: #2268ac;
    --dev-hover-color: #ffc107;
    --dev-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    --dev-shadow-lg: 0 5px 15px rgba(15, 39, 125, 0.15);
    --dev-shadow-md: 0px 20px 30px 0px rgb(1 11 60 / 10%);
}

*,
html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-size: 100%;
}

body {
    font-size: 1rem;
    margin: 0;
    padding: 0;
    /* font-family: 'Rubik', sans-serif; */
    font-family: "Jost", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    overflow-x: hidden;
}

a {
    transition: 0.2s;
    text-decoration: none;
}

a:hover,
a:focus {
    color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
}

p {
    font-size: 1.15rem;
    line-height: 1.5;
}

.sticky {
    background: #436170 !important;
    box-shadow: var(--dev-shadow);
    position: fixed !important;
    width: 100%;
    top: 0;
    z-index: 999;
    padding: 0;
}
.navbar-brand img {
    width: 150px;
    transition: width 0.3s;
    transition-timing-function: linear;
}
.sticky img {
    width: 160px;
}

section {
    padding-top: 5rem;
    padding-bottom: 5rem;
    position: relative;
}

.bg-gray {
    background: #f4f7fc;
}

.bg-theme {
    background: var(--dev-font-color);
}

.devBtn {
    border-radius: 5px;
    padding: 0.75rem 1.5rem;
    position: relative;
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    transition: 0.2s;
    font-weight: 600;
    background: var(--dev-hover-color);
    color: var(--dev-font-color);
    cursor: pointer;
}

.devBtn:hover,
.devBtn:focus {
    color: #fff;
    background: var(--dev-font-color2);
}

.devBtn2 {
    border-radius: 5px;
    padding: 0.5rem 1.5rem;
    color: var(--dev-base-color);
    font-weight: 600;
    background: transparent;
    display: inline-block;
    position: relative;
    cursor: pointer;
    border: 2px solid var(--dev-base-color);
}

.devBtn2:hover {
    color: var(--dev-font-color);
    background: var(--dev-base-color);
    border: 2px solid var(--dev-base-color);
}

.shadow-md {
    background-color: rgb(255, 255, 255);
    box-shadow: 1px 1.732px 40px 0px rgb(0 0 0 / 10%);
}

.title {
    position: relative;
    padding-bottom: 0.75rem;
    text-transform: capitalize;
    color: var(--dev-theme-color);
}

.title:before {
    width: 160px;
    border-bottom: 2px solid var(--dev-theme-color);
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -80px;
    bottom: 0;
}

.title:after {
    width: 14px;
    height: 14px;
    background: #fff;
    border: 2px solid var(--dev-hover-color);
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -7px;
    bottom: -6px;
    transform: rotate(45deg);
}

.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.swiper-pagination-bullet {
    background: var(--dev-hover-color);
    opacity: 1;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    border: 2px solid var(--dev-theme-color);
    background: transparent;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: var(--dev-font-size-20);
    color: var(--dev-base-color);
}

.swiper-button-next,
.swiper-button-prev {
    background-color: var(--dev-hover-color);
    padding: 0.5rem 1.38rem;
    border-radius: 2rem;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}

/* ====================== */
/* NAVBAR */
/* ====================================== */
@media all and (min-width: 992px) {
    .navbar .dropdown-menu-end {
        right: 0;
        left: auto;
        min-height: auto !important;
        border-radius: 0;
    }

    .navbar .dropdown-menu {
        display: block;
        opacity: 1;
        transition: all 0.3s ease-in;
        visibility: hidden;
        box-shadow: 0 5px 20px rgba(197, 208, 216, 0.15);
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
        /* margin-top: 10px; */
        border: 0;
        padding: 0;
        min-width: 14rem;
        border-radius: 0;
        box-shadow: 0 10px 20px rgba(15, 39, 125, 0.4);
    }

    .navbar .nav-link {
        padding: 20px !important;
        text-decoration: none;
        font-size: 1rem;
        text-transform: uppercase;
        font-weight: 500;
        color: var(--dev-base-color);
    }

    .navbar .nav-item:hover .nav-link {
        color: var(--dev-hover-color);
    }

    .navbar .dropdown-menu .dropdown-submenu.dropend .dropdown-menu {
        left: 100%;
        right: 0;
        top: -20px;
        box-shadow: 0 10px 10px rgba(15, 39, 125, 0.14);
    }

    .navbar .dropdown-submenu:hover > .dropdown-menu,
    .navbar .dropdown:hover > .dropdown-menu {
        opacity: 1;
        transform: scaleY(1);
        visibility: visible;
    }

    .dropdown-menu a,
    .dropdown-submenu a {
        color: var(--dev-font-color);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
    }

    .dropdown-menu a:hover,
    .dropdown-submenu a:hover,
    .dropdown-menu a:focus,
    .dropdown-submenu a:focus {
        color: var(--dev-base-color);
        background: var(--dev-hover-color);
    }

    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: var(--bs-dropdown-link-active-bg);
    }
}

.navbar-toggler {
    border-color: var(--dev-base-color);
}
.navbar-toggler:focus {
    box-shadow: none;
}

/* ========================== */
/* BANNER */
/* ========================================== */
.banner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding: 0;
}

.banner:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 50%);
}

video {
    min-width: 100%;
    min-height: 100vh;
    z-index: 1;
}

.bannerContent {
    position: absolute;
    width: 80%;
    max-width: 800px;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    text-align: center;
    z-index: 1;
    color: var(--dev-base-color);
}

.bannerContent h1 {
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 2rem;
}
.bannerContent h2 {
    font-weight: 700;
    font-size: 3.5rem;
}

/* ==================== */
/* About Panel */
/* ===================================== */
.about h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.about-one__images {
    width: 100%;
    position: relative;
}

.about-one__images img:nth-child(2) {
    position: absolute;
    top: 105px;
    right: 0;
}

.about-one__images-content {
    position: absolute;
    top: 0;
    right: 0;
    color: var(--dev-base-color);
    background-color: var(--dev-theme-color);
    width: 100%;
    max-width: 225px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 90px;
    text-align: center;
}
.about-one__images-content p {
    margin-bottom: 0;
}

.about ul {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 1.5rem 0;
}
.about ul li {
    position: relative;
    padding-left: 22px;
    font-weight: 500;
    color: var(--dev-theme-color);
    margin-bottom: 1rem;
    transition: 0.2s;
}
.about ul li:hover {
    transform: translateY(4px);
    cursor: pointer;
    color: var(--dev-theme-color2);
}
.about ul li::before {
    font-family: "bootstrap-icons";
    position: absolute;
    content: "\F517";
    color: var(--dev-hover-color);
    left: 0;
    top: 2px;
    font-size: 0.75rem;
}

.block-title p span {
    position: relative;
    width: 35px;
    height: 5px;
    display: -webkit-flex;
    display: flex;
    margin-right: 10px;
}

.block-title p span:after,
.block-title p span:before {
    content: "";
    height: 1px;
    width: 25px;
    background-color: var(--dev-theme-color2);
    position: absolute;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: lineAnim;
    animation-name: lineAnim;
}

.block-title p span:before {
    top: 0;
    left: 0;
}

.block-title p span:after {
    bottom: 0;
    -webkit-animation-name: lineAnimReverse;
    animation-name: lineAnimReverse;
    right: 0;
}

@-webkit-keyframes lineAnim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    50% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }

    75% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes lineAnim {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    50% {
        -webkit-transform: translateX(60%);
        transform: translateX(60%);
    }

    75% {
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@-webkit-keyframes lineAnimReverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    50% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
    }

    75% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes lineAnimReverse {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    25% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    50% {
        -webkit-transform: translateX(-60%);
        transform: translateX(-60%);
    }

    75% {
        -webkit-transform: translateX(-20%);
        transform: translateX(-20%);
    }

    to {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

/* ========================== */
/* Why Choose Us */
/* ============================================= */
.list_facts_wrap {
    display: block;
    width: 100%;
    /* margin-top: 2rem; */
}
.list_facts {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1rem;
    background: #e8e7e0;
    padding: 15px;
}
.list_facts_icons {
    width: 70px;
    height: 70px;
    background: rgb(255 255 255 / 100%);
    box-shadow: 0 7px 15px rgb(0 22 84 / 10%);
    -webkit-box-shadow: 0 7px 15px rgb(0 22 84 / 10%);
    border-radius: 6px;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    display: flex;
    color: var(--dev-hover-color);
}
.list_facts_icons h3 {
    font-weight: 700;
    font-size: 2.5rem;
}
.list_facts_icons img {
    width: 50px;
}
.list_facts_caption {
    width: calc(100% - 80px);
}
.list_facts_caption h4 {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--dev-font-color);
}
.list_facts_caption p {
    margin: 0;
    /* font-size: 16px; */
}

/* ============================== */
/* Footer Panel */
/* ========================================== */
footer {
    padding: 5rem 0 2rem;
    background: var(--dev-theme-color);
    color: var(--dev-base-color);
}

footer .social a i {
    font-size: 1.5rem;
    margin-right: 0.3rem;
    color: var(--dev-base-color);
}

footer .social a:hover i {
    color: var(--dev-hover-color);
}

footer h3 {
    margin-bottom: 1.5rem;
}

footer .widgetFoot2 {
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

footer .widgetFoot2 li {
    margin-bottom: 1rem;
}

footer .widgetFoot2 li a {
    text-transform: uppercase;
    color: var(--dev-base-color);
}

footer .widgetFoot2 li a i {
    font-size: 0.8rem;
    margin-right: 0.5rem;
}

footer .widgetFoot2 li a:hover {
    color: var(--dev-hover-color);
}

footer .widgetFoot2 li:last-child {
    margin-bottom: 0;
}

.footer-info-contact {
    position: relative;
    padding-left: 40px;
    margin-bottom: 16px;
}

.footer-info-contact i {
    position: absolute;
    left: 0;
    top: 3px;
    font-size: 25px;
}

.footer-info-contact h4 {
    margin-bottom: 5px;
    font-size: 18px;
    color: var(--dev-hover-color);
}

.footer-info-contact span a {
    color: var(--dev-base-color);
    line-height: 1.5rem;
}
.footer-info-contact span a:hover {
    color: var(--dev-hover-color);
}

/* ====================== */
/* page header */
/* ========================================= */
.page-header {
    padding: 150px 0px 100px;
    background: #f4f5f8;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}
.page-header:after {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(3, 31, 66, 0.6);
    z-index: -1;
}
.page-header .title-block h1 {
    color: #fff;
    line-height: 50px;
    font-size: 3rem;
    margin-bottom: 30px;
    text-transform: capitalize;
}
.page-header .title-block ul li {
    position: relative;
    padding-right: 20px;
    color: #fff;
    display: inline-block;
}
.page-header .title-block ul li {
    position: relative;
    padding-right: 20px;
    color: #fff;
    display: inline-block;
    font-size: 1.15rem;
}

.page-header .title-block ul li:after {
    position: absolute;
    content: "/";
    right: 0px;
    top: 3px;
    bottom: 0px;
    margin: auto 0px;
    font-size: 14px;
    margin-right: 3px;
}
.page-header .title-block ul li:last-child:after {
    display: none;
}
.page-header .title-block ul li a {
    font-weight: 600;
    color: var(--dev-hover-color);
}
/* Business Plan */
.businessPlan .accordion-item {
    background-color: #fff;
    /* border: 2px solid #2896dc; */
    margin-bottom: 20px;
    box-shadow: 0 5px 10px rgba(1, 11, 60, 0.15);
    border-radius: 10px;
}
.businessPlan .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.businessPlan .accordion-button {
    overflow-anchor: none;
    align-items: center;
    background-color: #fff;
    border: 0;
    border-radius: 10px;
    font-size: 1.1rem;
    padding: 1.25rem;
    padding-right: 4rem;
    color: var(--uprise-font-color);
    font-weight: 500;
    position: relative;
    text-align: left;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
    width: 100%;
}
.businessPlan .accordion-button:focus {
    box-shadow: none;
}
.businessPlan .accordion-button:not(.collapsed) {
    box-shadow: none;
}
.businessPlan .accordion-button::after {
    background-image: url(../images/arrow.png);
    position: absolute;
    right: 1rem;
}
.businessPlan .accordion-item:not(:first-of-type) {
    border-top: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
}
.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 10px;
}
.businessPlan .accordion-button:not(.collapsed)::after {
    transform: rotate(90deg);
}
.businessPlan .accordion-body p {
    line-height: 1.4;
}
.businessPlan .accordion-body {
    background: url(../images/bg-opportunity.jpg) center no-repeat;
    border-radius: 10px;
    margin: 5px;
}
.headerBg1 {
    background: linear-gradient(90deg, rgba(235, 128, 34, 1) 0%, rgba(189, 82, 38, 1) 100%);
}
.headerBg2 {
    background: linear-gradient(90deg, rgba(204, 72, 49, 1) 0%, rgba(152, 49, 34, 1) 100%);
}
.headerBg3 {
    background: linear-gradient(90deg, rgba(69, 126, 145, 1) 0%, rgba(55, 79, 107, 1) 100%);
}
.headerBg4 {
    background: linear-gradient(90deg, rgba(186, 187, 51, 1) 0%, rgba(115, 134, 55, 1) 100%);
}
.headerBg5 {
    background: linear-gradient(90deg, rgba(234, 204, 58, 1) 0%, rgba(209, 154, 8, 1) 100%);
}

/* Gallery */
/* ========================== */
.gallery-wrap {
    position: relative;
    overflow: hidden;
}
.gallery-wrap img {
    width: 100%;
}
.gallery-wrap .hover {
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    left: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}
.gallery-wrap:hover .hover {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-in-out;
}
.gallery-wrap .hover a {
    background-color: #fab702;
    color: #fff;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.gallery-title {
    line-height: 36px;
    height: 36px;
    overflow: hidden;
    background: var(--dev-hover-color);
    color: var(--dev-font-color);
    text-align: center;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Contact */
/* =============================== */
.contact-section {
    position: relative;
    z-index: 1;
    padding: 0;
}
#google_map {
    width: 100%;
    height: 350px;
}
.contact-wrap {
    background-color: #fff;
    padding: 50px;
    box-shadow: 0px 16px 28px 0px rgb(0 0 0 / 15%);
    margin-top: -80px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 100px;
}
.info-box {
    margin-bottom: 2.5rem;
    min-height: 40px;
}
.info-box:last-child {
    margin-bottom: 0;
}
.info-box i {
    font-size: 1.5rem;
    color: var(--dev-hover-color);
    border-radius: 0.5rem;
    border: 2px dotted var(--dev-hover-color);
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.info-box h3 {
    font-size: 0.9rem;
    color: var(--bs-primary);
    font-weight: 500;
    margin: 5px 0 10px 70px;
}
.info-box p {
    padding: 0;
    line-height: 22px;
    font-size: 1.5rem;
    margin: 0 0 0 70px;
    font-weight: 700;
}
.info-box p a {
    color: #565656;
}

/* Login Panel */
/* ===================================== */
.loginPanel {
    padding: 40px;
    position: relative;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 1.5rem;
}
.loginPanel h1 {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
    color: var(--uprise-theme-color);
}
.loginPanel .form-control {
    font-size: 1.1rem;
}
.loginPanel .form-select {
    font-size: 1.05rem;
}
.loginPanel .form-control:focus,
.loginPanel .form-select:focus {
    box-shadow: none;
    border-color: var(--uprise-hover-color);
}
.loginPanel li {
    margin-bottom: 0.5rem;
    font-size: 15px;
    color: var(--uprise-font-color2);
}

#myModal .btn-close {
    position: absolute;
    right: -10px;
    top: -10px;
}

/* ===================================================== */
/* RESPONSIVE PART */
/* =============================================================== */
@media (max-width: 800px) {
    .sticky {
        padding: 5px 0;
    }
    .nav-link {
        color: var(--dev-base-color);
    }
    .nav-link:focus,
    .nav-link:hover {
        color: var(--dev-base-color);
    }
    .bannerContent {
        top: 60%;
    }
    .bannerContent h1 {
        font-size: 1.5rem;
    }
    .bannerContent h2 {
        font-size: 2rem;
    }
    section {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .about-one__images img:nth-child(2) {
        position: relative;
        top: 0;
    }
    .loginPanel {
        padding: 25px;
    }

    .navbar-brand img {
        width: 80px;
    }
}
