body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;

}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    font-size: 1vw;
    text-decoration: none;
}

p {
    margin: 0;
    font-size: 1vw;
    font-weight: 400;
    line-height: 1.5VW;
    color: #212529;
}

h1 {
    font-size: 3vw;
    font-weight: 800;
    line-height: 3.5vw;
    text-transform: capitalize;
    font-family: 'DM Sans', sans-serif;

}

h2 {
    font-size: 2vw;
    font-weight: 700;
    line-height: 2.5vw;
    text-transform: capitalize;
    color: #001E62;
    font-family: 'DM Sans', sans-serif;
}

h3 {
    font-size: 1.4vw;
    font-weight: 700;
    line-height: 2.8vw;
    text-transform: capitalize;
}

/* Header top Start */
.header-top {
    background: linear-gradient(180deg, #19BD9B 0%, #28AA90 100%);
}

.social-bar {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 4px;
}

.header-top {
    background: linear-gradient(180deg, #19BD9B 0%, #28AA90 100%);
    padding: 0.8vw;
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.2vw 0vw;
}

.logo-area img {
    width: 300px;
    margin-left: -21px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.6vw;
    padding-left: 1.6vw;
    font-size: 16px;
    line-height: 19px;
    color: #ABABAB;
}

.dropdown-toggle::after {
    content: url(../images/drop.svg) !important;
    border: none;
    position: absolute;
    right: -3px;
}

.dropdown-menu.show {
    background: #ffff;
    box-shadow: 0px 24px 56px rgb(167 174 186 / 16%);
    border: none;
    padding: 1vw;
    border-radius: 10px;
}

a.dropdown-item {
    font-size: 16px;
    font-weight: 600;
    padding: 0.5vw 1vw;
}

.login-btn {
    font-weight: 600;
    font-size: 18px;
    color: #1F87E6;
    line-height: 22px;
}

.sing-btn {
    background: linear-gradient(180deg, #19BD9B 0%, #28AA90 100%);
    border-radius: 4px;
    padding: 0.4vw 1.5vw;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.user-active li {
    display: inline-block;
}

.user-active span {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #0C0B1A;
}

.user-img img {
    width: 48px;
    height: 48px;
    border-radius: 100%;
}

.sign-out {
    margin-left: 22px;
}

/*  HEADER END */


/* BANNER AREA START ALL*/
.banner-section {
    padding: 2vw 0vw;
}

.banner-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banner-area h2 {
    font-family: 'DM Sans';
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #0C0B1A;
    margin-bottom: 1vw;
}

.banner-area p {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #5A6080;
}

.banner-text {
    padding-right: 19vw;
}

.banner-img img {
    width: 366px;
    height: auto;
}

/* BANNER AREA END ALL*/


/* CONTACT PAGE START */
.form-box .row {
    justify-content: space-evenly;
}

.form-box .form-label {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #0C0B1A;
}

.form-box input {
    padding: 1vw;
    border: 1.12646px solid #CCCCCC;
    border-radius: 4.50582px;
}

.form-box button.btn.btn-primary {
    background: #19BD9B;
    border-radius: 4.50582px;
    border: none;
    padding: 1vw 3vw;
    font-weight: 500;
    font-size: 20.2762px;
    line-height: 25px;
    color: #FFFFFF;
}

.form-box .btn img {
    margin-left: 8px;
    margin-top: -2px;
}

.contact-form-area {
    padding: 3vw 0vw;
}

/* CONTACT PAGE END */

/* BLOG PAGE START */
.blog-box img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.bio-blog {
    display: flex;
    justify-content: space-between;
    padding: 1vw 1.4vw;
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    top: 39.2%;
}

.bio-blog h4 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
    margin: 0;
}

span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #FFFFFF;
}

.blog-box {
    position: relative;
    margin-bottom: 50px !important;
    margin: 0px 8px;
}

.blog-box h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #0C0B1A;
    margin-top: 30px;
}

.blog-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5A6080;
    margin: 10px 0px 30px 0px;
}

.btn-read img {
    width: 10px;
    height: auto;
    margin-left: 3px;
}

