.xl-text {
    font-size: 75px;
}

.btn-outline-secondary {
    color: var(--bs-secondary);
}

.btn-outline-secondary:hover {
    color: #fff;
}

.vertical-decoration {
    position: relative;
    width: 75%;
}

.project-container-img {
    overflow: hidden;
    height: 270px;
    width: 100%;
}

.project-img {
    width: 100%;
    display: block;
}

.navbar {
    transition: all 0.5s ease-in-out;
}

.logo_text {
    font-size: 1.7rem;
    padding-left: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-style: normal;
}

.navbar-sticky {
    background: #fff;
    opacity: 0.9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.det {
    padding-top: 100px;
}

.to-top-btn {
    position: fixed;
    z-index: 20;
    bottom: 20px;
    right: 20px;
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    outline: none;
    background-color: #44434a;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.to-top-btn:hover {
    background-color: #1d1d21;
}

.to-top-btn img {
    margin-bottom: 0.25rem;
    width: 18px;
}

.show {
    opacity: 1;
}

.carousel-control-next {
    padding-right: 120px;
}

.carousel-control-prev {
    padding-left: 120px;
}

@media (min-width: 999px) {
    .nav-item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .navbar-expand-custom {
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-custom .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-custom .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-custom .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-custom > .container {
        flex-wrap: nowrap;
    }
    .navbar-expand-custom .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-custom .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1200px) {
    .logo_header {
        display: block;
        width: 100px;
    }
    .logo_text {
        font-size: 1.35rem;
    }
    .nav-item {
        font-size: 1rem;
    }
    .addr {
        display: flex;
        flex-direction: column;
    }
    .addr_item {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 998px) {
    .logo_header {
        display: block;
        width: 130px;
    }
    .logo_text {
        font-size: 2.5rem;
    }
    .navbar-nav {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .nav-item {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    .last {
        width: 100%;
        margin-left: 0px;
    }
}

@media screen and (max-width: 992px) {
    .logo_text {
        font-size: 2rem;
    }
    .xl-text {
        font-size: 50px;
    }
    .navbar .btn-outline-secondary {
        margin-top: 20px;
    }
    .header {
        margin-top: 0px !important;
        text-align: center;
    }
    .header .image-container {
        margin-top: 30px;
    }
    .services .col-md-4 {
        border-bottom: 1px #ccc solid;
        margin: 10px 0;
    }
    .services {
        margin-top: 15px !important;
    }
    .xl-text {
        font-size: 50px;
    }
    .services {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 767px) {
    .logo_text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 624px) {
    .xl-text {
        font-size: 50px;
    }
    .services {
        margin-top: 15px !important;
    }
}

@media screen and (max-width: 576px) {
    .logo_header {
        width: 120px;
    }
    .xl-text {
        font-size: 50px;
    }
    .services {
        margin-top: 15px !important;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_text {
        font-size: 1.8rem;
    }
}

@media screen and (max-width: 540px) {
    .logo_header {
        width: 100px;
    }

    .logo_text {
        font-size: 1.9rem;
    }
}

@media screen and (max-width: 530px) {
    .logo_header {
        width: 100px;
    }

    .logo_text {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 492px) {
    .logo_header {
        width: 80px;
    }

    .logo_text {
        font-size: 1.7rem;
    }
}

@media screen and (max-width: 492px) {
    .logo_header {
        width: 80px;
    }

    .logo_text {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 448px) {
    .logo_header {
        width: 80px;
    }

    .logo_text {
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 426px) {
    .logo_header {
        width: 70px;
    }

    .logo_text {
        font-size: 1.4rem;
    }
}

@media screen and (max-width: 406px) {
    .logo_header {
        width: 80px;
    }
    .logo_text {
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 406px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 1.7rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 360px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 1.6rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 344px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 1.5rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 320px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 1.4rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 300px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 1.3rem;
        padding-left: 0;
    }
}
@media screen and (max-width: 280px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 1.1rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 280px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 1rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 230px) {
    .logo_text_group {
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .navbar-toggler {
        width: 100%;
    }
    .logo_header {
        width: 140px;
    }
    .logo_text {
        font-size: 0.95rem;
        padding-left: 0;
    }
}

@media screen and (max-width: 215px) {
    .logo_text {
        font-size: 0.9rem;
        padding-left: 0;
    }
}
