
@font-face {
    font-family: 'InterTight';
    src: url('/static/galaxyenterprise/fonts/InterTight.ttf') format('truetype'); /* Regular font */
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterTight';
    src: url('/static/galaxyenterprise/fonts/InterTight-Italic.ttf') format('truetype'); /* Italic font */
    font-weight: normal;
    font-style: italic;
}








/*--------------------------------------------------------------
/** 1. VARIABLES
--------------------------------------------------------------*/
:root {
    --accent-color:             #777777;
    --light-color:              #fff;
    --black-color:              #141414;
    --gray-color:               #F3F3F3;
    --gray-color-300:           #F7F7F7;
    --gray-color-400:           #EFEFEF;
    --gray-color-500:           #AEAEAE;
    --gray-color-600:           #999999;
    --gray-color-800:           #3A3A3A;
    --light-gray-color:         #D7DDDF;
    --primary-color:            #DCAE84;
    --bs-primary-rgb:           220,174,132;
    --bs-secondary-rgb:         154,154,154;
    --dark-color:               #212529;
    --light-blue-color:         #EDF1F3;
    --navbar-color-color:       #131814;
    --swiper-theme-color:       #4A4A4A;
    --swiper-pagination-color:  #4A4A4A;
}




.image-fit {
    width: 100%;
    height: auto;
}

.about-p {
    font-size: 32px;
}


/* solutions */
.sol-link {
    text-decoration: none;
}

.solution-h2 {
    font-weight: 600;
}


/* testimonial */
.testimonial-sec {
    background-color: #bd9b5326;
}


/* image */
.image-h1 {
    font-size: 84px;
    color: white;
    text-align: center;
}

.inner-sec {
    background-image: url(/static/galaxyenterprise/img/inner.jpg);
    /* height: 800px; */
    background-attachment: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}









h1, h2, h3, h4, h5, h6 {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'InterTight', sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    /* text-transform: uppercase; */
    color: #000000;
}


.resource-price {
    font-family: 'Lato', sans-serif;
}


body {
    /* font-family: 'Lato', sans-serif; */
    font-family: 'InterTight', sans-serif;
}

p {
    font-size: 18px;
}


.btn-login {
    color: white;
    font-size: 40px;
    background-color: #feae4f;
    padding: 2px 35px;
}

.btn-login:hover {
    color: #feae4f;
    background-color: #198754;
}

.btn-register {
    color: white;
    font-size: 40px;
    background-color: #198754;
    padding: 2px 35px;
    margin-left: 15px;
}

.btn-register:hover {
    color: #198754;
    background-color: #feae4f;
}

.btn-link {
    text-decoration: none;
}

.ent-gal-logo {
    width: 250px;
}

.bg-nav {
    background-color: black;
}

.navbar-expand-lg {
    padding: 0px;
}

.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: #fdae4f;
}

.nav-link {
    color: #47945f;
}

.nav-link:hover {
    color: #fdae4f;
}

.navbar-sec {
    background-color: black;
}


.footer-h5 {
    color: #feae4f;
    font-weight: 700;
}

.footer-sec {
    background-color: #000000;
    color: #ffffff;
}

/* styles.css */

.body-sec {
    background-image: url('/static/assets/css/img/happy-african-american-businesswoman-working-touchpad-office.webp');
    background-size: cover; /* Optional: Adjust the size of the background image */
    height: 586px;
}

/* Apply overlay only to .body-sec */
/* .body-sec {
    position: relative;
    background-image: url();
    background-size: cover;
    height: 600px;
    background:linear-gradient(0deg, rgba(0, 0, 0, 0.3), rgba(3, 0, 2, 0.3)), url('/static/assets/css/img/happy-african-american-businesswoman-working-touchpad-office.webp');
} */

.body-sec {
    position: relative;
    background-size: cover;
    height: 600px;
    background: linear-gradient(124deg, #ffc107, rgb(69 149 95)), url('/static/assets/css/img/happy-african-american-businesswoman-working-touchpad-office.webp');
}

/* .body-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
} */


.body-content {
    padding-top: 190px;
    text-align: center;
    color: white;
}

.footer {
    padding-top: 70px;
    padding-bottom: 20px;
}

.footer-hr {
    color: #ffc107 !important;
    opacity: 0.6 !important;
}

.copyright {
    color: #ffffff;
}

.navbar-toggler {
    background-color: #ffffff;
}


.carousel-inner .overlay {
    position: relative;
}

.carousel-inner .overlay::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the alpha (last parameter) for the desired darkness */
}

.about-h1 {
    color: #c0504d;
    font-weight: 700;
    /* text-transform: uppercase; */
    font-size: 68px;
    margin-bottom: 17px;
}

.about {
    padding-top: 20px;
    padding-bottom: 120px;
}

.slide-home {
    padding-top: 0px !important;
}