.btn-read a {
    border-radius: inherit;
    border: 1px solid;
    font-weight: 400;
    font-size: 16px;
    padding: 0.6vw 1vw;
    color: #19BD9B;
    line-height: 19px;
    display: inline-block;
    border-radius: 8px;
}

.share-blog img.share-img {
    width: 29px;
    height: auto;
}

.blogbox-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.share-box img {
    width: 27px;
    height: auto;
}

.share-box {
    box-shadow: 0px 24px 56px rgb(167 174 186 / 16%);
    border-radius: 10px;
    padding: 1vw;
    position: absolute;
    bottom: -200px;
    right: 0;
    display: none;
    z-index: 1;
    background-color: #fff;
}

.share-box p {
    font-weight: 400;
    font-size: 16px;
    color: #5A6080;
    margin: 0;
}

.share-box li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
    margin-bottom: 10px;
}

.share-img:hover .share-box {
    display: block;
}

.blog-area .nav-tabs .nav-link {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #19BD9B;
    border-radius: 9px;
    border-color: #19BD9B;
    box-shadow: none;
    margin-right: 30px;
    outline: none;
    background-color: #fff;
}

.blog-area .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 50px;
}

.blog-area .nav .active {
    background-color: #19BD9B !important;
    color: #fff !important;
}

.blog-area {
    margin-top: 4vw;
}

/* BLOG PAGE END */


/* ABOUT PAGE START */
.abt-text h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 48px;
    line-height: 100%;
    color: #0C0B1A;
}

.abt-text p {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5A6080;
    padding: 15px 0px;
}

.abt-text li {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #5A6080;
}

.abt-text ul {
    list-style: disc;
}

.abt-sec {
    position: relative;
}

.abt-social {
    position: absolute;
    bottom: 0;
    left: 0;
}

.social-list {
    margin-top: 45px;
}

.team-sec h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 44px;
    letter-spacing: -0.02em;
    margin-bottom: 5vw;
    color: #0C0B1A;
}

.meet-team-section {
    padding: 6vw 0 3vw 0;
}

.team-box h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    margin: 0.5vw 0 0.5vw 0vw;
    color: #0C0B1A;
}

.team-box p {
    font-weight: 400;
    font-size: 16px;
    line-height: 131.5%;
    text-align: center;
    margin-bottom: 1vw;
    color: #5A6080;
}

.team-social img {
    width: 24px !important;
    height: auto !important;
}

.team-box img {
    border-radius: 39px;
    width: 117px;
    height: 117px;
}

.team-box {
    margin-bottom: 4vw;
    padding: 0vw 2vw;
}

/* ABOUT PAGE END */

/* FAQ PAGE START */
.faq-box h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0C0B1A;
    margin-bottom: 3vw;
}

.faq-box button.accordion-button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    padding: 14px 0px;
    color: #0C0B1A;
}

.faq-box .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #0C0B1A;
}

.faq-box .accordion-item {
    border: none;
    border-bottom: 1px solid #EAECF0;
}

.faq-box .accordion-body {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #5A6080;
    padding: 0 33px 14px 0px;
}

.accordion-button:focus {
    z-index: 3;
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

.accordion-header {
    margin: 0 !important;
}

.faq-box {
    padding-right: 6vw;
}

.faq-area {
    padding-top: 5vw;
}

/* FAQ PAGE END */


/* WEBSITE PAGE START */

.box-website {
    background: #FFFFFF;
    box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
    border-radius: 8px;
    padding: 24px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.web-list li {
    display: inline-block;
}

.web-data h3 {
    color: #19BD9B;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    margin: 0;
}

.web-title h2 {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    margin: 0;
    color: #0C0B1A;
}

.web-title {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 8px 0px;
}

.web-list h4 {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #5A6080;
    margin-bottom: 2px;
}

.web-list p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0C0B1A;
}

.web-list li {
    display: inline-block;
    margin-right: 20px;
}

.web-dec {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0C0B1A;
    padding-right: 7vw;
    margin-top: 12px;
}

.web-data {
    padding: 0px 29px 0px 30px;
    width: 55%;
}

.ask-btn {
    background: #1F87E6;
    border-radius: 3.32815px;
    color: #fff;
    padding: 0.3vw 0.5vw;
    font-family: 'DM Sans';
    font-weight: 500;
    font-size: 12px;
    text-align: center;
}

.web-price {
    text-align: right;
    width: 16%;
}

.web-price h2 {
    color: #19BD9B;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 27.2759px;
    line-height: 43px;
    margin: 6px 0px 20px 0px;
}

.view-btn {
    border: 2px solid #1F87E6;
    border-radius: 4px;
    padding: 17px 30px;
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    color: #1F87E6;
}

.web-img img {
    border-radius: 12px;
    width: 309px;
    height: 186px;
    object-fit: cover;
}

.domains-section h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #5A6080;
    margin-bottom: 30px;
}

