a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

a,
button {
    border: none;
    outline: 0;
    text-decoration: none;
    background-color: none
}

body {
    min-height: 100dvh;
}

.main {
    background: url('../images/banner.webp') repeat;
    background-size: contain;
    max-width: 450px;
    margin: 0 auto;
    min-height: 100vh;
}

.profile_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
}

.profile_main>img {
    max-width: 78px;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
    aspect-ratio: 1/1;
}

.profile_main>h1 {
    color: #000;
    font-size: 16px;
    margin-top: 10px;
}

.social_icon {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
}

.social_icon a {
    width: 22px;
    height: 22px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    box-shadow: 0 0 15px #0000001e;
}

.social_icon a img {
    width: 50%;
}

.profile_main>p {
    font-size: 12px;
    color: #343434;
    margin-top: 8px;
}

.profile_main>p>a {
    color: #343434;
}

.profile_main>p>a:hover {
    text-decoration: underline;
}

.ftp_list {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 1rem;
    margin-top: 2.5rem;
}

.ftp_list h2 {
    font-size: 14px;
    color: #000;
}

.ftp_list button {
    background: #fff;
    box-shadow: 0 0 15px #00000014;
    padding: 8px;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.ftp_list button img {
    height: 14px;
}

.result_card {
    max-width: 145px;
    width: 100%;
}

.image_slide_area {
    position: relative;
}

.arrow_btn_row {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

.arrow_btn_row button>img {
    height: 7px;
}

.arrow_btn_row button {
    background: transparent;
    padding: 5px;
    transition: 0.5s;
    opacity: 0;
}

.result_card:hover .arrow_btn_row button {
    opacity: 1;
}

.slide_left {
    transform: rotate(90deg);
}

.slide_right {
    transform: rotate(-90deg);
}

.image_slider .slick-dots {
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    gap: 10px;
    padding: 1rem;
    display: none !important;
}

.result_card_main .image_slider .slick-dots {
    display: flex !important;

}

.image_slider .slick-dots button {
    font-size: 0;
    width: 9px;
    height: 9px;
    border: 1px solid #fff;
    border-radius: 100%;
}

.image_slider .slick-dots .slick-active button {
    background: #89825A;
}

.image_slider img {
    aspect-ratio: 2/1.5;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.result_grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.result_title {
    padding: 5px 10px;
    display: block;
    color: #000;
}

.result_title>span {
    font-size: 8px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.result_title>span>img {
    height: 10px;
}

.result_title h3 {
    font-size: 12px;
    margin-top: 6px;
}

.result_title p {
    font-size: 10px;
    margin-top: 6px;
    color: #00000070;
}

.gthh_row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px;
    gap: 10px;
}

.gthh {
    background: #fff;
    box-shadow: 0 0 15px #00000014;
    padding: 4px;
    border-radius: 3px;
    font-size: 8px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.gthh>img {
    height: 8px;
}

.sdasd {
    position: absolute;
    height: 10px;
    top: 5px;
    right: 5px;
    z-index: 2;
}

.btn_load {
    border: 1px solid #000;
    font-size: 14px;
    padding: 7px 12px;
    border-radius: 5px;
    background: transparent;
    margin: 0 auto;
    margin-top: 1rem;
    display: block;
}

.res_2 {
    background: #EDE9D3;
}

.footer_main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #141414;
    padding: 1rem;
}

.footer_main h2 {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

.footer_main a img {
    height: 26px;
    filter: invert();
}

.footer_main a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    gap: 1rem;
    margin-top: 1rem;
}

.footer_main a:hover {
    text-decoration: underline;
}


/* detail page css  */
.result_card_main {
    width: 100%;
}

.bs_row {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bs_row a,
.bs_row button {
    width: 26px;
    height: 26px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px #0000002b;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs_row a img,
.bs_row button img {
    height: 35%;
}

.result_card_main .arrow_btn_row button {
    opacity: 1;
    padding: 7px;
}

.result_card_main .arrow_btn_row button>img {
    height: 10px;
}

.result_card_main:hover .arrow_btn_row button {
    opacity: 1;
}

.result_card_main .result_title>span {
    font-size: 13px;
}

.result_card_main .result_title>span>img {
    height: 14px;
}

.result_card_main .result_title h3 {
    font-size: 20px;
}

.result_card_main .result_title p {
    font-size: 12px;
}

.gthh_row.position-relative {
    justify-content: flex-start;
}

.gthh_row.position-relative .gthh {
    padding: 6px;
    border-radius: 5px;
    font-size: 12px;
}

.gthh_row.position-relative .gthh img {
    height: 12px;
}

.flt_tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto hidden;
    width: 100%;
}

.flt_tabs::-webkit-scrollbar {
    display: none;
}

.flt_tabs button {
    color: #000 !important;
    font-size: 14px;
    padding: 10px 1rem;
}

.flt_tabs button.active {
    background: #fff !important;
    box-shadow: 0 0 15px #0000000d;
}

.tab_para {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    line-height: 1.3;
}

.tab_more {
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #fff !important;
    font-size: 14px;
    background: #89825A !important;
    box-shadow: 0 0 15px #0000000d;
    padding: 10px 1rem;
    margin-top: 10px;
    border-radius: 7px;
    width: fit-content;
}

.gt_card {
    background: #202020;
    border-radius: 10px;
    display: flex;
    align-items: center;
}

.gt_card>img {
    margin-top: -3rem;
    aspect-ratio: 1/1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-width: 190px;
    display: block;
}

.asdas {
    padding: 12px 12px 12px 20px;
}

.asdas h2 {
    font-size: 18px;
    color: #fff;
}

.asdas p {
    font-size: 12px;
    color: #ffffffa7;
    margin-top: 6px;
    line-height: 1.3;
}

.asdas a {
    display: block;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    color: #000 !important;
    font-size: 14px;
    background: #fff !important;
    box-shadow: 0 0 15px #0000000d;
    padding: 10px 1rem;
    margin-top: 10px;
    border-radius: 7px;
    width: fit-content;
}

.home_card.gt_card>img {
    margin-bottom: -2rem;
    margin-top: -2rem;
}

.gt_card.home_card {
    margin-top: 1rem;
    background: #EDE9D3;
}

.gt_card.home_card .asdas h2 {
    color: #000;
}

.gt_card.home_card .asdas p {
    color: #000000a7;
}

.gt_card.home_card .asdas a {
    background: #000 !important;
    color: #fff !important;
}

.slider_result_shown {
    display: flex;
    width: 100%;
    gap: 10px;
    padding: 10px;
    overflow: auto hidden;
}

.slider_result_shown::-webkit-scrollbar {
    display: none;
}

.slider_result_shown .result_card {
    max-width: 220px;
}

.formbold-mb-5 {
    margin-bottom: 12px;
}

.formbold-pt-3 {
    padding-top: 12px;
}

.formbold-main-wrapper {
    background: #EDE9D3;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.formbold-form-wrapper {
    margin: 0 auto;
    max-width: 550px;
    width: 100%;
    background: white;
    padding: 1rem 1.5rem;
    border-radius: 12px;
}

.formbold-form-wrapper form {
    margin-top: 2rem;
}

.formbold-form-label {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    margin-bottom: -10px;
    width: fit-content;
    background: #ffffff;
    margin-left: 14px;
    position: relative;
    z-index: 2;
    padding: 3px;
}

.formbold-form-label-2 {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}

.formbold-form-input {
    width: 100%;
    padding: 16px;
    border-radius: 6px;
    border: 1px solid #000000;
    background: white;
    font-size: 14px;
    color: #6b7280;
    outline: none;
    resize: none;
}

.formbold-form-input:focus {
    border-color: #000000;
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-btn {
    text-align: center;
    font-size: 14px;
    border-radius: 6px;
    padding: 14px 32px;
    border: none;
    /* font-weight: 600; */
    background-color: #202020;
    color: white;
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
}

.formbold-btn:hover {
    box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold--mx-3 {
    margin-left: -12px;
    margin-right: -12px;
}

.formbold-px-3 {
    padding-left: 12px;
    padding-right: 12px;
}

.flex {
    display: flex;
}

.flex-wrap {
    flex-wrap: wrap;
}

.w-full {
    width: 100%;
}

@media (min-width: 540px) {
    .sm\:w-half {
        width: 50%;
    }
}

.dtt_cont h3 {
    font-size: 20px;
    color: #000;
}

.dtt_cont p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    line-height: 1.3;
}

.ggtp76 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn_theme_border {
    background: transparent;
    border: 1px solid #202020;
    padding: 10px;
    color: #000;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_theme_border:hover {
    background: #0000003b;
}

.btn_theme_border>img {
    height: 12px;
}

.btn_theme {
    background: #202020;
    border: 1px solid #202020;
    padding: 10px;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.btn_theme:hover {
    background: #000000;
}

.filter_tab {
    margin-top: 7px;
    overflow: auto;
}
.filter_tab::-webkit-scrollbar{
    display: none;
}

.filter_tab .accordion-item {
    border: none;
    margin-top: 5px;
}

.filter_tab .accordion-item .accordion-button {
    box-shadow: none !important;
    background: #FEFBF1 !important;
    font-size: 14px;
    padding: 7px 1.5rem;
    border: none;
    outline: none;
}

.tags_row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.tags_row button {
    background: #F1F1F1;
    border: 1px solid transparent;
    padding: 10px;
    color: #000;
    border-radius: 5px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tags_row button:hover,
.tags_row button.active {
    border-color: #000;
}
.under_line{
    font-size: 12px;
    text-decoration: underline;
}
.row_inp {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 12px;
    margin-top: 10px;
    padding-bottom: 1rem;
    flex-wrap: wrap;
}
.inpu_form label{
    font-size: 14px;
}
.inpu_form{
    width: 48%;
}
.inpu_form .gghd,
.inpu_form .form-select{
    border-radius: 5px;
    padding: 7px 1rem;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 6px;
    background-color: #F1F1F1;
    font-size: 14px;
    box-shadow: none;
}
.inpu_form .form-select:focus{
    border-color: #000 !important;
}
.inpu_form .gghd input{
    border: none;
    outline: none;
    background: transparent;
    font-size: 14px;
    width: 100%;
}
input[type=checkbox] {
    position: relative;
      border: 2px solid #000;
      border-radius: 2px;
      background: none;
      cursor: pointer;
      line-height: 0;
      margin: 0 .6em 0 0;
      outline: 0;
      padding: 0 !important;
      vertical-align: text-top;
      height: 20px;
      width: 20px;
      -webkit-appearance: none;
    opacity: .5;
  }
  
  input[type=checkbox]:hover {
    opacity: 1;
  }
  
  input[type=checkbox]:checked {
    background-color: #B2AB83;
    border-color: #B2AB83;
    opacity: 1;
  }
  
  input[type=checkbox]:before {
    content: '';
    position: absolute;
    right: 50%;
    top: 50%;
    width: 4px;
    height: 10px;
    border: solid #FFF;
    border-width: 0 2px 2px 0;
    margin: -1px -1px 0 -1px;
    transform: rotate(45deg) translate(-50%, -50%);
    z-index: 2;
  }
.check_grid{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
.check_opt{
    flex-basis: 48%;
}

@media (max-width: 445px) {
    .result_card {
        max-width: 130px;
    }
}
@media (max-width: 420px) {
    .gt_card>img {
        max-width: 160px;
    }
    .asdas p {
        font-size: 10px;
    }
    .asdas h2 {
        font-size: 16px;
    }
    .asdas a {
        font-size: 12px;
        padding: 8px 1rem;
        border-radius: 5px;
    }
}
@media (max-width: 400px) {
    .result_card {
        max-width: 170px;
    }
}

@media (max-width: 375px) {
    .result_card {
        max-width: 150px;
    }
}
@media (max-width: 350px) {
    .gt_card {
        flex-direction: column-reverse;
    }
}