@import url('https://fonts.googleapis.com/css2?family=Mitr&family=Cabin&display=swap');

html {
    overflow: scroll;
    overflow-x: hidden;
}

body {
    background-color: #202020;
    color: #ffffff;
}

::-webkit-scrollbar {
    width: 0;
    /* Remove scrollbar space */
    background: transparent;
    /* Optional: just make scrollbar invisible */
}

/*Custom Nav*/
.navbar-expand-lg {
    background-color: #1d1d1d;
    border-bottom: 2px solid #db0000;
}

.navbar-brand:visited {
    color: #ffffff;
}
.navbar-toggler {
    color: #ffffff;
    border-radius: 10px;
    background-color: #db0000;
}

.nav-link:visited {
    color: #ffffff;
}

.nav-link {
    border-radius: 10px;
    color: #ffffff;
}
.nav-link:hover,
.nav-link:active {
    background-color: #db0000;
    border-radius: 10px;
    color: #ffffff;
}

/* Optional: show position indicator in red */

::-webkit-scrollbar-thumb {
    background: #FF0000;
}

.logo {
    text-align: center;
    width: 100%;
    align-items: center;
}

.logo-text {
    font-family: 'Mitr', sans-serif;
}

.logo-text, a:hover {
    color: #ffffff;
}

.mitr {
    font-family: 'Mitr', sans-serif;
}

/* Wellcome */

.about-title {
    font-size: 5rem;
    font-family: "Cabin", sans-serif;
    font-weight: bold;
    color: #f10000;
    text-align: center;
}


.about-desc {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.top-btn {
    background: linear-gradient(0deg, rgba(219,0,0,1) 31%, rgba(255,17,17,1) 70%);
    border-radius: 10px;
    border-style: none;
    box-sizing: border-box;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: "Cabin", sans-serif;
    font-size: 1.1rem;
    max-width: 100px;
    line-height: 20px;
    list-style: none;
    margin: 0;
    outline: none;
    padding: 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: color 100ms;
    vertical-align: baseline;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    margin: 15px 20px;
}

.top-banner {
    padding-top: 1rem;
}


.icon-box {
    text-align: center;
    justify-content: center;
    align-items: center;
}

.icon-contact {
    max-width: 150px;
}


.pimg-size {
    max-width: 21rem;
}

.fbig {
    font-size: 2rem;
}

p {
    margin: 0;
}

.cardblack {
    background-color: rgba(43, 43, 43, 0.3);
}

.modal-body, .modal-header {
    background-color: #2b2b2b!important;

}

.card {
    background-color: #2b2b2b!important;
    border: 1px solid #000000!important;
}

.bg-body {
    background-color: #2b2b2b!important;
    border: 1px solid #000000!important;
}

#whyus {
    padding-top: 5rem;
}

#service {
    padding-top: 5rem;
}

#contact {
    padding-top: 5rem;
}

#main {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

#portfolio {
    padding-bottom: 5rem;
}

#youtube {
    padding-bottom: 5rem;
}

.pf-link,
.pf-link:hover,
.pf-link:visited {
    color: #FF0000;
}

.title {
    font-size: 3rem;
    font-family: 'Cabin', sans-serif;
    font-weight: bold;
    text-align: center;
    color: #f10000;
}

.sv-name {
    font-family: 'Mitr', sans-serif;
    /* padding-top: 1rem; */
}

.sv-dec {
    font-family: 'Mitr', sans-serif;
    /*    padding: 1rem 1rem 0 0; */
    font-size: 0.8;
}

.bg-grey {
    background: rgb(2, 0, 36);
    background: linear-gradient(360deg, rgba(2, 0, 36, 1) 0%, rgba(126, 126, 126, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.nav-logo {
    max-height: 50px;
    
}

.btn-login {
    background-color: #db0000;
    border-radius: 10px;
}

.btn-login:hover {
    background-color: #ff0000;
    border-radius: 10px;
}

.login-btn:link,
.login-btn:active,
.login-btn:visited {
    color: white;
    text-decoration: none;
}

.navbar,
a:link,
a:active,
a:visited {
    color: white;
    text-decoration: none;
}

.text-link a:visited,
.text-link a:link,
.text-link a:active {
    color: rgb(7, 43, 247) !important;
    text-decoration: none !important;
}

.navbar,
a:hover {
    color: black;
    text-decoration: none;
}

.nav-item,
a:hover {
    color: black;
    text-decoration: none;
}

.red-txt {
    color: rgb(182, 12, 12);
}

.white-txt {
    color: white;
}

.vertical-center {
    min-height: 100%;
    /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh;
    /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.footer {
    background-color: #1d1d1d!important;
    border-top: 2px solid #db0000;
    color: #ffffff;
}

.footer-icon {
    max-height: 35px;
}

@media only screen and (max-width:320px) {
    #main {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }

    #whyus {
        padding-top: 3rem;
    }

    #service {
        padding-top: 3rem;
    }

    .about-title {
        font-size: 3rem;
        font-family: "Cabin", sans-serif;
        font-weight: bold;
        color: #f10000;
        text-align: center;
    }
}

@media only screen and (min-width:321px) and (max-width:768px) {
    #main {
        padding-top: 3rem;
        padding-bottom: 5rem;
    }

    #whyus {
        padding-top: 3rem;
    }

    #service {
        padding-top: 3rem;
    }
    
    .about-title {
        font-size: 3rem;
        font-family: "Cabin", sans-serif;
        font-weight: bold;
        color: #f10000;
        text-align: center;
    }
}