/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@font-face {
    font-family: 'OldschoolGrotesk';
    src: url('../fonts/OldschoolGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/OldschoolGrotesk-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

body {
    font-family: 'OldschoolGrotesk', sans-serif !important;
}

.font-family {
    font-family: 'OldschoolGrotesk', sans-serif !important;
}

.collapse {
    visibility: visible !important;
}

#custom-banner {
    padding: 10px 20px;
    text-align: center;
}

.Online_Fast {
    color: #1d1d1d;
    /* font-family: 'OldschoolGrotesk', sans-serif;  */
    font-size: 13px !important;
}

.navbar-collapse {
    padding-top: 13px;
    /* padding-bottom: 16px;
    padding-left: 16px; */
}

.cross-btn {
    position: absolute;
    right: 20px;
    top: 8px;
    background: transparent;
    border: none;
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
}

.navbar-main .navbar-nav>.open>a:focus,
.navbar-main .navbar-nav>.open>a:hover,
.navbar-main .navbar-nav>li>a:focus,
.navbar-main .navbar-nav>li>a:hover {
    color: #000;
    background-color: #fff;
}

.main-content {
    h2 {
        font-family: 'OldschoolGrotesk', sans-serif;
        font-weight: 400;
        font-size: 20px;
    }
}

.announcement-single {

    h3 {
        padding-top: 10px;

    }

    a {
        color: #1d1d1d;
        line-height: 30px;
        font-family: 'OldschoolGrotesk', sans-serif;
        font-size: 20px;
    }

    p {
        font-size: 15px;

        a {
            color: #fff;
            font-size: 10px !important;
        }
    }
}


/* .btn-primary:active{
    background-color: #00dfab !important;
    border-color: #00dfab !important;
    outline: none !important;
} */

.img-width {
    width: 100% !important;
    height: 300px;
}

@media screen and (max-width: 556px) {
    .img-width {
        width: 100% !important;
        height: auto !important;
    }

    ;
}


.home-shortcuts-custom {
    background-color: #00e0aa;
    padding: 40px 0;

}

.shortcut-boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.shortcut-boxes .box {
    display: flex;
    justify-content: center;
    background: #fff;
    padding: 20px;
    width: 250px;
    border-radius: 10px;
    text-align: center;
    transition: transform 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.shortcut-boxes .box:hover {
    transform: translateY(-5px);
}

.shortcut-boxes .box i {
    font-size: 30px;
    margin-bottom: 10px;
    color: #00dfab;
}

.shortcut-boxes .box p {
    margin: 0;
    font-weight: bold;
    color: #000;
}

.shortcut-boxes .box a {
    text-decoration: none;
}

@media (max-width: 556px) {
    .shortcut-boxes {
        flex-direction: row;
        gap: 10px;
        justify-content: center;
        flex-wrap: wrap;

    }

    .shortcut-boxes .box {
        margin: 10px;
        width: 100%;
    }
}


.a_dec {
    text-decoration: none !important;
}

.shadow {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
}


.navbar-custom {
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-link {
    font-size: 12px;
    text-transform: capitalize;
    color: #000 !important;
}

/* .dropdown-toggle::after {
            font-family: "Font Awesome 6 Free";
            content: "\f078";
            font-weight: 900;
            border: none;
            font-size: 10px;
            margin-left: 8px;
        } */
/* .dropdown-menu {
            width: 85%;
            left: 100px;
            margin-top: 20px;
        } */
.dropdown-item {
    padding: 8px 16px;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}

.promo-card {
    background-color: #f8f9fa;
    border-radius: 1rem;
    padding: 20px;
}

.promo-card .card-title {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.promo-card img {
    width: 100%;
    height: auto;
    border-radius: 1rem;
}

.talk-btn {
    background-color: #000;
    color: white;
    border: none;
    padding: 12px 32px;
    font-size: 12px;
    text-transform: capitalize;
}

.talk-btn:hover {
    background-color: #333;
    color: white;
}

.sidebar {
    transition: transform 0.3s ease-in-out;
}

.domain-pricing .tld-pricing-header .col-xs-4 {
    border-bottom: 6px solid #1d1d1d !important;
    background-color: #f5f5f5 !important;
}

.pull-right .btn-default:hover {
    color: #fff !important;
}

.btn-default:hover {
    color: #1d1d1d !important;
}

.border-bottom {
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

@media (min-width: 992px) {
    .col-md-9 .pull-md-right .main-content {
        width: 100% !important;
    }
}

/* .col-md-9:nth-child(2){
     width: 100% !important;
} */

.footer {
    max-width: 95%;
    margin: 0 auto;
}


.floating-label-group {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
}

@media (max-width: 556px) {
    .floating-label-group {
        width: 100%;
    }
}

.floating-input {
    width: 100%;
    padding: 15px 12px;
    font-size: 12px;
    border: 1px solid #444;
    border-radius: 5px;
    /* outline: none; */
    background-color: #fff;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.floating-input:focus {
    outline: 1px solid #1d1d1d;
    /* thinner blue outline */
}

.floating-label {
    position: absolute;
    top: 13px;
    left: 12px;
    color: #1d1d1d;
    /* font-weight: 600; */
    font-size: 12px;
    pointer-events: none;
    transition: all 0.2s ease;
    background-color: #ffff;
    padding: 0 4px;
}

.floating-label-lan {
    position: absolute;
    top: -10px !important;
    left: 22px;
    color: #1d1d1d;
    background-color: #ffff;
}

.required {
    color: red;
}

.floating-input:focus+.floating-label,
.floating-input:not(:placeholder-shown)+.floating-label {
    top: -8px;
    left: 10px;
    font-size: 13px;
    color: #000;
}

#order-standard_cart .form-control {
    height: 50px !important;
}

.form-control {
    height: 49px !important;
    /* border: 1px solid #1d1d1d !important; */
}

.pagination>.active>a {
    background-color: #1d1d1d !important;
    border-color: #1d1d1d !important;
    color: #fff !important;
}

.view-cart-link {
    font-weight: bold;
    color: #10b981;
    /* Green */
}

.panel-default>.bg {
    background-color: #fff !important;
}

.single_domain-transfer {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    font-weight: 500;
    padding-left: 15px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;

}


.panel-sidebar a.list-group-item.active i {
    color: #1d1d1d !important;
}

/* .container:has(.invoice){
    width: 75% !important;
    margin: 0  !important;
} */

.popup {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d;
    padding: 15px 20px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    font-size: 18px;
}


#Primary_Navbar-Domains-Domains_Divider_2 {
    display: none !important;
}


.navbar .nav>li>a i.fas {
    margin-left: 5px;
}

.modal-dialog .panel-footer .btn-default {
    background-color: #1d1d1d !important;
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    font-size: 14px !important;
}

.navbar-nav li:has(a[href*="cart.php"]) {
    display: none !important;
}