/* Header  */
.header-logo{
    width: auto;
    height: 2.813rem;
    max-width: 100%;
    object-fit: contain;
}
.navbar.header-nav{
    --bs-navbar-padding-y: 1.875rem;
}
.menu-nav li.nav-item{
    padding: 0 1rem;
}
.menu-nav li.nav-item .nav-link{
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid transparent;
    padding: 0.15rem 0rem;
    color: #0d141a;
}

.menu-nav li.nav-item .nav-link.active{
    border-bottom-color: #0d141a;
    color: #0d141a;
}
@media (max-width: 767.98px) {
    .header-nav .navbar-collapse{
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        background-color: #ffffff;
    }
}

/* Main Section  */
.main-section{
    min-height: 51.25rem;
    padding: 5rem 0;

}
.main-sec-bg-video{
    object-position: center;
}
.main-section::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: #1d1e20;
    opacity: 0.5;
}
.main-sec-h1{
    font-size: 4rem;
}
.btn-lg.getstarted-btn{
    font-weight: 500;
    min-width: 12.125rem;
    --bs-btn-font-size: 1rem;
    --bs-btn-padding-y: 0.95rem;
    --bs-btn-padding-x: 1rem;
    --bs-btn-border-radius: 3rem;
}
.main-sec-card{
    background-color: rgba(255, 255, 255, 0.1);
    color: #ffffff;
}
.main-sec-card .card-body{
    padding: 2rem 3rem;
}

@media (max-width: 767.98px) {
    .main-sec-h1 {
        font-size: 3rem;
    }
    .main-sec-card .card-body {
        padding: 2rem 2rem;
    }
}
@media (max-width: 575.98px) {
    .main-sec-h1 {
        font-size: 2rem;
    }
}
/* Main Section  */

/* Common CSS */
.section-padding{
    padding: 5rem 0;
}
@media (max-width: 767.98px) {
    .section-padding{
        padding: 3rem 0;
    }   
}
/* Common CSS */

/* About Payminati */
.about-image::after{
    content: '';
    padding-top: 116.25%;
    display: block;
}
.about-image.about-p-img::after{
    padding-top: 98%;
}

@media (max-width: 575.98px) {
    .about-image::after{
        padding-top: 82.25%;
    }
}
/* About Payminati */

/* Empowering Your Business */
.empower-section{
    background-color: #1A1A2E;
    color: #ffffff;
}
.empower-img{
    content: '';
    padding-top: 70%;
    display: block;
}
.empower-card h4{
    font-size: 1.125rem;
    color: #0d141a;
}
.empower-card h4{
    font-size: 1.125rem;
    color: #56585e;
}
/* Empowering Your Business */

/* Our Projects */
.project-img{
    content: '';
    padding-top: 71.71%;
    display: block;
}
.project-name-dec h5{
    font-size: 1.625rem;
    font-weight: 700;
}
.project-name-dec p{
    color: #56585e;
}
/* Our Projects */

/* Rating  */
.rating-section{
    background-image: url('../images/rating-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
    color: #ffffff;
}
.rating-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #1d1e20;
    opacity: 0.45;
}
.rating-content p{
    font-size: 1.125rem;
}
/* Rating  */

/* About page  */
.empowering-card{
    background-color: #2E4A62;
    position: absolute;
    bottom: 4rem;
    width: 80%;
    left: -4rem;
}
.empowering-card h2{
    font-size: 3rem;
    font-weight: 600;
}
.rating-about-section{
    background-color: #2E4A62;
    color: #ffffff;
}
@media (max-width: 767.98px) {
    .empowering-card {
        bottom: -1rem;
        width: 100%;
        left: 0rem;
    }
}
/* About page  */


/* Contact Form  */
.contact-form-section{
    background-image: url('../images/contact-bg.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 0;
    position: relative;
    color: #ffffff;
}
.contact-form-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #1d1e20;
    opacity: 0.45;
}

/* Footer  */
.footer-section{
    background-color: #1A1A2E;
    color: #ffffff;
}
.footer-title{
    font-size: 1.625rem;
}
.footer-desc{
    font-size: 0.875rem;
}

.social-media-div svg{
    width: 1.5rem;
    height: 1.5rem;
    overflow: visible;
    
}
.social-media-div svg path{
    fill: #fff;
}
.btn-info.footer-sub-btn{

}
/* Footer  */