.top_header {
    background: var(--gold-color);
    padding: 5px 0px;
}


.top_phone ul {
    display: flex;
    gap: 15px;
}

.top_phone ul li a {
    color: #000;
    font-size: 14px;
}

.social_media {
    display: flex;
    justify-content: end;
}

.social_media ul {
    display: flex;
    gap: 10px;
}

.social_media ul li a {
    color: #fff;
    width: 32px;
    height: 32px;
    background: var(--black-color);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-size: 16px;
}

header {
    background: var(--black-color);
    padding: 5px 0px 8px 0px;
    position: sticky;
    z-index: 100;
    top: 0;
}


.logo img {
    width: 100%;
    max-width: 100px;
}

.menu {
    display: flex;
    justify-content: space-between;
}

.menu ul {
    display: flex;
    gap: 0px;
}

.menu ul li a {
    color: #d3d3d3;
    font-size: 15px;
}

.menu ul li {
    padding: 0px  15px;
}


.main_btn a {
    background: linear-gradient(180deg, #d5ab50 0%, #655024 100%);
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 10px;
    position: relative;
}

.main_btn a:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 23px;
    content: '';
    background: url(../images/icons/btn_right_arrow.svg);
    background-size: cover;
}

.main_btn a:after {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 23px;
    content: '';
    background: url(../images/icons/btn_right_arrow.svg);
    background-size: cover;
    transform: rotate(180deg);
}
.hero_section .swiper-slide img {
    width: 100%;
}


.hero_section .swiper-button-next, .hero_section .swiper-button-prev  {
    width: 45px;
    height: 45px;
    background: var(--gold-color);
    border-radius: 50%;
    color: #ffffff;
}

.hero_section .swiper-button-next::after, .hero_section .swiper-button-prev::after {
    font-size: 25px;
}

.Categories_box {
    text-align: center;
    margin: auto;
}

.Categories_box .img_cared {
    width: 200px;
    height: 200px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    margin: auto;
    position: relative;
}

.Categories_box .img_cared img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.Categories_box .read_btn {
    font-size: 21px;
    color: #000;
    font-weight: 700;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.Categories_box .img_cared:before {
    position: absolute;
    left: -9px;
    top: 0;
    bottom: 0;
    right: 0;
    width: 220px;
    height: 220px;
    border: 1px dashed var(--gold-color);
    content: '';
    border-radius: 50%;
    margin: auto;
}


.Categories_content h3 {
    font-size: 30px;
    font-weight: 800;
    color: #000;
    margin-bottom: 15px;
}

.Categories_content p {
    color: #787878;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 35px;
}

.offer_box {
    background: var(--black-color);
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    align-items: center;
    position: relative;
}

.offer_box:before {
    position: absolute;
    left: 0;
    width: 10px;
    height: 70%;
    background: var(--gold-color);
    content: '';
    border-radius: 0px 10px 10px 0px;
}

.offer_box h5 {
    color: var(--gold-color);
    font-size: 16px;
    font-weight: 700;
}

.offer_box h3 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    margin: 12px 0px;
}

.offer_box div {
    padding: 0px 0px 0px 50px;
}

.offer_box img {
    width: 100%;
    max-width: 250px;
}

.offer_box a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}

.offer_box h3 span {
    color: var(--gold-color);
}


.trading_products {
    text-align: center;
    margin-top: 25px;
}


.trading_img img {
    width: 100%;
}

