﻿.nav-link-custom {
    color: rgb(0, 175, 239) !important;
}

.button {
    position: relative;
    overflow: hidden;
    height: 3rem;
    padding: 0 2rem;
    border-radius: 1.5rem;
    background: linear-gradient(82.3deg, rgba(0,175,239,1) 10.8%, rgba(31,89,119,1) 94.3%);
    color: #fff;
    border: none;
    cursor: pointer;
    transition: background 0.3s ease;
}

.button-content {
    position: relative;
    z-index: 1;
}

.button:hover {
    background: linear-gradient(82.3deg, rgba(0,195,255,1) 10.8%, rgba(41,109,139,1) 94.3%);
}

span {
    color: rgb(0,175,239);
}

.border-light {
    --bs-border-opacity: 1;
    border-color: rgb(0,175,239) !important;
}

.crm1 {
    font-size: 150%;
    font-family: Bahnschrift;
}

/*.crm2 {
    font-size: 400%;
    font-family: Bahnschrift;
}*/

span#crmc.crm2 {
    font-size: 400%;
    font-family: Bahnschrift;
}


/*vedio*/
.video-background-container {
    position: relative;
    width: 100%;
    height: 80vh;
    overflow: hidden;
}

.bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 70%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translate(-50%, -50%);
    object-fit: cover;
    opacity: 0.6; /* Adjust visibility */
}

.video-overlay {
    position: relative;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.5); /* Optional dark overlay for better text visibility */
    color: white;
    margin-top: 90px;
}

#footer {
    background-color: rgb(0,175,239);
}

/*loginformcss*/

.bg-image-vertical {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
}

@media (min-width: 1025px) {
    .h-custom-2 {
        height: 100%;
    }
}



.slide-in-right {
    animation: slideInRight 0.6s ease-out forwards;
    transform: translateX(100%);
    opacity: 0;
}

@keyframes slideInRight {
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

.hidden {
    display: none;
}

/*vedio section*/

.min-vh-100 {
    min-height: 20vh !important;
}

/*Dashboard Css*/

/*style.css*/

.bg-white {
    --bs-bg-opacity: 1;
    background-color: rgb(0, 175, 239);
}

/*Login User*/

.divider:after,
.divider:before {
    content: "";
    flex: 1;
    height: 1px;
    background: #eee;
}

.h-custom {
    height: calc(100% - 73px);
}

@media (max-width: 450px) {
    .h-custom {
        height: 100%;
    }
}

#CurrentsPageName {
    color: rgb(101 179 209);
    font-weight: bold;
    font-size: 20px;
}


/*Testimonial*/


.midline {
    width: 60px;
    border-top: 2px solid #cd3a54;
}

@media (max-width: 767.98px) {
    .carousel-item .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}




/*
custon style*/