.domains-section {
    padding: 50px;
}

.pagination-add {
    padding: 3vw 0vw;
}
.pagination-add ul{
    align-items: center;
}
.pagination-add li {
    margin-right: 8px;
}
.pagination-add span{
    font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 13px;
line-height: 30px;
margin-right: 8px;
color: #5A6080;
}
.pagination-add .page-link {
    color: #000000;
    border-radius: 4px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    font-family: 'Inter';
    font-weight: 400;
    font-size: 14px;
    color: #5A6080;
}
.pagination-add img {
    margin-top: -4px;
}
.goto-input {
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
    height: 32px;
    width: 50px;
}
.page-link {
    color: #000000;
}

.page-item.disabled .page-link {
    color: #000000;
}

/* WEBSITE PAGE END */


/* SOCIAL MEDIA PAGE START */
.user-social-info {
    display: flex;
    align-items: center;
    gap: 1.5vw;
}

.social-info-ul li {
    display: inline-block;
    text-align: center;
    margin-right: 1vw;
}

.social-info-ul h3 {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #5A6080;
    margin: 0;
}

.social-info-ul p {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #0C0B1A;
}

.name-bar ul {
    display: flex;
    align-items: center;
    gap: 0.5vw;
}

.name-bar h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    margin: 0;
    color: #0C0B1A;
}

.name-bar img {
    width: 18px;
    height: 18px;
}

.social-price h3 {
    font-weight: 600;
    font-size: 27.2759px;
    line-height: 43px;
    color: #19BD9B;
}

.social-name-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1vw 0vw;
}

.name-bar span {
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    color: #5A6080;
    display: block;
}

.social-about h2 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    color: #0C0B1A;
    margin-bottom: 0.4vw;

}

.social-about p {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #0C0B1A;
    margin-bottom: 0.4vw;
}

.social-show a {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0C0B1A;
}

.social-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.user-social-info img {
    width: 121px;
    height: 121px;
    border-radius: 100%;
}

.box-social-media {
    padding: 3vw 1.5vw;
}

/* SOCIAL MEDIA PAGE END */


/* BLOG DETAIL PAGE START */
.blog-title {
    display: flex;
    position: relative;
    align-items: center;
    gap: 20px;
}

.blog-meta li {
    display: flex;
    align-items: center;
    gap: 1vw;
    margin-bottom: 0.5vw;
}

.blog-meta h3 {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #5A6080;
    margin: 0;
}

.blog-meta span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5A6080;
}

.cat-name {
    background: rgba(31, 135, 230, 0.8);
    border-radius: 9px;
    padding: 0.2vw 1vw;
    color: #fff !important;
}

.blog-para-detail p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.2px;
    color: #667085;
    margin-bottom: 2.5vw;
}

.blog-para-detail {
    border: 1px solid #DADBDD;
    border-radius: 5px;
    padding: 2vw;
}

.blog-para-detail p:last-child {
    margin: 0;
}

.blog-img-main {
    padding: 3vw 0vw;
}

.blog-img-main img {
    width: 100%;
}

.blog-detail-section {
    padding: 4vw 0vw;
}

/* BLOG DETAIL PAGE END */

/* RECENT BLOG START */

.recent-blog-head h2 {
    font-weight: 500;
    font-size: 26px;
    line-height: 44px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #0C0B1A;
    margin-bottom: 3vw;
}

.recent-blog-section {
    padding: 4vw;
}

/* RECENT BLOG END */

