:root {
    --primary-color: #ff0000;
    --secondary-color: #000;
    --heading-text-color: var(--secondary-color);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.btn {
    white-space: normal !important;
}

.section-title .title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 0;
}

.services-item:hover:before {
    background: var(--secondary-color);
}

.carousel-caption {
    position: absolute;
    right: 15%;
    /* top: 50%; */
    bottom: 50%;
    translate: 0 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff !important;
    text-align: start;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-family-heading);
    color: var(--heading-text-color);
    margin-top: 0;
    font-style: normal;
    font-weight: 600;
    text-transform: normal;
}

.text-danger {
    color: var(--primary-color);
}

.subscribe-btn {
    overflow: visible;
}

.btn.subscribe-btn::before {
    content: none;
}

.btn.subscribe-btn:hover {
    background: var(--secondary-color);
}

.services-icon {
    font-size: 100px;
    /** or 7rem;*/
    text-align: center;
}


/* LOG IN PAGE CSS */

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    text-decoration: none;
}

a {
    text-decoration: none;
}

 :root {
    --primary-font: 'Inter', sans-serif;
    --vitrum-color: #ac1914;
    --text-color: #fff;
    --on-active-color: #00f;
}

.main-body {
    height: 100vh;
    display: flex;
}

.box-1 {
    background: linear-gradient(150deg, rgba(172, 25, 20, 0.3) 0%, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* justify-content: space-between; */
    /* padding: 120px 0px 20px; */
    animation: animateGrad 5s ease-in-out 1s infinite both;
}

.login-form-container {
    background: var(--vitrum-color);
    text-align: center;
    border-radius: 5px;
}

.input-field {
    box-sizing: border-box;
    font-size: 14px;
    padding: 18px;
    border-radius: 3px;
    border: 1px solid var(--text-color);
    width: 450px;
}

.login-button {
    box-sizing: border-box;
    color: var(--text-color);
    font-size: 14px;
    padding: 18px;
    border-radius: 3px;
    border: 1px solid var(--text-color);
    width: 100%;
    background: transparent;
    font-family: var(--primary-font);
    font-weight: 600;
    cursor: pointer;
    transition: ease-out 1s;
}

.login-button:hover {
    background: #fff;
    color: #ac1914;
}

.login-form-container h1 {
    color: var(--text-color);
    font-size: 16px;
    padding: 30px;
    font-family: var(--primary-font);
    font-weight: 600;
}

.login-form-container a {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-weight: 200;
    font-size: 14px;
    padding: 40px 0px 30px;
}

.login-form-container a:active {
    color: var(--on-active-color);
}

.login-form-container i {
    margin: 0px 20px 0px -40px;
    cursor: pointer;
}

.login-footer-links {
    display: flex;
    justify-content: space-evenly;
    text-align: center;
}

.login-footer-links a:active {
    color: var(--on-active-color);
}

.footer {
    padding-top: 2rem;
}

.footer a {
    text-decoration: none;
    color: var(--secondary-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 200;
}

.footer a:hover {
    color: var(--vitrum-color);
}

.box-2 {
    background: linear-gradient(0deg, rgba(172, 25, 20, 1) 0%, rgba(245, 245, 245, 0.9) 95%, rgba(255, 255, 255, 1) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.logo1 {
    height: 130px;
}

.logo1 img {
    width: 200px;
    cursor: pointer;
    transition: ease-out 1s;
}

.logo1 img:hover {
    /* width: 450px; */
}

.logo2 {
    height: 280px;
}

.logo2 img {
    width: 350px;
}

.nav-bar {
    width: 300px;
}

.nav-bar ul {
    display: flex;
    justify-content: space-around;
    list-style: none;
}

.nav-bar a {
    text-decoration: none;
    color: var(--text-color);
    font-family: var(--primary-font);
    font-weight: 400;
    font-size: 13px;
}

.nav-bar a:active {
    color: var(--on-active-color);
}

.box-container {
    height: 100%;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
}

#togglePassword {
    cursor: pointer;
}

.input-group-text {
    font-size: 12px !important;
}

.carousel-control-prev-icon {
    background-color: #000;
}

.carousel-control-next-icon {
    background-color: #000;
}

#sticky-header {
    background: #000;
}

.navbar-wrap ul li a {
    color: #fff;
}

.header-action .header-btn .transparent-btn {
    border-color: #fff;
    color: #fff;
}

.header-action .header-btn .transparent-btn:before,
.header-action .header-btn .transparent-btn:hover {
    background-color: #fff;
    color: #000;
}

*::-webkit-scrollbar {
    width: 0;
}

@media (max-width: 1199.98px) {
    .header-action>ul li.header-btn {
        display: block;
    }
}

@media (max-width: 768px) {}

.footer -menu li a:hover,
.portfolio-cat a:hover,
a,
a:hover,
button {
    color: var(--primary-color);
    text-decoration: none;
}

.mm-menu ul li.has-droupdown ul.sub-menu li a:before {
    border-color: var(--primary-color);
}

.mm-menu ul li.has-droupdown ul.sub-menu li:hover>a:before {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.whatsapp-toggle {
    position: fixed;
    bottom: 30px;
    left: 30px;
    background-color: #25d366;
    color: #ffffff;
    border-radius: 50px;
    white-space: nowrap;
    padding: 12px 24px;
    outline: none;
    text-decoration: none;
    pointer-events: all;
    cursor: pointer;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 6%), 0 2px 32px 0 rgb(0 0 0 / 16%);
    margin-top: 24px;
    margin-bottom: 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    transition: 0.4s all ease-in-out;
    z-index: 1000;
}

.whatsapp-toggle:hover {
    color: #ffffff;
}

.whatsapp-toggle span {
    margin-left: 10px;
    color: #ffffff;
}

.video-bg {
    position: relative;
}

.video-bg::before {
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    opacity: .4;
    width: 100%;
    background: linear-gradient(45deg, transparent, black);
    height: 100%;
    position: absolute;
}

@keyframes animateGrad {
    0% {
        background: linear-gradient(180deg, rgba(172, 25, 20, 0.3) 0%, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
    }
    25% {
        background: linear-gradient(270deg, rgba(172, 25, 20, 0.3) 0%, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
    }
    50% {
        background: linear-gradient(360deg, rgba(172, 25, 20, 0.3) 0%, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
    }
    75% {
        background: linear-gradient(0deg, rgba(172, 25, 20, 0.3) 0%, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
    }
    100% {
        background: linear-gradient(900deg, rgba(172, 25, 20, 0.3) 0%, rgba(245, 245, 245, 1) 30%, rgba(255, 255, 255, 1) 100%);
    }
}