.phone-navbar {
    background-color: black;
    margin-bottom: -75px !important;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.offcanvas.offcanvas-end {
    width: 100vw !important;
}


/* phone */
@media only screen and (min-width: 320px) and (max-width: 424px) {

    .image-h1 {
        font-size: 57px;
    }

    .btn-register, .btn-login {
        font-size: 30px !important;
        padding: 2px 24px !important;
    }

    .copyright {
        font-size: 14px !important;
        color: white !important;
    }
    .about-h1 {
        font-size: 48px;
    }
    .testimonial-text {
        font-size: 21px !important;
    }

    .testimonial-carousel-inner {
        height: auto;
    } 

    .testimonial-item {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
        height: auto;
        overflow-y: auto; /* Enable vertical scrolling for overflow content */
    }

    .work-h2 {
        font-size: 42px !important;
    }

    .btn-content {
        padding-top: 34px !important;
    }

    .div-pad {
        padding: 0px !important;
    }

    .slide-control-prev-icon, .slide-control-next-icon {
        display: none;
    }

    .slide-h1 {
        font-size: 57px !important;
    }

    .slide-caption {
        right: 10% !important;
        bottom: 20.25rem !important;
        left: 10% !important;
    }
}

/* Tablet */
@media only screen and (min-width: 425px) and (max-width: 768px) {
    .image-h1 {
        font-size: 57px;
    }

    .btn-register, .btn-login {
        font-size: 30px !important;
        padding: 2px 24px !important;
    }

    .testimonial-carousel-inner {
        height: 400px; /* Set the height of the carousel container */
    } 

    .testimonial-item {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
        height: 400px;
        overflow-y: auto; /* Enable vertical scrolling for overflow content */
    }

    .navbar-sec {
        margin-bottom: -85px !important;
        background-color: #000000;
        position: sticky;
        top: 0;
        z-index: 1000;
    }

    .slide-control-prev-icon, .slide-control-next-icon {
        display: none;
    }

    .slide-h1 {
        font-size: 57px !important;
    }

    .slide-caption {
        right: 10% !important;
        bottom: 20.25rem !important;
        left: 10% !important;
    }
}

/* Laptop 1024*/
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .testimonial-carousel-inner {
        height: 400px; /* Set the height of the carousel container */
    } 

    .testimonial-item {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
        height: 400px;
        overflow-y: auto; /* Enable vertical scrolling for overflow content */
    }

    .slide-image {
        width: 100vw;
    }

    .slide-caption {
        bottom: 35.25rem !important;
    }

    .slide-h1 {
        font-size: 84px !important;
    }

    .slide-caption {
        right: 10% !important;
        bottom: 20.25rem !important;
        left: 10% !important;
    }
    
}


/* Laptop 1440*/
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
    .testimonial-carousel-inner {
        height: 400px; /* Set the height of the carousel container */
    } 

    .testimonial-item {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
        height: 400px;
        overflow-y: auto; /* Enable vertical scrolling for overflow content */
    }

    .slide-image {
        width: 100vw;
    }

    .slide-caption {
        bottom: 35.25rem !important;
    }

    .slide-h1 {
        font-size: 84px !important;
    }

    .slide-caption {
        right: 10% !important;
        bottom: 9.25rem !important;
        left: 10% !important;
    }
    
}

/* Desktop */
@media only screen and (min-width: 1441px) and (max-width: 2560px) {
    .testimonial-carousel-inner {
        height: 400px; /* Set the height of the carousel container */
    } 

    .testimonial-item {
        padding: 20px;
        border: 1px solid #ddd;
        border-radius: 5px;
        background-color: #f9f9f9;
        height: 400px;
        overflow-y: auto; /* Enable vertical scrolling for overflow content */
    }

    .slide-image {
        width: 100vw;
    }

    .slide-h1 {
        font-size: 84px !important;
    }

    .slide-caption {
        right: 10% !important;
        bottom: 24.25rem !important;
        left: 10% !important;
    }
}

/* account */
.account-sec {
    padding: 60px 0px 60px 0px;
    /* height: 100vh; */
}

.section-vh {
    height: 100vh;
}

.side-menu {
    background-color: #000000;
    /* height: 500px; */
    height: 100%;
}

.side-content {
    /* height: 500px; */
    background-color: #ffffffff;
    margin-top: 15px;
}


.nav-padd  {
    padding: 0px 15px 0px 15px !important;
}

.row-content {
    padding: 15px;
}

.resources-content {
    padding: 0px 0px 20px 0px !important;
}

.btn-outline-login {
    padding: 4px 10px !important;
    font-size: 13px;
}

.a-link {
    text-decoration: none;
}
.button-actions {
    padding: 0px 5px !important;
}

.right-content {
    padding: 15px 2px;
}

.our-services {
    padding: 120px 0px;
    background-color: #9bbb59;
}

.service {
    font-size: 25px;
    font-weight: 600;
}

.a-service {
    color: #000000;
    text-decoration: none;
}

.our-partners-sec {
    padding: 120px 0px;
}

.cart-image {
    width: 100px;
}

.cart-sec {
    padding: 75px 0px;
}



/* Resource Detail Page */
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #ffc107;
    background-color: #000000;
}
    




/* checkout */
.checkout-sec {
    padding: 100px 0;
}

/* checkout */
.order-sec {
    padding: 100px 0;
}

.fw-light {
    font-size: 13px;
}


.a-tag {
    text-decoration: none;
}

.tag-div {
    padding-top: 10px;
    padding-bottom: 10px;
}


.blog-h5 {
    font-size: 21px;
    font-weight: 700;
}


.our-img-sec {
    height: 400px;
    background-image: url(/static/galaxyenterprise/img/Enterprise\ Galaxy\ horizontal\ logo.webp);
}




.slide-h1 {
    color: white;
    font-size: 84px;
}



.slide-caption {
    position: absolute;
    right: 15%;
    bottom: 26.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}



