/* SEARCH PAGE START */
.search-section {
    background-image: url(../images/Hero.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 5vw;
    text-align: center;
    margin-bottom: 4vw;
}

.search-banner h2 {
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    color: #0C0B1A;
}
.search-banner h4 {
    font-size: 24px;
    font-weight: 600;
}

.table-section .table-bg {
    background: linear-gradient(180deg, #19BD9B 0%, #28AA90 100%) !important;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #FFFFFF;
}

.table-section td {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #0C0B1A;
    padding: 16px;
}

.tb-bid {
    color: #1F87E6 !important;
}

.btn-bid a {
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #19BD9B;
    color: #979797;
    padding: 0.3vw 0.6vw;
}

.table-area img.heart-img {
    width: 72%;
    vertical-align: bottom;
}

.list-filter {
    float: right;
    margin: 1vw 0vw;
}

section.table-section {
    padding: 3vw 0vw;
}

.auction-table td,
.auction-table th{
    text-align: center;
}


/* SEARCH PAGE end */

/* SALES PAGE START */
.sales-section h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    padding-bottom: 3vw;
}

.curr-bid h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 34px;
    color: #0C0B1A;
}

.curr-bid {
    text-align: center;
    width: 100%;
}

.sales-box1 ul {
    display: flex;
    justify-content: center;
    gap: 4vw;
}

.curr-bid p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #5A6080;
}

.bid-form {
    padding: 2vw 0vw;
}

.bid-form form {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bid-form input#InputBid {
    width: 9vw;
    margin-right: 1vw;
    padding: 0.7vw;
}

.bid-form label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 32px;
    margin-right: 0.5vw;
    color: #0C0B1A;
}

.bid-form button.btn-all {
    width: auto;
    padding: 0.8vw 2vw;
    border-radius: 4px;
}

.sb-all {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    padding: 1.5vw;
    margin-bottom: 0.8vw;
}

.bid-info p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #5A6080;
}

.bid-info strong {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0C0B1A;
    display: block;
}

.domain-det li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 0.4vw;
}

.domain-det h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
}

.domain-det p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
}

.sales-box2 h2 {
    padding-bottom: 1vw;
}

.sales-section .table-section {
    padding: 0;
}

.sales-section .table-area {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;

}

.sales-section .table-area h3 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
    padding: 1vw 1vw 0vw 1vw;
}

.sales-section .table-area th {
    padding: 0.7vw 1vw;
}

.sales-section tbody:last-child {
    border-style: hidden;

}

.sales-section {
    padding: 2vw 0vw;
}

/* SALES PAGE END */

/* TEXT SILDER START */
.slider {
    border-top: 3px solid #1f87e6;
    border-bottom: 3px solid #19BD9B;
    padding: 10px 10px 6px 10px;
    margin-top: 20px;
}

.slider-text a {
    margin-right: 3vw;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.85);
}

/* TEXT SILDER END */

/* HOME PAGE START */
.home-banner .banner-text {
    padding-right: 32vw;
}

.banner-form {
    margin-top: 1.5vw;
}

.banner-form .domain {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 0.9vw 2vw;
    text-transform: capitalize;
    background-color: #19BD9B;
    border-radius: 6px;
    margin: 0 !important;
    height: 2.9vw;
}

.banner-form .domain:hover {
    color: white;
}

.banner-form .search {
    padding: 0vw 2.4vw 0vw 1vw;
    height: 2.6vw;
    border-radius: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    color: #19BD9B;
    line-height: 1.5vw;
    font-size: 16px;
    outline: 3px solid #19BD9B;
}

.banner-form .search:focus {
    outline: 3px solid #19BD9B !important;
    box-shadow: none;

}

.banner-form .email-example {
    outline: 3px solid #19BD9B;
    /* padding: 0.7vw; */
    height: 2.6vw;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #979797;
}

.banner-form .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 13px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.banner-form .dropdown-toggle::after {
    content: url(../images/drop.svg) !important;
    border: none;
    position: absolute;
    right: 9px;
}

.banner-form .input-group {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.table-container h6 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: rgba(0, 0, 0, 0.85);
}

.table-container button {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
}

.table-container th {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
    padding: 0.5vw 0.9vw !important;
}

.table-container td {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.85);
    padding: 0.5vw 0.9vw !important;
}

.last-row {
    color: #19BD9B !important;
}

tbody:last-child {
    border-style: hidden;
}