.trading_products a {
    font-size: 17px;
    color: #181818;
    font-weight: 600;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.main_heading h3 {
    font-size: 35px;
    font-weight: 700;
}

.main_heading p {
    margin: 0;
    font-size: 14px;
    color: gray;
}

.style_section {
    background: url(../images/summer-banner.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 90px 0px;
}

.style_content h5 {
    color: var(--gold-color);
    font-size: 18px;
    font-weight: 600;
}

.style_content h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    margin: 13px 0px 15px 0px;
}

.style_content p {
    color: gray;
    font-size: 15px;
}

.style_content .main_btn {
    margin-top: 40px;
}

.best-box {
    background: linear-gradient(45deg, black, transparent), url(../images/diamond_img.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    padding: 240px 35px 35px;
}

.best-box h4 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
}

.best-box a {
    color: var(--gold-color);
    font-size: 15px;
    text-decoration: underline;
}

.product-slider_box {
    text-align: center;
}

.product-slider_box img {
    width: 100%;
}

.product-slider_box a {
    color: #000;
    font-size: 16px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.product-slider .swiper-button-prev, .product-slider .swiper-button-next {
    width: 40px;
    background: var(--gold-color);
    height: 40px;
    border-radius: 50%;
}

.product-slider .swiper-button-prev:after, .product-slider .swiper-button-next:after {
    font-size: 23px;
    color: #000;
    font-weight: 600;
}

.subscribe_section {
    background: url(../images/subscribe.jpg);
    width: 100%;
    height: 100%;
    padding: 80px 0px;
    background-size: cover;
}


.subscribe_content h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.subscribe_content input {
    width: 30%;
    border: 0;
    padding: 10px 15px;
    font-size: 15px;
    outline: none;
}

.subscribe_content button {
    background: var(--gold-color);
    border: 0;
    padding: 10px 30px;
    font-size: 15px;
    font-weight: 500;
}

.subscribe_content > div {
    display: flex;
    align-items: center;
    gap: 15px;
    margin: 20px 0px 15px 0px;
}

.subscribe_content p {
    font-size: 15px;
    color: #4d4d4d;
    margin: 0;
}


footer {
    background: #141414;
    padding: 70px 0px 0px 0px;
}

.footer_link img {
    width: 100%;
    max-width: 140px;
}

.footer_link p {
    font-size: 14px;
    color: #9b9b9b;
    font-weight: 300;
    margin-top: 26px;
    margin-bottom: 0;
    line-height: 25px;
}

.quick_link h6 {
    color: #fff;
    margin-top: 25px;
    margin-bottom: 0;
}

.quick_link .folluews {
    display: flex;
    gap: 15px;
    margin-top: 0px;
}

.quick_link .folluews li a {
    color: var(--gold-color);
    font-size: 19px;
}

.quick_link h3 {
    color: var(--gold-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    width: fit-content;
    line-height: 35px;
}

.quick_link ul li{
    margin-top: 10px;
}

.quick_link ul li a {
    color: #cdcdcd;
    font-weight: 300;
    font-size: 15px;
    transition: 0.5s;
}

.quick_link ul li a:hover {
    color: var(--gold-color);
}

.main_content h5 {
    font: normal normal 600 17px Inter;
    color: var(--gold-color);
    letter-spacing: 1px;
    margin: 0;
    position: relative;
    padding-left: 50px;
}

.about_section_2 h5 {
    margin-left: auto;
    width: fit-content;
}

.main_content h5:before, .main_content h5:after {
    background: var(--gold-color);
    content: '';
    width: 40px;
    height: 1px;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: auto;
    top: 2px;
}

.main_content h5:after {
    width: 25px;
    top: -6px;
}


.about_img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 1px solid #d3d3d3;
    border-radius: 40px;
    padding: 10px;
}


.main_content h3 {
    font-size: 50px;
    font-weight: 700;
    margin: 15px 0px 15px 0px;
}

.main_content h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 40px;
    font-style: italic;
}

.about_section {
    position: relative;
}

.about_section:before {
    position: absolute;
    left: 0;
    width: 73%;
    background: #d4aa4f2e;
    content: '';
    height: 85%;
    z-index: -1;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 0px 40px 40px 0px;
    border: 1px solid #fde7d5;
}

.about_section_2:before {
    right: 0;
    left: unset;
    border-radius: 40px 0px 0px 40px;
}

.copy_text {
    border-top: 1px solid #80808029;
    padding: 14px 0px;
    margin-top: 60px;
}


.copy_texte p {
    margin: 0;
    color: #c1c1c1;
    font-size: 14px;
}

.mobile_logo img {
    display: none;
}

.breadcrumb_section {
    background: url(../images/summer-banner.jpg);
    background-size: cover;
    padding: 70px 0px;
    background-position: top;
}


.breadcrumb_content h3 {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
}

.breadcrumb_content ul {
    display: flex;
    gap: 10px;
    margin-top: 17px;
}

.breadcrumb_content ul li {
    color: #fff;
    font-size: 15px;
}

.breadcrumb_content ul li a {
    color: var(--gold-color);
}

.about_img-1 img {
    width: 100%;
    max-width: 420px;
    margin-left: auto;
    display: block;
    border: 1px solid #80808029;
    padding: 10px;
}

.about_imgse {
    position: relative;
}

.about_img-2 {
    position: absolute;
    bottom: 0;
    left: 35px;
}

.about_img-2 img {
    width: 100%;
    max-width: 260px;
    border: 8px solid #fff;
    border-bottom: 0;
    border-left: 0;
}

.about_content h3 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.about_content p {
    color: #484848;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}

.mission_img img {
    width: 100%;
}

.mission_section{
    background: #000000;
    padding: 80px 0px;
}

.vision_content h4 {
    color: var(--gold-color);
    font-size: 30px;
    font-weight: 700;
}

.vision_content p {
    color: #bfbfbf;
    font-size: 14px;
    font-weight: 300;
}

.about_content-3 p {
    font-size: 16px;
    font-weight: 400;
}

.about_img-4 img {
    width: 100%;
}


.faq_content .accordion-button:not(.collapsed) {
    background: #ddab48;
    color: #000;
}

.faq_content .accordion-button {
    font-size: 15px;
    font-weight: 500;
}

.faq_content .accordion-body {
    font-size: 14px;
    color: gray;
}

.faq_content .accordion-button:focus {
    box-shadow: 0px 0px 0px 5px transparent;
}

.faq_img img {
    width: 100%;
}

.blog_box {
    border: 1px solid #8080804d;
    padding: 15px;
    border-radius: 15px;
    margin-top: 15px;
}

.blog_img img {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
}

.blog_box h6 {
    font-size: 14px;
    color: var(--gold-color);
    margin-top: 15px;
    font-weight: 600;
}

.blog_box h3 {
    font-size: 23px;
    font-weight: 600;
}

.blog_box h3 a {
    color: #000;
}

.blog_box p {
    font-size: 14px;
    color: gray;
    line-height: 24px;
}

.blog_box .read_more {
    color: var(--gold-color);
    font-size: 15px;
    font-weight: 600;
}

.contact_box_details {
    text-align: center;
    border-bottom: 1px solid #80808052;
    margin-top: 20px;
}

.contact_box_details i {
    font-size: 35px;
    color: var(--gold-color);
}

.contact_box_details h5 {
    font-size: 20px;
    font-weight: 700;
}

.contact_box_details p {
    font-size: 14px;
    color: gray;
}

.contact_box {
    background: #fff;
    padding: 25px 20px 30px 20px;
    border-radius: 10px;
}

.contact_box h3 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.contact_input {
    margin-top: 15px;
}

.contact_input input, .contact_input textarea {
    width: 100%;
    border: 1px solid #8080805c;
    outline: none;
    padding: 12px 15px;
    font-size: 15px;
    border-radius: 8px;
}


.contact_box button {
    border: 0;
    background: var(--gold-color);
    padding: 10px 20px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 400;
    margin-top: 20px;
}

.mapFrameWrap iframe {
    width: 100% !important;
    border-radius: 10px;
}

.contact_section {
    background: #8080802b;
    padding: 80px 0px;
}