
/* reseller page css */

.reseller {
    background: #efffff url('assets/shape3.png') no-repeat center;
    background-size: cover;
    padding: 0 50px;
}

.reseller .reselr-card-wraper {
    border: 4px solid transparent;
    background: linear-gradient(329.35deg, #57E8DF 0%, #6872fe8f 100%);
    border: 1px solid #c1c1c1;
    border-image-slice: 1;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

:root {
    --r: 30px;
    --s: 50px;
    --_m: /calc(2 * var(--r)) calc(2 * var(--r)) radial-gradient(#000 70%, #0000 72%) no-repeat;
}

#sub-text-stock {
    font-size: 46px;
    font-weight: 900;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 1px rgba(20, 55, 209, 0.815);
    letter-spacing: 7px;
    transition: transform 0.2s linear;
    position: relative;
}

.reseller .reselr-card-wraper:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.4);
}

.reselr-card-wraper:hover .icon-circle {
    background-color: #006efe;
    border: none;
}

.reselr-card-wraper:hover .icon-circle i {
    color: #fff;
}

.reseller .card-img-top {
    border-radius: 30px;
    height: 220px;
    object-fit: cover;
    mask: calc(var(--s) + var(--r)) 0 var(--_m), 0 calc(var(--s) + var(--r)) var(--_m), radial-gradient(var(--s) at 0 0, rgba(0, 0, 0, 0) 99%, #000 calc(100% + 1px)) var(--r) var(--r) no-repeat, conic-gradient(at calc(var(--s) + 2 * var(--r)) calc(var(--s) + 2 * var(--r)), #000 75%, rgba(0, 0, 0, 0) 0);
}

.reseller .icon-circle {
    position: absolute;
    top: 7px;
    left: 12px;
    background-color: #081216;
    border-radius: 50%;
    width: 60px;
    height: 61px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #006eff;
    transition: all 0.3s ease;
    margin: 0 !important;
}

.reseller .icon-circle i {
    color: #67a9ff;
    font-size: 24px;
    transition: color 0.4s ease;
}

.reseller .reselr-card-body {
    padding: 20px 15px;
    text-align: left;
}

.reseller .card-title {
    font-size: 24px;
    font-weight: 600;
}

.reseller .card-text {
    font-size: 16px;
    margin-top: 10px;
}

.btn-link-style1 i {
    font-size: 17px;
    transform: rotate(40deg);
    margin-left: 7px;
    transition: all 300ms ease;
}

.reselr-card-body:hover .btn-link-style1 i {
    transform: rotate(0deg);
}

.btn-link-style1 {
    color: #006efe;
    line-height: 2;
    margin-bottom: 0;
    text-decoration: none;
    position: relative;
    transition: all 300ms ease;
}

.reselr-card-body:hover .btn-link-style1 {
    text-decoration: underline;
    color: #000000;
}

.heading-center-ss {
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    position: relative;
    color: var(--dark);
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.reseller-card-wraper {
    row-gap: 40px;
}


/* Responsive Design */
@media (max-width: 991px) {
    .reseller .card-img-top {
        height: 250px;
    }

    .reseller {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .reseller .reselr-card-body {
        padding: 1.5rem 1rem;
    }

    .top-heading-holder {
        margin-bottom: 15px !important;
    }
    .reseller .card-img-top {
        height: auto;
    }
}

@media (max-width: 575px) {

    .reseller .icon-circle i {
        font-size: 20px;
    }

    #sub-text-stock {
        font-size: 34px;
    }

    .reseller {
        padding: 0 10px;
    }
}


/* Reseller details Page Css */

.reseller-details {
    padding-top: 40px;
    padding-bottom: 40px;
}

.card-dark {
    background-color: #18171e;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
}

.section-header {
    border-bottom: 1px solid #fff;
    padding-bottom: 0.75rem;
    margin-bottom: 1.5rem;
    color: white;
    font-weight: 600;
}

.news-item {
    cursor: pointer;
    transition: background-color 0.2s;
    border-radius: 0.5rem;
}

.news-item:hover {
    background-color: #272727;
}

.news-item-img {
    background-color: #006efe;
    border-radius: 0.5rem;
    overflow: hidden;
    width: 64px;
    height: 64px;
    flex-shrink: 0;
}

.feature-visual {
    height: 24rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.5), 0 10px 10px -5px rgba(0, 0, 0, 0.2);
    background: linear-gradient(135deg, #1f1f1f 0%, #000000 50%);
    position: relative;
    overflow: hidden;
}

.reseller-details-card {
    background-color: #163b4b;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 5px;
    position: relative;
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

.card-icon {
    color: #006efe;
    width: 50px;
    height: 50px;
    margin-bottom: 1.5rem;
}

.resdtl-card-content {
    position: relative;
    z-index: 1;
    border: 1px solid #b9b9b991;
    border-radius: 7px;
    padding: 10px;
    background: #163b4b;
}

.hover-lines {
    position: absolute;
    width: 0px;
    height: 0px;
    bottom: 0px;
    left: 50%;
    box-sizing: border-box;
    transform: translate3d(-50%, 0px, 0px);
    border-bottom: 4px solid #0dcaf0;
    border-left: 0 solid #0dcaf0;
    border-right: 0 solid #0dcaf0;
    transition: width 0.4s cubic-bezier(0.19, 1, 0.22, 1) 340ms, height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms, border-right-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 340ms;
}

.hover-lines::before,
.hover-lines::after {
    position: absolute;
    height: 4px;
    content: "";
    left: 0px;
    top: 0px;
    width: 0%;
    background-color: #0dcaf0;
    transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

.reseller-details-card:hover .hover-lines {
    border-left-width: 4px;
    border-right-width: 4px;
    height: 100%;
    width: 100%;
    transition: width 150ms cubic-bezier(0.25, 0.25, 0.75, 0.75), height 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-left-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms, border-right-width cubic-bezier(0.25, 0.25, 0.75, 0.75) 145ms;
}

.reseller-details-card:hover .hover-lines::before,
.reseller-details-card:hover .hover-lines::after {
    width: 50%;
    transition: width 0.5s cubic-bezier(0.19, 1, 0.22, 1) 340ms;
}

.hover-lines::after {
    left: auto;
    right: 0px;
}

.heading-ces1 {
    margin-bottom: 15px;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
    position: relative;
    text-align: start;
    color: #1f1f1f;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
}

.reseller-details-card figure {
    height: 70px;
    width: 70px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 20%, 100% 80%, 80% 100%, 20% 100%, 0% 80%, 0% 20%);
    transition: .5s;
}

.reseller-details-card figure img {
    height: 50px;
    width: auto;
}

.reseller-details-card:hover figure {
    background: #fff;
    border-color: #006efe;
    outline-color: #006efe;
    transform: rotate(360deg);
}

.reseller-details-card:hover figure img {
    filter: invert(1);
}


/* Responsive Design */
@media (max-width: 1024px) {}

@media (max-width: 991px) {
    .reseller-details .row {
        margin: 0 !important;
        padding: 0 !important;
    }

    .reseller-details .row>* {
        margin: 0 !important;
        padding: 0;
    }

    .resl-dtl-left {
        width: 60%;
    }

    .resl-dtl-rgt {
        width: 40%;
        padding-left: 20px !important;
    }

    .reseller-details {
        padding: 40px 20px;
    }

    .reseller-details-bx {
        padding: 5px 7px !important;

    }
}

@media (max-width: 820px) {
    .resl-dtl-left {
        width: 100%;
    }

    .resl-dtl-rgt {
        width: 100%;
        padding-left: 0px !important;
    }

    .row.g-5.reseller-details-holder {
        row-gap: 30px;
    }
}

@media (min-width: 768px) {
    .sticky-sidebar-wrapper {
        position: sticky;
        top: 20px;
    }
}

@media (max-width: 767px) {
    .feature-visual {
        height: auto;
    }

    .row.g-5.reseller-details-holder {
        row-gap: 30px;
    }

    
}

@media (max-width: 575px) {}

@media (max-width: 414px) {
    .heading {
        margin-bottom: 10px;
        font-size: 24px;
    }

    .heading-center-ss {
        font-size: 25px;
    }
    .heading strong,
    .leftheading strong {
        font-size: 24px;
    }
    
    #sub-text-stock {
        font-size: 22px;
    }
}

@media (max-width: 360px) {}