.home-table .slick-next {
    right: -3vw;
    font-size: 0;
}

.home-table .slick-prev {
    left: -3vw;
    font-size: 0;
}

.home-table .slick-prev:before {
    content: url(../images/p-arrow.svg);
}

.home-table .slick-next:before {
    content: url(../images/n-arrow.svg);

}

.home-table .table-container .nav-tabs {
    border: 1px solid #dee2e6;
    display: flex;
    flex-wrap: unset;
    border-radius: 4px;
}

.home-table .table-container .nav-link {
    border: none !important;
    margin: 0 !important;
    border-radius: 0 !important;
    border-right: 1px solid #d9d9d9 !important;
}

.home-table .table-container .nav-tabs .nav-item.show .nav-link,
.nav-tabs .active {
    border: 1px solid !important;
    color: #1db898 !important;

}

.home-table .table-container .nav-link:focus,
.nav-link:hover {
    border: 1px solid !important;
    color: #1db898 !important;
}

.home-table .table-container .col {
    height: 32vw;
    overflow: scroll;
    overflow-x: hidden;
}

.table-head {
    background-color: #1db898;
    color: white;
}

.home-table .table-container {
    border: 1px solid rgba(0, 0, 0, 0.16);
    border-radius: 4px;
    width: 100%;
}

.table-heading {
    display: flex;
    align-items: center;
    margin: 21px 0px 15px 0px
}


/* table */


/* carousel */
.carousel {
    width: 100%;
    margin: 0 auto;
}

.carousel-item {
    text-align: center;
}

.carousel-item img {
    max-width: 100%;
    height: auto;
}

.slick-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    z-index: 1;
}

.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    z-index: 1;
}

.slick-next {


    color: rgb(255, 255, 255);
    z-index: 1;
}

.slick-prev:hover,
.slick-next:hover {
    color: rgb(255, 255, 255);
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.item {
    width: auto;
    margin: 35px 10px 10px 10px;
    display: flex;
    justify-content: space-evenly;
    overflow: hidden;
}

.slick-initialized .slick-slide {
    display: flex;
    justify-content: space-evenly;
}

/* HOME PAGE END */



/* FOOTER START */
.footer-section {
    padding: 40px;
}

.footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 58px;
}

.footer-logo img {
    width: 177px;
    height: auto;
    margin-left: -13px;
}

.footer-social img {
    width: 28px;
}

.footer-bottom h3 {
    font-size: 18px;
    line-height: 22px;
    color: #0C0B1A;
    margin-bottom: 24px;
}

.footer-bottom li a {
    font-size: 18px;
    line-height: 22px;
    color: #5A6080;
    margin-bottom: 13px;
    display: block;
}
.footer-bottom li a:hover {
    color: #23B194 !important;
}
.footer-bottom form {
    display: flex;
}
button.btn-all {
    background: linear-gradient(180deg, #19BD9B 0%, #28AA90 100%);
    border-radius: 0px 4px 4px 0px;
    border: none;
    color: #fff;
    padding: 1vw 2vw;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
}



.footer-bottom input {
    background: #F7F7F7;
    border-radius: 4px;
    padding: 0.9vw 1vw;

    border-bottom-right-radius: 0;
    border-top-right-radius: 0px;
}

.col-md-4.form-footer {
    margin-top: 3vw;
}

/* FOOTER END */



/* Filter section start */

.filter-bar::-webkit-scrollbar {
    background: #BFD7ED;
    border-radius: 73.5429px;
    width: 6px;
}

.filter-bar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(122, 164, 179, 0.658);
}

.filter-bar::-webkit-scrollbar-thumb {
    background-color: #1F87E6;
    ;
    border-radius: 73.5429px;
}

.filter-bar {
    position: fixed;
    width: 33%;
    background: red;
    top: 0;
    bottom: 0;
    height: auto;
    z-index: 999;
    left: -100%;
    overflow: scroll;
    overflow-x: hidden;
    background: #FFFFFF;
    box-shadow: 0px 17.8286px 41.6px rgba(167, 174, 186, 0.16);
    border-radius: 11.8857px;
    padding: 2vw 1.5vw;

}
.sidebar-active{
    left: 0;
    transition: 0.5s ease-out;
}
.filter-img {
    position: fixed;
    top: 29vw;
    left: 0;
    background-color: #ffff;
    cursor: pointer;
    border-radius: 4px;
    padding: 0.4vw;
}
.btn-seeall {
    font-family: 'Inter';
    font-weight: 400;
    font-size: 11.8857px;
    color: #19BD9B;
    padding-top: 9px;
    display: block;
}
.key-check.row {
    margin-left: 1px;
    height: 78px;
    overflow: hidden;
}
.seeall-name {
    height: auto !important;
}
.filter-form {
    display: flex;
    gap: 2vw;
}
.filter-area h2 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 11.91429px;
    line-height: 150%;
    letter-spacing: 0.371429px;
    text-transform: uppercase;
    color: #5A6080;
}
.filter-form .title-form {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 11.8857px;
    line-height: 14px;
    color: #0C0B1A;
    margin-bottom: 0.7vw;
}
.filter-form .form-check-label {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.8857px;
    line-height: 14px;
    color: #0C0B1A;
}
.filter-form .col-md-12 {
    border-top: 1px solid #dfdfdf;
    margin-top: 2vw;
    padding-top: 0.4vw;
}
.mb-0 {
    margin: 0 !important;
}
.filter-form h4 {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 11.8857px;
    line-height: 14px;
    color: #0C0B1A;
}
.range-filter ul {
    display: flex;
    gap: 1vw;
}
.row1,
.row2 {
    width: 50%;
}

.key-area {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}
.key-area input {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 19px;
    color: #979797;
    border-color: #1cba99;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-radius: 4px;
}
.key-area button.btn.btn-primary {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 0.8vw;
    line-height: 21px;
    text-align: center;
    border: none;
    border-radius: 4px;
    color: #FFFFFF;
    background: linear-gradient(180deg, #19BD9B 0%, #28AA90 100%);
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.form-check-input:checked {
    background-color: #24ae92;
    border-color: #1eb697;
}
.clear-filterbtn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.clear-filterbtn a {

    border-radius: 1.95704px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 0.6vw;
    line-height: 11px;
    padding: 0.5vw 1vw;
}
.clear-filterbtn .btn-appfilter {
    background: linear-gradient(180deg, #19BD9B 0%, #28AA90 100%);
    border: 0.978522px solid #24ae92;
    color: #FFFFFF;
}
.clear-filterbtn .btn-filter {
    border: 0.978522px solid #1F87E6;
}

.b-none {
    border: 0;
    margin-top: 1vw;
}
.close-btn .clear-filterbtn {
    display: flex;
    justify-content: end;
    margin-top: -9px;
    margin-bottom: 0.4vw;
    gap: 1vw;
}
.btn-close-bar {
    border: 1px solid #3ce7c2;
    background-color: #3ce7c2;
    padding: 0.1vw 0.3vw !important;
}
.btn-close-bar img {
    filter: brightness(19.1);
}
input[type='range']::-webkit-slider-runnable-track {
    background: #BFEDE3;
    border-radius: 1.48571px;
}
input[type='range']::-webkit-slider-thumb {
    background-color: #fff;
    border-color: #BFEDE3;
    border: 1px solid #BFEDE3;
}

[slider] {
    position: relative;
    height: 14px;
    border-radius: 10px;
    text-align: left;
    margin: 15px 0px;
  }
  
  [slider] > div {
    position: absolute;
    left: 13px;
    right: 15px;
    height: 14px;
  }
  
  [slider] > div > [inverse-left] {
    position: absolute;
    left: -20px;
    width: 100% !important;
    height: 5px;
    border-radius: 10px;
    background: #BFEDE3;
    margin: 0 7px;
  }
  
  [slider] > div > [inverse-right] {
    position: absolute;
    right: -20px;
    width: 100% !important;
    height: 5px;
    border-radius: 10px;
    background: #BFEDE3;
}
  
  [slider] > div > [range] {
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 14px;
    background-color: #1ABC9C;
  }
  
  [slider] > div > [thumb] {
    position: absolute;
    top: -4px;
    z-index: 2;
    height: 15px;
    width: 15px;
    text-align: left;
    margin-left: -11px;
    cursor: pointer;
    border-radius: 50%;
    background: #FFFFFF;
    border: 0.742857px solid #BFEDE3;
    box-shadow: 0px 1.48571px 2.97143px rgba(16, 0, 0, 0.1);
    outline: none;
  }
  
  [slider] > input[type=range] {
    position: absolute;
    pointer-events: none;
    -webkit-appearance: none;
    z-index: 3;
    height: 14px;
    top: -2px;
    width: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
  }
  
  div[slider] > input[type=range]::-ms-track {
    -webkit-appearance: none;
    background: transparent;
    color: transparent;
  }
  
  div[slider] > input[type=range]::-moz-range-track {
    -moz-appearance: none;
    background: transparent;
    color: transparent;
  }
  
  div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
    background: transparent;
    border: transparent;
  }
  
  div[slider] > input[type=range]:focus {
    outline: none;
  }
  
  div[slider] > input[type=range]::-ms-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
  }
  
  div[slider] > input[type=range]::-moz-range-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
  }
  
  div[slider] > input[type=range]::-webkit-slider-thumb {
    pointer-events: all;
    width: 28px;
    height: 28px;
    border-radius: 0px;
    border: 0 none;
    background: red;
    -webkit-appearance: none;
  }
  
  div[slider] > input[type=range]::-ms-fill-lower {
    background: transparent;
    border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-fill-upper {
    background: transparent;
    border: 0 none;
  }
  
  div[slider] > input[type=range]::-ms-tooltip {
    display: none;
  }
  
  [slider] > div > [sign] {
    opacity: 0;
    position: absolute;
    margin-left: -11px;
    top: -39px;
    z-index:3;
    background-color: #1ABC9C;
    color: #fff;
    width: 28px;
    height: 28px;
    border-radius: 28px;
    -webkit-border-radius: 28px;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
  
  [slider] > div > [sign]:after {
    position: absolute;
    content: '';
    left: 0;
    border-radius: 16px;
    top: 19px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top-width: 16px;
    border-top-style: solid;
    border-top-color: #1ABC9C;
  }
  
  [slider] > div > [sign] > span {
    font-size: 12px;
    font-weight: 700;
    line-height: 28px;
  }
  
  [slider]:hover > div > [sign] {
    opacity: 1;
  }
   /* Filter section end */

    .domain-drowp .dropdown-menu.show {
        padding: 20px;
        /* min-width: 38vw;
        margin-top: 1px !important; */
} 
.domain-drowp .dropdown-menu.show {
    padding: 22px 20px 20px 36px;
    min-width: 38vw;
    margin-top: 1px !important; 
} 
#auction-form-bn .dropdown-menu {
    min-width: 9rem;
    top: 5px !important;
}
#auction-form-bn li {
    display: block;
}
.domain-drowp li {
    font-size: 16px;
    line-height: 24px;
    color: #0C0B1A;
    margin-bottom: 12px;
   display: inline-block;
    margin-right: 10px; 
}
.domain-drowp  input {
    margin-right: 8px;
}
.name-domain input {
    width: 215px;
    
}
.header-bottom .nav-link:hover {
    border: none !important;
}
.btn-banner-start {
    background: #1F87E6;
    border-radius: 6px;
    color: #fff;
    padding: 9px 15px;
    font-family: 'DM Sans';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 23px;
    display: inline-block;
    margin-bottom: 21px;
}
.btn-banner-start:hover{
    color: #fff;
}
.st-img {
    margin-right: 7px;
}
.ar-img {
    margin-left: 7px;
    margin-top: -2px;
}
.name-domain {
    width: 205px;
}
.search-section  .banner-form .input-group {
    justify-content: center;
}

#auction-search-form .name-domain {
    width: 314px;
}
#auction-search-form .name-domain input {
    width: 325px;
    height: 2.5vw;
}
#auction-search-form  .banner-form .search{
    height: 2.5vw;
}
.navbar-nav .dropdown-item.active, .dropdown-item:active {
    color: #fbfbfb;
    text-decoration: none;
    background-color: #24b093;
}
.navbar-nav .dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff;
    background-color: #20b496;
}
#faq-formbanner .name-domain {
    width: 50%;
}
#faq-formbanner .name-domain input {
    width: 100%;
}