/*
  Project Name: Frudbaz - Fast Food Restaurant HTML Template
  Description: Fast Food Restaurant HTML Template
  Version: 1.0
*/
/* CSS Index
-----------------------------------
1. Theme default css
2. header
3. hero
4. category
5. offer
6. shop
7. cta
8. team
9. testimonial
10. blog
11. brand
12. footer
13. about
14. reservation
15. services
16. recipe menu
17. preloder
18. page title
19. faq
20. history
21. contact
*/
/* 1. Theme default css */

/* Language Switcher Styles */
.language-switcher {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.lang-btn {
    background: var(--primary-color);
    color: white;
    padding: 8px 29px;
    border-radius: 37px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 2px solid var(--primary-color);
}

.lang-btn:hover {
    background: transparent;
    color: var(--primary-color);
    text-decoration: none;
}

.topherobox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}


/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Lilita+One&family=Sofia&display=swap'); */
@font-face {
    font-family: 'IranYekan';
    src: url('../fonts/iran-sans-400.eot');
    src: url('../fonts/iran-sans-500.eot') format('embedded-opentype'), url('../fonts/iran-sans-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'katibeh';
    src: url('../fonts/katibeh.ttf');
    src : url('../fonts/katibeh.woff') format('woff');
    src : url('../fonts/katibeh.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IranNastaliq';
    src: url("../fonts/IranNastaliq.ttf");
}

:root {
    --primary-color: #d35931;
    --secondary-color: #1a1a1a;
    --tertiary-color: #706c61;
    --quaternary-color: #efefef;
    --quinary-color: #1e1d23;
    --senary-color: #d35931;
    --sectiontwhohome : rgb(250 , 246 , 237 );
    --sectiontwhobg : rgb(228 , 217 , 203);
}
html {
    max-width: 100%;
    overflow-x: hidden;
}
a {
    cursor: pointer!important;
}
body {
    direction: rtl;
    text-align: right;
    font-family: 'IranYekan', sans-serif!important;
    font-weight: 400;
    max-width: 100%!important;
    margin : 0!important;
    font-style: normal;
    font-size: 16px;
    color: #fff!important;
    background: #121D23!important;
    overflow-x: hidden;
}

.body_wrap {
    overflow: hidden;
    position: relative;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

.maxw_1600 {
    max-width: 1600px;
}

a, .button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus, .button:focus {
    text-decoration: none;
    outline: none;
}

a:focus, a:hover, .gallery-cat a:hover, .footer -menu li a:hover {
    text-decoration: none;
}

a:hover {
    color: #1a1a1a;
}

a, button {
    color: #1a1a1a;
    outline: medium none;
    cursor: pointer;
}

button {
    padding: 0px;
    border: none;
    outline: none;
    background: none;
    display: inline-block;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

button:focus, input:focus, input:focus, textarea, textarea:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'IranYekan', cursive;
    font-weight: 700;
    color: #1a1a1a;
    margin-top: 0px;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
}

h1 {
    font-size: 40px;
    font-weight: 500;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
}

p {
    font-size: 17px;
    font-weight: normal;
    line-height: 30px;
    /* color: #8d8d8d; */
    /* margin-bottom: 15px; */
}

hr {
    border-bottom: 1px solid #eceff8;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}
.footerwhitelinks a[href^="tel"] {
    color: white !important;
    text-decoration: none;
}


label {
    color: #7e7e7e;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

i, span, a {
    display: inline-block;
}

a {
    text-decoration: none;
}

input, textarea, select {
    width: 100%;
    height: 55px;
    background-color: #efefef;
    border: 1px solid transparent;
    padding: 0px 20px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border: 2px solid #1a1a1a;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    /* box-shadow: 1px 1px 0px #b8d6ff; */
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

*::-moz-selection {
    background: #1a1a1a;
    color: #efefef;
    text-shadow: none;
}

::-moz-selection {
    background: #1a1a1a;
    color: #efefef;
    text-shadow: none;
}

::selection {
    background: #1a1a1a;
    color: #efefef;
    text-shadow: none;
}

*::-moz-placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

*::placeholder {
    color: #999;
    font-size: 16px;
    opacity: 1;
}

.separator {
    border-top: 1px solid #f2f2f2
}

/* button style */
.thm_btn {
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    width: 100%;
    color: #fefefe;
    text-transform: uppercase;
    background: #1a1a1a;
    font-weight: 700;
    display: inline-block;
    border-radius: 10px;
}

.thm_btn:hover {
    color: #efefef;
    background-color: #d35931;
}

.thm_btn-2 {
    background-color: #30261B;
}

.thm_btn-2:hover {
    background-color: #efefef;
    color: #1a1a1a;
}

.thm_btn-#efefef, .thm_btn-#efefef:hover {
    background-color: #efefef;
    color: #1e1d23;
}

/* 2. header */
.transparent_header {
    /* position: absolute; */
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* right: 0; */
    /* z-index: 9; */
    /* background: #FFF9ED; */
}

.header_area {
    position: relative;
    z-index: 1;
    /* width: 80%; */
    background: #121D23;
    /* transform: translate(-50%,0px); */
    /* border-radius: 10px; */
    margin: auto;
    /* max-width: 1140px; */
    /* position: absolute; */
    /* top: 15px; */
    /* left: 50%; */
    /* width: fit-content; */
    /* padding: 0px 27px; */
    /* border: 3px solid #6b4f3b; */
    padding: 10px 0;
    /* border-bottom: 1px solid #ffffff30; */
}

.main_menu ul li {
    display: inline-block;
    margin-left: 50px;
    position: relative;
}

.main_menu ul li:last-child {
    margin-left: 0;
}

.main_menu ul li a {
    padding: 20px 0;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.main_menu ul li:hover > a::before, .main_menu ul li.active > a::before {
    width: 100%;
    right: auto;
    left: 0;
}

.main_menu ul li:hover > a, .main_menu ul li.active > a {
    color: #fff;
}

.main_menu ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 230px;
    background: #efefef;
    padding: 15px 0;
    border-radius: 3px;
    z-index: 99;
    transform-origin: 50% 0;
    box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
}

.main_menu ul li:hover > ul.sub-menu {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.main_menu ul li ul.sub-menu li {
    margin: 0;
    display: block;
    padding: 6px 25px;
}

.main_menu ul li ul.sub-menu li a {
    color: #1e1d23;
    display: block;
    font-size: 15px;
    padding: 0;
    text-transform: capitalize;
}

.main_menu ul li ul.sub-menu li:hover > a, .main_menu ul li ul.sub-menu li.active > a {
    color: #1a1a1a;
}

.main_menu ul li ul.submenu li a::before {
    background: none;
}

.main_menu ul li ul.sub-menu li ul.sub-menu {
    top: 10%;
    left: 100%;
    transform-origin: 50% 0;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
}

.main_menu ul li ul.sub-menu li:hover > ul.sub-menu {
    top: 0;
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
}

.main_menu ul .dropdown ul.sub-menu .dropdown > a::after {
    position: absolute;
    top: 7px;
    right: 0;
    line-height: 1;
    font-size: 10px;
    content: "\e649";
    font-family: 'themify';
}

.header_carts {
    margin-right: 80px;
}

.header_carts .icon {
    width: 55px;
    height: 55px;
    border: 1px double #d35931;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    box-shadow: 0 12px 8px 0 rgba(213, 151, 96, 0.06);
    color: #d35931;
    position: relative;
    margin-right: 20px;
}

.header_carts .cart_counter {
    top: 0;
    left: -6px;
    height: 25px;
    color: #efefef;
    min-width: 25px;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    position: absolute;
    border-radius: 45px;
    background-color: #1a1a1a;
}

.header_right .search_box {
    position: relative;
    padding: 0;
}

.header_right .search_box input {
    padding: 0px 25px;
    background: #efefef;
    outline: none;
    color: #1e1d23;
    width: 350px;
    height: 55px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 10px;
    box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
    padding-left: 50px;
}

.header_right .search_box button {
    position: absolute;
    background: transparent;
    top: 0;
    left: 18px;
    bottom: 0;
    border: 0;
    color: #1e1d23;
    font-size: 18px;
}





.header_2 .header_space {
    padding: 0px 85px;
}

.header_2 .main_menu_wrap .main_menu {
    justify-content: center;
}

.header_2 .header_carts, .header_3 .header_carts {
    margin-right: 0;
}

.sticky {
    display: none;
    background: #FFF9ED;
    left: 0;
    margin: auto;
    position: fixed;
    top: 0;
    border-bottom: 2px solid #d35931;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 9999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.header_area .header_space.sticky {
    padding: 8px 85px;
}

.header_1 .header_space.sticky {
    padding: 8px 120px;
}

.header_3 .main_menu ul li a {
    padding: 25px 0;
    color: #efefef;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}

.header_search_wrap {
    position: relative;
}

.search_main > i, .search_main span {
    cursor: pointer;
}

.search_main span {
    display: none;
}

.header_search_wrap .search_form_main {
    padding: 15px;
    position: absolute;
    left: 0;
    top: 80px;
    width: 350px;
    z-index: 33;
    opacity: 0;
    visibility: hidden;
    border: 1px solid #e1e1e1;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
}

.search_form_main.active_search {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
    background: #efefef;
    transition: .2s;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
}

.search_form_main form {
    position: relative;
}

.search_form_main input {
    width: 100%;
    height: 55px;
    border: 0;
    background: #f4f4f4;
    padding: 20px;
}

.search_form_main button {
    position: absolute;
    left: 0;
    top: 0;
    border: 0;
    background: #1e1d23;
    height: 55px;
    width: 55px;
    color: #efefef;
    font-size: 18px;
    line-height: 60px;
}

.header_search_wrap .icon {
    margin-right: 0;
}

.header_3 .logo a img:nth-child(2), .header_3 .sticky .logo a img:nth-child(1) {
    display: none;
}

.header_3 .sticky .logo a img:nth-child(2) {
    display: inline-block;
}

.header_3 .sticky .main_menu ul li > a {
    color: #1e1d23;
}

.header_3 .main_menu ul li:hover > a, .header_3 .main_menu ul li.active > a {
    color: #1a1a1a;
}

.header_3 .header_space {
    padding: 35px 240px;
}

.header_3 .header_space.sticky {
    padding: 8px 240px;
}
.main_menu_wrap {
    position: relative;
}
.main_menu_wrap::after {
    content: '';
    position: absolute;
    right: 0;
    height: 120px;
    background: url('../img/logo.png');
    width: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.header_3 .main_menu_wrap .main_menu {
    justify-content: center;
}

.header_3 .header_carts .icon {
    background: transparent;
    border: 2px solid #848484;
    color: #efefef;
}

.header_3 .sticky .header_carts .icon {
    color: #1e1d23;
    border-color: #ccc5c5;
}

/* 3. hero */
.hero_area {
    position: relative;
}

.hero_area.hero_1::before {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background: #efefef;
    height: 100%;
    content: "";
    z-index: -1;
}

.brandigm {
    max-width: 72px;
    object-fit: contain;
    margin: auto;
}



.hero_1 .hero_wrap {
    padding: 0 120px;
    padding-top: 120px;
}

.hero_area .hero_img .d_img {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 95px;
}



.hero_area .hero_img {
    position: relative;
}

.hero_1 .hero_img > img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.hero_area .hero_text h5 {
    font-size: 22px;
    color: #1a1a1a;
    font-family: 'IranYekan', cursive;
    margin-bottom: 25px;
}

.hero_area .hero_text h2 {
    font-weight: bold;
    margin-bottom: 20px;
}

.hero_area .hero_text p {
    font-size: 18px;
    line-height: 36px;
    /* max-width: 500px; */
    color: #1a1a1a;
    text-align: justify;
    max-width: 440px;
}

.hero_area .hero_text .hero_btn .thm_btn {
    margin-top: 20px;
    margin-left: 30px;
}

.hero_area .hero_text .hero_btn .thm_btn:last-child {
    margin-left: 0;
}

.info_list li {
    padding-right: 88px;
    position: relative;
    margin-bottom: 70px;
}

.info_list li:last-child {
    margin-bottom: 0;
}

.info_list li .count {
    position: absolute;
    width: 55px;
    height: 55px;
    top: 0;
    right: 0;
    box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
    /* transform: translateY(-50%); */
    /* -webkit-transform: translateY(-50%); */
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    background: #efefef;
    text-align: center;
    line-height: 55px;
    border-radius: 50%;
    border: 1.5px dotted #1a1a1a;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #d35931;
    font-weight: 500;
    font-size: 18px;
}

.info_list li h4 {
    font-size: 18px;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}

.hero_bottom {
    position: absolute;
    bottom: 70px;
    left: 135px;
    right: 135px;
}

.hero_bottom .hero_video {
    float: left;
    padding-top: 15px;
}

.hero_bottom .hero_social {
    padding-top: 15px;
}

.hero_social li a {
    color: #1e1d23;
    font-weight: 500;
}

.hero_social li {
    margin-left: 50px;
    position: relative;
    margin-top: 10px;
}

.hero_social li:last-child {
    margin-left: 0;
}

.info_list li::before {
    position: absolute;
    top: 0;
    right: 29px;
    content: "";
    background: #e0ddd7;
    width: 1px;
    bottom: 0;
    height: 190px;
}

.info_list li:last-child::before {
    display: none;
}

.hero_social li i {
    padding-left: 5px;
}

.hero_video a {
    color: #1e1d23;
    font-weight: 700;
    font-size: 16px;
}

.hero_video a span {
    width: 55px;
    height: 55px;
    background: #efefef;
    text-align: center;
    margin-right: 20px;
    line-height: 55px;
    border-radius: 50%;
}

.hero_area.hero_2 {
    margin: 0 100px;
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 25px 25px 0 0%;
}

.hero_2 .header_space {
    padding: 20px 85px;
}

.hero_2 .hero_text h2 {
    color: #efefef;
}

.hero_2 .hero_text h2 span {
    color: #d35931;
}

.hero_2 .hero_text h2 span:nth-child(2) {
    color: #1a1a1a;
}

.hero_2 .hero_text p {
    color: #eaeaea;
}

.hero_2 .hero_wrap {
    padding: 0 190px;
}

.hero_2 .hero_height {
    min-height: 850px;
}

.hero_2 .hero_img {
    float: left;
}



.category_slide {
    display: flex;
    justify-content: space-around;
    background: #1e1d23;
    flex-wrap: wrap;
}

.category_slide .cs_item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 35px 20px;
    border-left: 2px solid #2c2a32;
    flex-basis: 12.5%;
}

.category_slide .cs_item:last-child {
    border-left: 0;
}

.category_slide .cs_item a {
    display: flex;
    align-items: center;
}

.category_slide .cs_item .cs_text h5 {
    font-size: 18px;
    text-transform: uppercase;
    color: #efefef;
    font-family: 'IranYekan', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}

.category_slide .cs_item .cs_icon {
    max-width: 27px;
    margin-left: 11px;
}

.hero_search_form {
    max-width: 510px;
    margin-top: 40px;
    position: relative;
}

.hero_search_form input, .footer_top .sub_from input {
    width: 100%;
    height: 55px;
    color: #efefef;
    background-color: rgb(37, 36, 42, 0.36);
    border: 1px solid #454449;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.hero_search_form button, .footer_top .sub_from button {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 0 30px;
    border: none;
    color: #efefef;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    transition: .3s;
    background: #1a1a1a;
    border-radius: 7px;
}

.hero_search_form input {
    background: #1e1d23;
    border: 0;
    height: 58px;
}

.hero_search_form button i {
    padding-left: 7px;
}

.hero_2 .hero_social li a {
    color: #efefef;
}

.hero_2 .hero_social {
    margin-top: 55px;
}

.hero_area.hero_3 {
    background-position: right;
    z-index: 1;
}

.hero_3 .hero_content_wrap {
    padding-top: 0;
    margin-bottom: 100px;
}

.hero_3 .hero_text h2 {
    font-size: 90px;
    margin-bottom: 85px;
    margin-top: 60px;
    color: #efefef;
}

.hero_3 .hero_text h2 span {
    color: #1a1a1a;
}

.hero_3 .hero_img {
    margin-right: 0;
    z-index: 5;
    position: relative;
    /* max-width: 710px; */
    /* width: 50vw; */
    /* margin: auto; */
    /* margin-bottom: -180px; */
    border-radius: 0;
}

.hero_3 .hero_img > img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.section_notch, .section_notch_top, .section_notch_bottom {
    position: relative;
}

.section_notch::before, .section_notch_top::before {
    content: "";
    position: absolute;
    background-image: url(../img/shape/section-notch-top.png);
    background-repeat: repeat-x;
    display: block;
    top: 0;
    width: 100%;
    height: 20px;
    z-index: 5;
}

.section_notch::after, .section_notch_bottom::after {
    content: "";
    position: absolute;
    background-image: url(../img/shape/section_notch_bottom.png);
    background-repeat: repeat-x;
    bottom: 0;
    width: 100%;
    height: 20px;
    z-index: 2;
}

.mb-70px {
    margin-bottom: 70px;
}

.hero_shape .shape {
    position: absolute;
    z-index: -1;
}

.hero_shape .hs_01 {
    right: 0;
    top: 28%;
}

.hero_shape .hs_02 {
    left: 0;
    top: 22%;
}

.hero_shape .his_01 {
    right: 31%;
    top: 48%;
}

.hero_shape .his_02 {
    left: 25%;
    top: 43%;
}

.hero_feat_wrap .hf_single {
    position: absolute;
    max-width: 230px;
}

.hero_feat_wrap .hf_single h4 {
    color: #1a1a1a;
    font-family: 'IranYekan', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.hero_feat_wrap .hf_single p {
    color: #efefef;
    margin-bottom: 0;
    font-size: 18px;
    font-family: 'IranYekan', cursive;
    text-align: justify;
}

.hero_feat_wrap .sf_01 {
    top: 42%;
    right: 8%;
    text-align: right;
}

.hero_feat_wrap .sf_01 .hf_shape {
    margin-right: 85px;
    margin-top: 12px;
}

.hero_feat_wrap .sf_02 {
    top: 40%;
    left: 8%;
    text-align: left;
}

.hero_feat_wrap .sf_02 .hf_shape {
    margin-left: 145px;
    margin-bottom: 12px;
}

/* 4. category */
.cat_single {
    background: #efefef;
    border-right: 1px solid #f2f2f2;
    padding: 40px 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.cat_single:hover {
    background-color: #1a1a1a;
}

.cat_shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.cat_single:hover .cat_shape {
    opacity: 1;
}

.cat_single .cat_icon {
    max-width: 50px;
    margin-bottom: 30px;
}

.cat_single:hover .cat_icon img {
    filter: brightness(0) invert(1);
}

.cat_single .cat_number {
    position: absolute;
    top: 20px;
    left: 25px;
    font-size: 60px;
    color: #1a1a1a;
    font-weight: 800;
    transition: .3s;
    opacity: 0;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
}

.cat_single:hover .cat_number {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

.cat_single h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
    margin-bottom: 11px;
}

.cat_single h3 a:hover {
    color: #efefef;
}

.cat_single:hover h3, .cat_single:hover p {
    color: #efefef;
}

.cat_single .cat_img {
    margin-top: 30px;
}

.category_active.owl-carousel .owl-nav div {
    position: absolute;
    right: 0;
    height: 60px;
    width: 60px;
    line-height: 60px;
    margin: 0 -90px !important;
    padding: 0;
    text-align: center;
    background: #efefef;
    color: #706c61;
    top: 50%;
    margin: 0;
    transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    cursor: pointer;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    box-shadow: 0px 12px 8px 0px rgba(253, 143, 43, 0.06);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 20px;
}

.category_active.owl-carousel .owl-nav .owl-next {
    right: auto;
    left: 0;
}

/* 5. offer */
.offer_area {
    position: relative;
    border-top: 4px solid #efefef;
    border-bottom: 4px solid #efefef;
}

.blog-area {
    position: relative;
    background-color: #121d23;
background-image: url("https://www.transparenttextures.com/patterns/asfalt-light.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
  
}

.footer-area {
    position: relative;
    border-bottom: 0;
    background: #121D23;
}

.footer-area-after {
    position: absolute;
    top: 0;
    width: 60%;
    background-color: #fff;
    left: 50%;
    height: 50px;
    transform: translateX(-50%);
    border-top-right-radius: 0px;
}

.footer-area-after::after {
    content: '';
    background: #fff;
    position: absolute;
    top: 20px;
    right: -3px;
    width: 50px;
    height: 30px;
    border-right: 27px solid #6B4F3B;
    border-bottom: 12.5px solid #6B4F3B;
}

.footer-area-after::before {
    content: '';
    background: #fff;
    position: absolute;
    top: 20px;
    left: -3px;
    width: 50px;
    height: 30px;
    border-left: 27px solid #6B4F3B;
    border-bottom: 12.5px solid #6B4F3B;
}

.footer-area::before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    width: 4px;
    background-color: #efefef;
    right: 0;
    height: 100%;
}



.section_bg {
    position: relative;
    z-index: 1;
}

.section_bg::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: #efefef;
    content: "";
    z-index: -1;
}

.offer_content {
    padding: 90px 0;
}

.offer_content .offer_btn {
    margin-top: 30px;
}

.offer_content .offer_btn li {
    margin-top: 15px;
    margin-left: 50px;
}

.offer_content .offer_btn li:last-child {
    margin-left: 0;
}

.offer_content .offer_price h4 {
    color: #1a1a1a;
    font-size: 28px;
    font-weight: 700;
}

.offer_content .offer_price h4 > span {
    color: #1e1d23;
    font-size: 20px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
}

.offer_img {
    position: relative;
    margin-top: 45px;
}

.offer_img .d_img {
    position: absolute;
    top: -12px;
    left: -12px;
    max-width: 110px;
}

.offer_2 .offer_content .offer_price h4 > span {
    color: #efefef;
}

.offer_img_bg {
    background-repeat: no-repeat;
    background-position: 90% 100%;
    background-size: cover;
    margin: 100px 0;
    min-height: 75vh;
}

.offer_2 .d_img {
    position: absolute;
    bottom: 35px;
    left: 35px;
    max-width: 109px;
}

.offer_3 .sec_title > h2 {
    font-size: 45px;
}

.offer_3 .offer_content {
    /* padding-left: 80px; */
    padding: 50px 0;
}

.offer_3 .offer_content .offer_price h4 > span {
    color: #efefef;
}

.offer_3 .offer_content h2 > span {
    color: #ff911c;
}

.offer_3 .offer_img_bg {
    background-position: center;
}

.offer_3 {
    overflow: hidden;
    z-index: 1;
}

.offer_3 .offer_shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

/* 6. shop */
.shop_single {
    padding: 30px 35px;
    border-radius: 15px;
    padding-top: 100px;
    position: relative;
}

.shop_single .thumb .image img {
    width: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.shop_single:hover .thumb .image img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
}

.shop_single .actions {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: 2;
}

.shop_single .actions .action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    color: #1e1d23;
    background: #faf7f2;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 10px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    margin: 0 4px;
    border-radius: 7px;
}

.shop_single .actions .action:hover {
    background-color: #d35931;
    color: #efefef;
}

.shop_single:hover .actions .action {
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.shop_single .content .cat {
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 13px;
    font-weight: 500;
}

.rating_star li {
    color: #feab2f;
    font-size: 15px;
    margin-left: 4px;
}

.shop_single .content {
    margin-top: 45px;
}

.shop_single .content .title {
    font-size: 18px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
    text-transform: uppercase;
    margin-top: 12px;
    margin-bottom: 10PX;
}

.shop_single .content .s_bottom .price {
    color: #1e1d23;
    padding-left: 2px;
}

.shop_single .content .s_bottom span {
    color: #ed366a;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}

.shop_single .content .s_bottom .old {
    color: #706c61;
    text-decoration: line-through;
    position: relative;
    padding-right: 8px;
    margin-right: 4px;
}

.shop_single .content .s_bottom .old::before {
    position: absolute;
    right: 0;
    top: 0;
    content: "/";
}

.shop_single .badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background: #ed366a;
    padding: 6px 13px;
    color: #efefef;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 7px;
}

.masonry_active {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.masonry_active button {
    background: #efefef;
    color: #0c0c0c;
    border: none;
    font-weight: 700;
    font-size: 15px;
    padding: 14px 25px;
    cursor: pointer;
    transition: .3s;
    margin-bottom: 20px;
    text-transform: uppercase;
    box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
    border-radius: 10px;
    margin-left: 25px;
}

.masonry_active button:last-child {
    margin-left: 0;
}

.masonry_active button:hover, .masonry_active button.active {
    color: #efefef;
    background-color: #1a1a1a;
}

.shop_masonry_2 .shop_single {
    border: 1px solid #f1ede8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.shop_masonry_2 .shop_single:hover {
    background-color: #faf7f2;
    border-color: #faf7f2;
}

.shop_masonry_2 .shop_single .actions .action {
    background: #efefef;
}

.shop_masonry_2 .shop_single .actions .action:hover {
    background-color: #d35931;
}

.shop_masonry_2 .masonry_active button {
    border: 1px solid #f1ede8;
    box-shadow: none;
}

.shop_masonry_2 .masonry_active button:hover, .shop_masonry_2 .masonry_active button.active {
    border-color: #1a1a1a;
}

.shop_filter_bar {
    padding: 45px 30px;
    padding-bottom: 28px;
    margin-bottom: 35px;
    background-color: #efefef;
    border-radius: 15px;
}

.pricing_range {
    display: flex;
    padding-left: 30px;
    align-items: flex-start;
}

.shop_filter_bar .item_title {
    font-size: 15px;
    margin-left: 30px;
    margin-bottom: 0px;
}

.pricing_range .price-range-area {
    width: 330px;
    padding-top: 5px;
}

.pricing_range .price-range-area .slider-range {
    height: 8px;
    border: none;
    border-radius: 0px;
    background-color: #f6f6f6;
}

.pricing_range .price-range-area .ui-slider-range {
    border: none;
    border-radius: 0px;
    background-color: #1a1a1a;
}

.pricing_range .price-range-area .ui-state-default {
    top: -5px;
    width: 6px;
    margin: 0px;
    height: 18px;
    border: none;
    outline: none;
    border-radius: 0;
    background-color: #1a1a1a;
}

.pricing_range .price-range-area .price-text {
    font-size: 14px;
    font-weight: 500;
    color: #7c7770;
    margin-top: 20px;
}

.pricing_range .price-range-area .price-text span {
    float: right;
    margin-left: 15px;
    text-transform: uppercase;
    font-size: 13px;
}

.pricing_range .price-range-area .price-text input {
    border: none;
    font-weight: 500;
    color: #9a9a9a;
    display: inline-block;
    background: none;
    height: inherit;
    padding: 0;
}

.shop_filter_bar .item_title {
    font-size: 15px;
    margin-left: 30px;
    margin-bottom: 0px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
}

.shop_filter_tags {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shop_filter_tags ul {
    margin: -5px;
}

.shop_filter_tags li {
    padding: 5px;
}

.shop_filter_tags a {
    display: block;
    color: #8c8478;
    line-height: 1;
    font-size: 14px;
    padding: 8px 15px;
    background-color: #f9f7f3;
    border-radius: 5px;
}

.shop_filter_tags a:hover {
    background-color: #1a1a1a;
    color: #efefef;
}

.shop_sidebar .shop_single {
    padding: 25px 28px;
    border-radius: 15px;
    padding-top: 100px;
    position: relative;
}

.shop_sidebar .shop_single .content .cat {
    font-size: 12px;
    margin-left: 0;
    font-weight: 500;
}

.shop_sidebar .shop_single .content .title {
    font-size: 15px;
}

.shop_sidebar .shop_single .actions .action {
    width: 40px;
    height: 40px;
    font-size: 14px;
}

.shop_sidebar .shop_single .content .s_bottom span {
    font-size: 12px;
    font-weight: 500;
}

.shop_sidebar .widget_wrap .widget {
    margin-bottom: 30px;
    padding: 35px 20px;
}

.widget_wrap .widget_title {
    font-size: 18px;
    margin-bottom: 24px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
}

.widget_wrap .widget .search_widget {
    position: relative;
}

.shop_sidebar .widget_wrap .widget .search_widget input {
    height: 50px;
}

.widget_wrap .widget .search_widget button {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background-color: transparent;
    color: #949494;
    font-size: 16px;
    border: none;
    z-index: 2;
}

.widget .widget_category li a {
    padding: 15px 20px 15px 50px;
    line-height: 1;
    background-color: #f8f8f8;
    display: block;
    color: #8b867b;
    font-size: 13px;
    font-weight: 500;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 10px;
    overflow: hidden;
}

.widget .widget_category li a:hover {
    color: #1a1a1a;
}

.widget .widget_category .wc_left .icon {
    max-width: 22px;
    margin-left: 10px;
}

.widget .widget_category .number {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget .widget_category li:not(:last-child) {
    margin-bottom: 15px;
}

.widget_product .thumb {
    width: 70px;
    height: 70px;
    margin-left: 15px;
}

.widget_product li {
    display: flex;
    align-items: center;
}

.widget_product .rating_star li {
    font-size: 12px;
}

.widget_product .rating_star {
    margin-bottom: 10px;
}

.widget_product .content h5 {
    font-size: 16px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
}

.widget_product .content span {
    font-size: 14px;
    font-weight: 500;
}

.widget_product .content .new {
    color: #1a1a1a;
    position: relative;
    margin-left: 5px;
    padding-left: 9px;
}

.widget_product .content .new::before {
    position: absolute;
    content: "/";
    top: 0;
    left: 0;
}

.widget_product .content .old {
    text-decoration: line-through;
    color: #949494;
}

.widget_product > li:not(:last-child) {
    margin-bottom: 30px;
}

.product_details_img {
    width: 81%;
}

.shop_thumb_tab {
    width: 19%;
}

.shop_thumb_tab ul li {
    margin-bottom: 20px;
    padding-right: 20px;
}

.shop_thumb_tab ul li:last-child {
    margin-bottom: 0;
}

.shop_thumb_tab ul li button {
    padding: 0;
    border: 2px solid transparent;
    border-radius: 10px;
    overflow: hidden;
}

.shop_thumb_tab ul li button {
    max-width: 93px;
    height: auto;
}

.shop_thumb_tab ul li button.active {
    border-color: #1a1a1a;
}

.product_wrap {
    display: flex;
    flex-wrap: wrap;
}

.product_details_img .pl_thumb img {
    width: 100%;
    border-radius: 20px;
}

.shop_details .details_content {
    padding-right: 40px;
}

.details_content .title {
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.details_content .pl_list {
    margin-top: 25px;
    margin-bottom: 30px;
}

.details_content .price {
    font-size: 25px;
    margin-bottom: 6px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
}

.details_content .review_wrap {
    margin-bottom: 22px;
}

.details_content .review_wrap .review {
    margin-left: 15px;
}

.details_content .review_wrap .review li {
    color: #ffab50;
    font-size: 13px;
    margin-left: 6px;
}

.details_content .btns_group li {
    margin-left: 15px;
    margin-bottom: 10px;
}

.details_content .btns_group li:last-child {
    margin-left: 0;
}

.quantity_input.quantity_boxed {
    display: flex;
    align-items: center;
}

.cart-plus-minus {
    overflow: hidden;
    width: 100px;
    margin: 0 auto;
    position: relative;
}

.cart-plus-minus .qtybutton {
    color: #15273e;
    cursor: pointer;
    float: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    margin: 0;
    position: absolute;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.cart-plus-minus .dec.qtybutton {
    height: 40px;
    right: 0;
    top: 0;
}

.cart-plus-minus .qtybutton.inc {
    height: 40px;
    left: 0;
    top: 0;
}

.cart-plus-minus .cart-plus-minus-box {
    background: transparent none repeat scroll 0 0;
    border: medium none;
    color: #454545;
    float: left;
    font-size: 14px;
    height: 40px;
    margin: 0;
    padding: 0 9px 0 0;
    text-align: center;
    width: 108px;
    outline: none;
}

.quantity_input.quantity_boxed {
    display: flex;
    align-items: center;
    background: #efefef;
    padding: 7px 6px;
    padding-right: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.quantity_title {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 17px;
}

.details_content .btns_group {
    margin-bottom: 10px;
}

.details_share_links .list_title {
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'IranYekan', sans-serif;
}

.details_share_links .list_title i {
    font-size: 10px;
    margin-left: 2px;
}

.social_links li {
    padding: 5px;
}

.details_share_links .social_links a {
    background: #efefef;
}

.product_info_wrap .product_info {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd6ca;
    flex-wrap: wrap;
}

.product_info li .nav-link {
    font-size: 14px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    color: #1e1d23;
    text-transform: uppercase;
    background: #efefef;
    font-weight: 700;
    border-radius: 10px;
    box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
}

.product_info li {
    margin: 0 15px;
    margin-bottom: 15px;
}

.product_info li:last-child {
    margin-left: 0;
}

.product_info li .nav-link.active {
    background-color: #1a1a1a;
}

.cart_table.table-responsive {
    background: #efefef;
    padding: 30px 30px;
    border-radius: 15px;
}

.info_wrap .title {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
}

.info_wrap .table td, .info_wrap .table th {
    border: 1px solid #dee2e6;
    color: #8d8d8d;
}

.cart_table table {
    border: none;
    margin-bottom: 0;
    color: #7c7770;
    vertical-align: middle;
}

.cart_table thead {
    font-size: 15px;
    font-weight: 500;
    color: #1e1d23;
}

.cart_table tr {
    display: flex;
    align-items: center;
    margin-top: 20px;
    color: #1e1d23;
}

.cart_table thead tr {
    margin: 0px;
    border-bottom: 2px solid #f7f7f7;
    padding-bottom: 30px;
}

.cart_table th {
    padding: 0px 8px;
    border-bottom: none !important;
}

.cart_table th:nth-child(2), .cart_table th:nth-child(3), .cart_table th:nth-child(4), .cart_table td:nth-child(2), .cart_table td:nth-child(3), .cart_table td:nth-child(4) {
    width: 20%;
}

.cart_table th:nth-child(1), .cart_table td:nth-child(1) {
    width: 40%;
}

.cart_table th, .cart_table td {
    border: none;
}

.cart_table tbody tr:not(:first-child) {
    padding-top: 20px;
    border-top: 2px solid #f7f7f7;
}

.cart_btn_wrap {
    margin-top: 20px;
}

.cart_btn_wrap .cupon_btn input {
    height: 54px;
    width: 230px;
    padding: 0 15px;
    background-color: #efefef;
    margin-left: 20px;
    border-radius: 10px;
    margin-top: 15px;
}

.cart_btn_wrap .cupon_btn button {
    margin-left: 20px;
    margin-top: 15px;
}

span.date {
    position: absolute;
    top: 0;
    right: 0;
    color: #121D23;
    z-index: 9999;
    /* rotate: -12deg; */
    font-size: 16px;
    font-weight: 500;
    background: #DBBFA3;
    border-top-right-radius: 12px;
    /* border-bottom-right-radius: 12px; */
    padding: 3px 8px;
}

.update_cart a {
    margin-top: 15px;
    margin-left: 20px;
}

.cart_tutal_wrap {
    background: #efefef;
    padding: 45px 40px;
    text-align: center;
    border-radius: 15px;
}

.cart_tutal_wrap .title {
    font-size: 24px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
    margin-bottom: 20px;
}

.cart_tutal_wrap ul li:first-child {
    color: #6f7987;
}

.cart_tutal_wrap ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 20px;
    background-color: #fbfaf9;
    margin-bottom: 20px;
    color: #1e1d23;
    border-radius: 10px;
    font-weight: 500;
}

.checkout_wrap {
    background: #efefef;
    padding: 70px 60px;
    border-radius: 15px;
}

.checkout_wrap .radio_wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.checkout_wrap .radio_wrap h3 {
    font-size: 24px;
    font-weight: 700;
    margin-left: 70px;
    margin-bottom: 20px;
    font-family: 'IranYekan', sans-serif;
}

.checkout_wrap .radio_wrap ul {
    margin-bottom: 10px;
}

.checkout_wrap .radio_wrap ul li {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 10px;
}

.checkout_wrap .radio_wrap ul li input {
    width: auto;
    height: auto;
}

.checkout_wrap .radio_wrap ul li label {
    font-size: 16px;
    color: #1e1d23;
}

.checkout_wrap .form_wrap input, .checkout_wrap .form_wrap textarea, .checkout_wrap .form_wrap .nice-select {
    background: #fbfaf7;
    border: 0;
    height: 55px;
    padding: 0 20px;
    color: #1e1d23;
}

.checkout_wrap .form_wrap textarea {
    height: 180px;
    padding: 20px;
}

.form_wrap label {
    font-size: 16px;
    color: #1e1d23;
    margin-bottom: 15px;
}

.checkout_wrap .cart_tutal_wrap {
    padding: 0;
    text-align: right;
}

.checkout_wrap .form_wrap .filter .nice-select {
    line-height: 55px;
}

.carttable_product_item {
    display: flex;
    align-items: center;
}

.carttable_product_item .item_image {
    width: 80px;
    height: 70px;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: #f8f8f8;
}

.carttable_product_item .item_image img {
    max-height: 70px;
}

.carttable_product_item .remove_btn {
    color: #ff5555;
    font-size: 20px;
    margin: 0px 30px;
}

.carttable_product_item .item_title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 0px;
    font-family: 'IranYekan', sans-serif;
}

.cart_table .cart-plus-minus {
    margin-right: 0;
    width: 70px;
}

.cart_table .cart-plus-minus .cart-plus-minus-box {
    width: 100%;
    padding: 0;
}

.cart_table .cart-plus-minus .qtybutton {
    width: auto;
}

/* cart sidebar */
.cart_sidebar {
    padding-bottom: 50px;
}

.cart_sidebar .heading_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
}

.cart_item {
    display: flex;
    position: relative;
    align-items: center;
    padding-left: 25px;
}

.cart_item:not(:last-child) {
    margin-bottom: 20px;
}

.cart_item .item_image {
    display: block;
    min-width: 70px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-left: 10px;
}

.cart_item .item_title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'IranYekan', sans-serif;
}

.cart_item .item_price {
    line-height: 1;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
}

.cart_item .remove_btn {
    top: 50%;
    left: 0px;
    color: #ed366a;
    width: 20px;
    height: 20px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    border-radius: 100%;
    background-color: #efefef;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.cart_sidebar .total_price {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-top: 30px;
    padding: 10px 0px;
    margin-bottom: 20px;
    align-items: center;
    color: #1e1d23;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    justify-content: space-between;
}

.cart_sidebar .btns_group {
    margin: -5px;
}

.cart_sidebar .btns_group li {
    width: 50%;
    padding: 5px;
}

.cart_sidebar .btns_group li a {
    font-size: 12px;
    padding: 13px 24px;
}

/* 7. cta */
.cta_area {
    position: relative;
}

.cta_bg_wrap {
    background: #efefef;
    border-radius: 20px;
    position: relative;
}

.cta_bg_wrap .cta_app {
    position: absolute;
    bottom: 0;
    right: 80px;
}

.cta_bg_wrap .cta_text {
    padding: 75px 40px;
    padding-right: 150px;
}

.cta_bg_wrap .cta_app_wrap li {
    max-width: 153px;
    margin-top: 10px;
    margin-left: 20px;
}

.cta_bg_wrap .cta_app_wrap li:last-child {
    margin-left: 0;
}

.cta_bg_2 {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    padding-right: 80px;
}

.cta_bg_2::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 76%;
    height: 100%;
    background: #efefef;
    content: "";
    z-index: -1;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.cta_img {
    position: absolute;
    left: 0;
    bottom: 0;
}

/* 8. team */
.team_single {
    background: #efefef;
    border-radius: 15px;
    padding: 30px;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.team_single .team_thumb {
    max-width: 315px;
    margin: auto;
    border-radius: 50%;
}

.team_single .team_text h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: "IranYekan",sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
}

.team_single .team_text {
    margin-top: 32px;
    margin-bottom: 30px;
}

.team_single .team_text span {
    font-size: 14px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 500;
}

.team_single .team_social a {
    font-size: 14px;
    height: 40px;
    width: 40px;
    color: #706c61;
    background: #000;
    display: inline-block;
    margin: 0 4px;
    text-align: center;
    line-height: 40px;
    border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    -o-border-radius: 10px 10px 0 0;
}

.team_single .team_social a:hover {
    background-color: #1a1a1a;
    color: #efefef;
}

/* 9. testimonial */
.testimonial_area {
    position: relative;
}

.testimonial_bg {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 100% 100%;
    margin: 80px 0;
    /* height: 150%; */
    /* min-height: 85vh; */
    /* height: 60vh; */
    /* min-height: 30vh; */
    /* max-height: 106vh; */
}

.testimonial_active {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    width: 60%;
    left: 0;
}

.testimonial_active .owl-stage {
    padding-right: 0px !important;
}

.testimonial_active .tm_single {
    /* padding: 50px 65px; */
    border-radius: 15px;
    border: 1px double #1a1a1a;
}

.tm_single .tm_author {
    width: 100%;
    height: auto;
    border-radius: 7px;
    -webkit-border-radius: 7px;
    max-height: 400px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

/*.tm_single .tm_top  {*/
/*	margin-bottom: 22px;*/
/*}*/
.tm_single .tm_bottom {
    margin-top: 40px;
}

.tm_single .a_info h4 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 3px;
}

.tm_single .a_info span {
    font-size: 14px;
    text-transform: uppercase;
    color: #d35931;
    font-weight: 500;
}

.tm_content .sec_title > p {
    /* max-width: 600px; */
    line-height: 60px;
}

.rating_wrap span {
    text-transform: uppercase;
    font-weight: 600;
    color: #868685;
    font-size: 14px;
}

.rating_wrap .rating_star {
    margin-bottom: 3px;
}

.tm_content .tm_counter h3 {
    font-size: 40px;
    color: #1a1a1a;
    font-family: 'IranYekan', sans-serif;
    font-weight: 800;
}

.tm_content .tm_counter h3 > span {
    font-size: 20px;
    color: #1a1a1a;
}

.tm_content .tm_counter span {
    font-size: 15px;
    color: #efefef;
    font-weight: 700;
    text-transform: uppercase;
}

.tm_content .tm_counter {
    margin-top: 45px;
}

.tm_content .tm_counter li {
    margin-left: 65px;
    margin-top: 20px;
}

.tm_content .tm_counter li:last-child {
    margin-left: 0;
}

.testimonial_img, .about_area .about_left {
    margin-right: -120px;
    margin-left: 70px;
    max-width: 620px;
    position: relative;
}

.testimonial_active-2.owl-carousel .owl-item img {
    width: auto;
}

.tm_author_wrap {
    margin-bottom: 17px;
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.tm_author_wrap .tm_author {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-left: 20px;
}

.tm_item .author_info h4 {
    font-size: 18px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
    text-transform: uppercase;
    margin-bottom: 3px;
}

.tm_item .author_info span {
    font-size: 14px;
    color: #d35931;
    font-weight: 500;
    text-transform: uppercase;
}

.testimonial_active-2 .owl-nav {
    display: flex;
    justify-content: end;
    position: absolute;
    left: 35px;
    bottom: 8px;
}

.testimonial_active-2 .owl-nav div {
    width: 48px;
    height: 48px;
    background: #efefef;
    text-align: center;
    line-height: 50px;
    box-shadow: 0px 12px 8px 0px rgba(253, 143, 43, 0.06);
    border-radius: 50%;
    font-size: 16px;
}

.testimonial_active-2 .owl-nav .owl-prev {
    margin-left: 10px;
}

.testimonial_content_wrap {
    padding: 100px 110px;
}

.testimonial_active-3 {
    margin-top: 30px;
}

.testimonial_active-3 .tm_item .tm_icon {
    max-width: 58px;
    margin: auto;
    margin-bottom: 32px;
}

.testimonial_active-3 .tm_item p {
    color: #bebebe;
    font-size: 18px;
    line-height: 30px;
}

.testimonial_active-3 .tm_item .author {
    max-width: 80px;
    margin: auto;
    margin-top: 36px;
    margin-bottom: 23px;
}

.testimonial_active-3 .tm_item .author_info h4 {
    color: #efefef;
}

.testimonial_active-3 .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.testimonial_active-3 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #1a1a1a;
    margin: 5px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0.3;
}

.testimonial_active-3 .owl-dots .owl-dot.active {
    background-color: #1a1a1a;
    opacity: 1;
    width: 22px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

/* 10. blog */
.blog_single {
    padding: 13px;
    border-radius: 14px;
    padding-top: 0px;
    position: relative;
    display: block;
    text-decoration: none;
    cursor: pointer;
    z-index: 10;
}

.blog_single .blog_thumb {
    margin: 0 -30px;
    overflow: hidden;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.blog_single .blog_thumb img, .blog_single .blog_thumb a {
    width: 100%;
}

.blog_single .blog_text .date {
    font-size: 14px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 15px;
}

.blog_single .blog_text h3 {
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    font-size: 1.1rem;
    font-weight: 600;
    color: #121D23;
    margin-bottom: 0.3rem;
}

.blog_single .blog_thumb img, .footer_widget .widget_post li .post_thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog_single:hover .blog_thumb img, .footer_widget .widget_post li:hover .post_thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.blog_btn {
    line-height: 36px;
    margin-bottom: 2rem;
    font-size: 0.9rem;
    color: #121D23;
}

.blog_single .blog_btn a {
    font-size: 15px;
    text-transform: uppercase;
    color: #d35931;
    font-weight: 500;
}

.blog_single .blog_btn a i {
    padding-left: 2px;
}

.blog_area .blog_item {
    background: #efefef;
    display: flex;
    align-items: center;
}

.blog_item .blog_text, .blog_item .blog_thumb {
    width: 50%;
}

.blog_item .blog_text {
    padding: 60px;
    padding-right: 50px;
}

.blog_item .blog_text .blog_head {
    margin-bottom: 25px;
    justify-content: space-between;
}

.blog_item .blog_text .blog_head .tag a {
    font-size: 12px;
    font-weight: 500;
    border-radius: 8px;
    background: #1a1a1a;
    padding: 6px 15px;
    color: #efefef;
    font-weight: 500;
    border-radius: 8px;
    text-transform: uppercase;
}

.blog_item .blog_text .blog_head .date, .blog_bottom .comment {
    font-size: 14px;
    text-transform: uppercase;
    color: #1a1a1a;
}

.blog_bottom .comment, .blog_bottom .blog_author {
    margin-top: 15px;
}

.blog_item .blog_text h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 15px;
}

.blog_text .blog_bottom {
    justify-content: space-between;
    border-top: 1px solid #f0ece7;
    padding-top: 5px;
    margin-top: 40px;
}

.blog_text .blog_bottom .blog_author img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #efefef;
    padding: 3px;
    box-shadow: 0px 4px 12px 0px rgba(141, 141, 141, 0.6);
    margin-left: 10px;
}

.blog_text .blog_bottom .blog_author span {
    font-size: 15px;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
    text-transform: uppercase;
    color: #1e1d23;
}

.blog_thumb img, .blog_thumb a {
    width: 100%;
}

.blog_2 .blog_single {
    background: #efefef;
    padding: 0;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog_2 .blog_single:hover {
    background: #faf7f2;
}

.blog_2 .blog_single .blog_thumb {
    margin: 0;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}

.blog_2 .blog_single .blog_thumb img, .blog_2 .blog_single .blog_thumb a {
    width: 100%;
}

.blog_2 .blog_content {
    padding: 35px 30px;
    position: relative;
    border: 1px solid #f1ede8;
    border-top: 0;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog_content h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
}

.blog_content .tag {
    position: absolute;
    top: -33px;
    right: 40px;
    background: #efefef;
    border-radius: 10px 10px 0px 0px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.blog_2 .blog_single:hover .blog_content .tag {
    background-color: #1a1a1a;
}

.blog_2 .blog_single:hover .blog_content .tag a {
    color: #efefef;
}

.blog_content .tag a {
    font-size: 14px;
    color: #777;
    padding: 6px 20px;
    display: inline-block;
}

.blog_content .blog_meta li {
    font-size: 14px;
    color: #999;
    margin-left: 12px;
    padding-left: 5px;
    position: relative;
}

.blog_content .blog_meta li::before {
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 14px;
    content: "";
    background: #d9d9d9;
}

.blog_content .blog_meta li:last-child::before {
    background: none;
}

.blog_content .blog_meta li a {
    color: #1e1d23;
    margin-left: 10px;
    font-weight: 700;
}

.blog_content .blog_meta li.cmt a {
    font-weight: 500;
    color: #706c61;
}

.widget_wrap .widget {
    padding: 35px 32px;
    background: #efefef;
    margin-bottom: 35px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.blog_wrap .post_item {
    background: #efefef;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.blog_wrap .post_item .post_thumb, .post_content .post_thumb {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
    width: 100%;
}

.post_item .post_btn .author_wrap {
    display: inline-flex;
    align-items: center;
}

.post_item img, .post_content .post_thumb img {
    width: 100%;
}

.post_item .post_content {
    padding-top: 30px;
}

.post_content .post_meta {
    margin-bottom: 20px;
}

.post_content .post_meta li {
    position: relative;
    color: #706c61;
    font-size: 15px;
    margin-left: 25px;
    padding-left: 28px;
}

.post_content .post_meta li:last-child {
    margin-left: 0;
    padding-left: 0;
}

.post_content .post_meta li:not(:last-child)::before {
    content: "|";
    position: absolute;
    left: 0;
    color: #e5e5e5;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post_content .post_meta li a {
    color: #706c61;
}

.post_content .title {
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 17px;
}

.post_item .post_content .post_btn li {
    margin-top: 22px;
}

.post_item .post_content .post_btn li:not(:last-child) {
    margin-left: 100px;
}

.author_wrap .author {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 14px;
}

.author_wrap .author_name {
    margin-bottom: 0;
    font-family: 'IranYekan', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.gallery_post_active .owl-nav div {
    font-size: 14px;
    line-height: 50px;
    position: absolute;
    top: 50%;
    right: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #1e1d23;
    background-color: #efefef;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.gallery_post_active .owl-nav .owl-next {
    left: 10px;
    right: auto;
}

.rigel-features-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.product-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.product-carousel .owl-nav .owl-next {
position: absolute;
    left: -32px;
    transform: translateY(-20px);
    font-size: 25px;
}

.product-carousel .owl-nav .owl-prev {
position: absolute;
    right: -32px;
    font-size: 25px;
    transform: translateY(-20px);
}
.rigel-features-carousel .owl-nav .owl-next {
position: absolute;
    left: -32px;
    transform: translateY(-20px);
    font-size: 25px;
}
.rigel-features-carousel .owl-nav .owl-prev {
position: absolute;
    right: -32px;
    font-size: 25px;
    transform: translateY(-20px);
}


.format_video .post_thumb {
    position: relative;
}

.format_video .post_thumb::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #1a1a1a;
    opacity: .3;
    z-index: 2;
}

.format_video .post_thumb .video_icon {
    z-index: 3;
}

.format_quote .post_content .title {
    margin: 0;
    position: relative;
    padding-right: 105px;
}

.format_quote .post_content .title::before {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #1e1d23;
    font-family: 'Font Awesome 5 Pro';
    font-size: 80px;
    font-weight: 300;
    content: "\f10d";
}

.format_quote .post_content {
    padding: 20px 0;
}

.format_no_thumb .post_content {
    padding-top: 5px;
}

.widget_wrap .widget .search_widget input {
    width: 100%;
    height: 60px;
    font-size: 14px;
    background-color: #fcfbf9;
    color: #1e1d23;
    padding-right: 18px;
    padding-left: 50px;
    border-radius: 8px;
}

.widget .widget_post li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.widget .widget_post li .post_thumb {
    width: 80px;
    height: 80px;
    flex: 0 0 80px;
    background-size: cover;
    background-position: center;
    margin-left: 20px;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.widget .widget_post li .post_thumb img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.widget .widget_post li:hover .post_thumb img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.widget .widget_post li h6 {
    font-size: 16px;
    line-height: 25px;
    font-family: 'IranYekan', sans-serif;
}

.widget .widget_post li span.date i {
    font-size: 14px;
    margin-left: 7px;
}

.widget .widget_post li:last-child {
    margin-bottom: 0;
}

.widget .widget_post li .content {
    width: calc(100% - 100px);
}

.post_tags {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.post_tags li {
    padding: 5px;
}

.post_tags li a {
    line-height: 1;
    font-size: 15px;
    color: #888;
    padding: 9px 18px;
    background: #fbfaf7;
    font-weight: 500;
    border: 2px solid #f7f7f7;
    border-radius: 5px;
}

.post_tags li a:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #efefef;
}

.blog_dtls_wrap {
    padding: 30px;
    background: #efefef;
}

.post_content P {
    margin-bottom: 30px;
}

blockquote {
    background: transparent;
    font-size: 20px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}

blockquote .quote_icon {
    margin-bottom: 25px;
    max-width: 40px;
}

blockquote .quote_icon img {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

blockquote .post_author_info {
    margin-top: 10px;
}

blockquote .post_author_info cite {
    font-size: 16px;
    font-weight: 700;
    color: #1e1d23;
    display: block;
    text-transform: uppercase;
    margin-bottom: -8px;
}

blockquote .post_author_info span {
    font-size: 12px;
    font-weight: 700;
    color: #1a1a1a;
    text-transform: uppercase;
}

.post_content img {
    width: 100%;
    border-radius: 15px;
}

.blog_dtls_wrap .post_tags {
    border-bottom: 1px solid #f4f0e9;
    padding-bottom: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.related_posts {
    border-bottom: 1px solid #f4f0e9;
    margin-bottom: 30px;
}

.related_posts .rp_single {
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.related_posts .rp_single .rp_thumb {
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    overflow: hidden;
}

.related_posts .rp_single img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.related_posts .rp_single:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.related_posts .rp_single img, .related_posts .rp_single a {
    width: 100%;
}

.related_posts .rp_content {
    margin-top: 26px;
}

.related_posts .rp_content h4 {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
}

.post_comment .comment_title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'IranYekan', sans-serif;
}

.post_comment .comment_list li {
    position: relative;
    padding-right: 130px;
}

.post_comment .comment_list li:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f3f3f3;
}

.post_comment .comment_list li .comment_author {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100px;
    background: #dcdcdc;
    border-radius: 50%;
    overflow: hidden;
}

.post_comment .comment_list li .comment_content {
    position: relative;
    font-size: 14px
}

.post_comment .comment_list li .comment_content h6 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
}

.post_comment .comment_list li .comment_content .date {
    font-size: 14px;
    margin-bottom: 15px;
}

.post_comment .comment_list li .comment_content .date i {
    margin-left: 2px;
    font-size: 13px;
}

.post_comment .comment_list li .comment_content p {
    font-size: 17px;
    margin-bottom: 0;
    line-height: 28px;
}

.post_comment .comment_list li .comment_content .reply {
    position: absolute;
    top: 0;
    left: 0;
    color: #777;
    border: 2px solid #f3f3f3;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 1;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.post_comment .comment_list li .comment_content .reply:hover {
    background-color: #1a1a1a;
    border-color: #1a1a1a;
    color: #efefef;
}

.post_comment .comment_list li .children {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #f3f3f3;
}

.checkout_wrapper.comment_form {
    padding: 0;
    margin-top: 30px;
}

.cd_review_wrap {
    position: absolute;
    top: 0;
    right: 0;
}

.cd_review_wrap .cd_review_rate {
    padding-left: 10px;
}

.cd_review span {
    margin-right: 0;
}

.comment_form input, .comment_form textarea {
    margin-bottom: 20px;
}

.comment_form textarea {
    height: 200px;
    padding: 20px;
}

/* 11. brand */
.brand_area .brand_img {
    text-align: center;
}

.brand_area {
    position: relative;
}

.brand_area .b_border:not(:last-child) {
    border-left: 1px solid #eaeaea;
}

/* 12. footer */
.footer_top .sub_text h3 {
    font-size: 45px;
    color: #efefef;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
}

.footer_top .sub_from {
    position: relative;
}

.footer_widget h3 {
    font-weight: 900;
    font-size: 30px;
    color: #d35931;
    font-family: 'Katibeh';
    text-align: right;
    line-height: 1.3;
}

.footer_widget p {
    max-width: 315px;
    color: #fefefe;
    font-size: 15px;
}

.open_hour_wrap {
    margin-top: 40px;
}

.open_hour_wrap .icon {
    background: #fff;
    width: 74px;
    height: 74px;
    text-align: center;
    line-height: 70px;
    border-radius: 5px;
    display: none;
    margin-left: 20px;
}

.open_hour_wrap .or_text h4 {
    color: #efefef;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'IranYekan', sans-serif;
}

.open_hour_wrap .or_text span {
    display: block;
    font-size: 15px;
    color: #efefef;
    font-weight: 500;
}

.footer_widget .c_wrap li {
    color: #fefefe;
    font-size: 14px;
    margin-bottom: 23px;
    line-height: 26px;
    display: flex;
    align-items: center;
    gap: 0 8px;
}

.footer_widget .c_wrap li:last-child {
    margin-bottom: 0;
}

.footer_widget .c_wrap li span {
    color: #fefefe;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer_link ul li a {
    color: #fefefe;
    line-height: 34px;
    font-size: 14px;
}

.footer_widget .widget_post li {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.footer_widget .widget_post li .post_thumb {
    width: 75px;
    height: 75px;
    overflow: hidden;
    margin-left: 14px;
    border-radius: 3px;
}

.footer_widget .widget_post li .content {
    width: calc(100% - 90px);
}

.footer_widget .widget_post li .content h6 {
    color: #efefef;
    font-family: 'IranYekan', sans-serif;
    line-height: 24px;
    margin-bottom: 3px;
}

.footer_widget .widget_post {
    margin-top: 30px;
}

.footer_widget .widget_post li .content span {
    font-size: 12px;
    color: #acacac;
    text-transform: uppercase;
}

.copyright_wrap {
    border-top: 1px solid #2d2b35;
    padding: 30px 0;
    padding-top: 10px;
}

.copyright_wrap .copyright p {
    margin-bottom: 0;
    color: #656565;
    font-size: 15px;
}

.footer_widget {
    margin-bottom: 40px;
}

.copyright_wrap .logo, .copyright_wrap .copyright, .copyright_wrap .social_links {
    padding-top: 20px;
}

/* 13. about */
.year_content_wrap {
    position: absolute;
    left: 70px;
    bottom: 90px;
}

.year_content_wrap span {
    color: #1e1d23;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.year_content_wrap h2 {
    color: #efefef;
    line-height: 1;
    font-size: 126px;
    font-weight: bold;
    text-shadow: 0px 15px 21px rgba(84, 49, 55, 0.25);
}

.about_info_wrap {
    margin: -12px;
    margin-top: 90px;
}

.about_info_wrap li {
    /* width: 30%; */
    height: 68px;
    /* padding: 20px 25px; */
    background: #efefef;
    /* margin: 12px 30px; */
    display: flex;
    /* border: 1px double #1a1a1a; */
    align-items: center;
    border-radius: 10px;
    margin: 15px 0;
    /* padding: 0 0; */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.border-ai-single:hover {
    border: 2px double #1a1a1a;
}

.border-ai-single::before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 3px;
    height: 0;
    background: #1a1a1a;
    content: "";
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.about_info_wrap li:hover::before {
    height: 100%;
    top: 0;
    bottom: auto;
}

.about_info_wrap h4 {
    font-size: 18px;
    font-weight: 500;
    font-family: 'IranYekan', sans-serif;
    margin-bottom: 0;
    height: 100%;
    display: contents;
}

.about_info_wrap .ai_icon {
    max-width: 41px;
    margin-left: 25px;
    margin-right: 25px;
    display: inline-block;
    height: 100%;
}

/* 14. reservation */
.reservation_area {
    position: relative;
}

.reservation_img {
    height: 100%;
}

.reservation_img img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.reservation_form_wrap {
    padding: 60px 120px;
}

.reservation_form_wrap .form_wrap {
    margin-top: 40px;
}

.form_wrap .r_field {
    position: relative;
}

.form_wrap input, .form_wrap textarea, .form_wrap .nice-select {
    background: #25242a;
    border: 2px solid #35343a;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    padding-left: 50px;
    color: #efefef;
}

.form_wrap .r_field i {
    position: absolute;
    top: 27px;
    left: 25px;
    font-size: 15px;
    color: #949494;
}

.form_wrap textarea {
    height: 150px;
    padding: 20px;
}

.form_wrap .filter {
    height: 70px;
    margin-bottom: 30px;
}

.form_wrap .filter .nice-select {
    line-height: 63px;
    color: #949494;
}

.form_wrap .filter .nice-select::after {
    height: 9px;
    width: 9px;
    margin-top: -6px;
    left: 28px;
}

.form_wrap .filter .nice-select .list {
    margin-top: 0;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 5;
}

.reserve_table_form {
    background: #efefef;
    padding: 50px 40px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.reserve_table_form .from_title {
    line-height: 1;
    font-size: 45px;
    margin-bottom: 38px;
    text-align: center;
    text-transform: uppercase;
}

.form_item {
    position: relative;
    margin-bottom: 30px;
}

.reserve_table_form .form_item input {
    height: 70px;
    color: #9d9a9a;
    padding: 0px 30px;
}

.reserve_table_form .filter {
    height: 70px;
    margin-bottom: 30px;
}

.reserve_table_form .nice-select {
    background: #fbfaf7;
    border-radius: 10px;
    margin-bottom: 30px;
    width: 100%;
    height: 70px;
    padding: 0 20px;
    padding-left: 50px;
    color: #9d9a9a;
    line-height: 63px;
    border: 2px solid #f7f7f7;
}

.reserve_table_form .nice-select::after {
    height: 9px;
    width: 9px;
    margin-top: -6px;
    left: 28px;
}

.reserve_table_form .nice-select .list {
    margin-top: 0;
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 5;
}

.reserve_table_form .form_item i {
    position: absolute;
    top: 27px;
    left: 25px;
    font-size: 17px;
    color: #999;
}

/* 15. services */
.services_space {
    padding-top: 80px;
    padding-bottom: 120px;
}

.services_img {
    margin-right: -60px;
    margin-left: 70px;
    max-width: 560px;
}

.experience_text {
    display: flex;
    align-items: center;
    background: #efefef;
    padding: 18px 30px;
    padding-right: 50px;
    border-right: 4px solid #1a1a1a;
    margin-top: 65px;
    max-width: 390px;
    box-shadow: 0px 16px 27px 0px rgba(191, 173, 157, 0.21);
}

.experience_text h1 {
    color: #1a1a1a;
    font-family: 'IranYekan', sans-serif;
    font-weight: 800;
    font-size: 55px;
    margin-left: 25px;
    margin-bottom: 0;
}

.experience_text h1 span {
    font-size: 29px;
    font-weight: 500;
}

.experience_text h2 {
    font-family: 'IranYekan', sans-serif;
    font-size: 24px;
    text-transform: uppercase;
}

.experience_text h2 span {
    font-size: 14px;
}

.services_content .a_info_list {
    margin-top: 40px;
}

.services_content .a_info_list.ul_li li {
    width: 50%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    color: #1b2026;
    font-size: 18px;
    font-weight: 500;
}

.services_content .a_info_list.ul_li li i {
    width: 40px;
    height: 40px;
    background: #efefef;
    text-align: center;
    line-height: 40px;
    margin-left: 12px;
    border-radius: 7px;
    box-shadow: 0px 12px 8px 0px rgba(213, 151, 96, 0.06);
}

.services_2 .services_img {
    margin-right: 0;
}

/* 16. recipe menu */
.recipe_menu_wrap .recipe_menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border: 0;
    border-top: 1px solid #f2f2f2;
}

.recipe_menu li {
    flex: 1;
    text-align: center;
}

.recipe_menu .nav-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 25px 15px;
    color: #1e1d23;
    font-weight: 700;
    position: relative;
    border: 0;
    background: #efefef;
    font-size: 18px;
    text-transform: uppercase;
}

.recipe_menu .nav-link:hover {
    isolation: unset;
}

.recipe_menu .nav-link.active {
    background: #1a1a1a;
    color: #efefef;
    border-radius: 0;
}

.recipe_menu .nav-link.active .icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.recipe_menu .nav-link .icon {
    max-width: 48px;
    margin-bottom: 13px;
}

.recipe_menu .nav-link::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -8px;
    margin: auto;
    content: "";
    background: #1a1a1a;
    width: 16px;
    height: 16px;
    opacity: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: -1;
}

.recipe_menu .nav-link.active::before {
    opacity: 1;
}

.recipe_item {
    background: #efefef;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 40px;
    padding-right: 60px;
    flex-direction: row-reverse;
    margin-top: 30px;
}

.recipe_item .ri_content {
    width: 78%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 40px;
}

.recipe_item .ri_content .ri_text {
    max-width: 500px;
}

.recipe_item .ri_img {
    text-align: left;
    position: relative;
    border-right: 2px solid #f2f2f2;
    width: 170px;
    padding-right: 30px;
}

.recipe_item .ri_img img {
    max-width: 120px;
}

.recipe_item .ri_content .ri_text h3, .recipe_item .ri_content .ri_cart h5 {
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'IranYekan', sans-serif;
    font-weight: 700;
    margin-bottom: 12px;
}

.recipe_item .ri_content .ri_cart {
    text-align: left;
}

.recipe_item .ri_content .ri_cart h5 .old {
    position: relative;
    color: #757268;
    font-weight: 500;
    padding-right: 11px;
    margin-right: 2px;
    text-decoration: line-through;
}

.recipe_item .ri_content .ri_cart h5 .old::before {
    position: absolute;
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    content: "/";
}

.recipe_item .ri_content .ri_cart .icon {
    width: 45px;
    height: 45px;
    color: #1e1d23;
    background: #faf7f2;
    text-align: center;
    line-height: 44px;
    border-radius: 50%;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}

.recipe_item .ri_content .ri_cart .icon:first-child {
    margin-right: 0;
}

.recipe_item .ri_content .ri_cart .icon:hover {
    background-color: #d35931;
    color: #efefef;
}

.tab-row {
    display: flex;
    flex-wrap: wrap;
}

.tab-col7 {
    max-width: 100%;
    height: auto;
}

.tab-col5 {
    display: flex;
    align-items: stretch;
}

.tab-one-p {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a1a1a;
    font-size: 20px;
    line-height: 40px;
}

.tab-header {
    background-color: #1a1a1a;
}

.back-btn {
    height: 55px;
}

.step1-box , .step2-box {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #efefef;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0);
    border-radius: 0.25rem;
}

/* 17. preloder */
.preloder_part {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    background-color: #efefef;
}

.spinner {
    margin: 0 auto;
    width: 40px;
    height: 40px;
    left: 0;
    right: 0;
    top: 48%;
    position: absolute;
    text-align: center;
    -webkit-animation: sk-rotate 2.0s infinite linear;
    animation: sk-rotate 2.0s infinite linear;
    z-index: 99999;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #1a1a1a;
    border-radius: 100%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes sk-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes sk-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }

    50% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}

/* 18. page title */
.page_title_area {
    background-position: right;
    position: relative;
    padding: 0;
    /* padding-bottom: 175px; */
}

.about-page-title-area {
    background-position: right;
    position: relative;
    padding: 114px 0 0 0;
    /* padding-bottom: 50px; */
}

.page_title h1 {
    font-size: 60px;
    color: #efefef;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.breadcrumb_nav li {
    color: #d35931;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
}

.breadcrumb_nav li:not(:last-child) {
    margin-left: 8px;
    padding-left: 8px;
}

.breadcrumb_nav li::after {
    top: 50%;
    left: -4px;
    content: "/";
    position: absolute;
    transform: translateY(-50%);
}

.breadcrumb_nav li:last-child:after {
    display: none;
}

.breadcrumb_nav li a {
    color: #efefef;
}

.breadcrumb_icon_wrap {
    left: 0px;
    right: 0px;
    z-index: 5;
    bottom: -36px;
    position: absolute;
}

.breadcrumb_icon {
    width: 70px;
    height: 70px;
    background: #efefef;
    text-align: center;
    line-height: 70px;
    border-radius: 10px;
    box-shadow: 0px 12px 20px 0px rgba(191, 164, 118, 0.12);
}

.page_title_img {
    position: absolute;
    left: 18%;
    bottom: 0;
    max-width: 400px;
}

/* 19. faq */
.faq_bg {
    z-index: 1;
    padding: 80px 0;
    position: relative;
}

.faq_bg::before {
    position: absolute;
    right: -120px;
    top: 0;
    width: 100%;
    height: 100%;
    background: #efefef;
    content: "";
    z-index: -1;
    border-radius: 30px;
}

.faq_wrapper .accordion_box {
    position: relative;
}

.faq_wrapper .accordion-box .block {
    position: relative;
    overflow: hidden;
    margin-bottom: 12px;
}

.faq_wrapper .accordion-box .block:last-child {
    margin-bottom: 0;
}

.faq_wrapper .accordion-box .block .acc-btn {
    color: #1b2026;
    position: relative;
    font-weight: 700;
    font-size: 20px;
    cursor: pointer;
    padding: 10px 5px;
    border-radius: 12px;
    border: 1px solid gray;
    padding-right: 35px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.faq_wrapper .accordion-box .block .acc-btn::before {
    top: 19px;
    right: 5px;
    line-height: 1;
    font-size: 14px;
    content: "\e61a";
    position: absolute;
    font-family: 'themify';
    transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.faq_wrapper .accordion-box .block.active-block .acc-btn::before {
    content: "\e622";
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.faq_wrapper .accordion-box .block .acc-content {
    position: relative;
    display: none;
    padding-left: 100px;
    padding-top: 20px;
}

.faq_wrapper .accordion-box .block .acc-content.current {
    display: block;
}

.faq_wrapper .accordion-box .block.active-block {
    margin-bottom: 20px;
}

.faq_img {
    position: absolute;
    bottom: 0;
    left: -150px;
}

/* 20. history */
.history_wrap {
    position: relative;
}

.history_wrap .history_left {
    margin-top: 0;
    margin-right: 0px;
}

.history_wrap .sec_title {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 500px;
}

.history_wrap .history_item {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    /* margin-top: 11px; */
}

.history_wrap .history_left .history_item:last-child {
    margin-bottom: 0;
}

.history_wrap .history_right .history_item:last-child {
    margin-bottom: 0;
}

.history_wrap .history_item .h_text {
    /* padding: 45px 40px; */
    /* background: #efefef; */
    /* margin-top: 0; */
    margin-bottom: 0;
}

.history_wrap .history_item .h_text span {
    color: #1a1a1a;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
}

.history_wrap .history_item .h_text h3 {
    /*font-size: 30px;*/
    /*font-weight: 500;*/
    margin-bottom: 20px;
    font-family: 'IranYekan', sans-serif;
}

.history_wrap .history_item .h_thumb img {
    width: 100%;
}

.history_wrap:before {
    position: absolute;
    top: 0;
    right: 50%;
    content: "";
    background: #cfc4b4;
    width: 1px;
    height: 100%;
    transform: translateX(50%);
}

.history_wrap .history_right {
    margin-left: -50px;
}

.history_wrap .history_item .number_box {
    height: 55px;
    width: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    background-color: transparent;
    color: #616161;
    z-index: 5;
    top: 0;
    left: -40px;
    position: absolute;
}

.history_wrap .history_right .number_box {
    left: auto;
    right: -40px;
}

.about-page-p {
    font-size: 20px;
    line-height: 45px;
    color: #1a1a1a;
    font-weight: 500;
    text-align: justify;
}

.about-page-h3 {
    font-size: 26px;
    color: #1a1a1a;
    font-weight: 600;
    text-align: center;
    line-height: 45px;
}

/* 21. contact */
.contact_wrap {
    padding: 40px;
    background: #efefef;
    /* margin: -4px 54px; */
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.contact_form input, .contact_form textarea {
    margin-bottom: 30px;
}

.contact_form textarea {
    height: 150px;
    padding: 16px;
}

.contact_wrap .contact_info {
    background: #efefef;
    display: flex;
    align-items: center;
}

.contact_wrap .contact_info .contact_icon {
    background: #efefef;
    font-size: 35px;
    text-align: center;
    line-height: 77px;
    width: 80px;
    height: 80px;
    margin-left: 20px;
    color: #0e0e0e;
    border: 1px solid #1a1a1a;
    border-radius: 10px;
}

.contact_wrap .contact_info .contact_text {
    width: calc(100% - 100px);
}

.contact_wrap .contact_info .contact_text h4 {
    font-size: 20px;
    margin-bottom: 5px;
    font-family: 'IranYekan', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.contact_wrap .contact_info .contact_text p {
    direction: ltr;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0;
}

.contact_map {
    height: 515px;
}

/*my styles*/
.logo-link {
    font-size: 40px;
    font-weight: 900;
    font-family: IranNastaliq!important;
    /* margin-top: 26px; */
    position: absolute;
    top: 35px;
}

.about_area {
    background-color: #efefef;
    padding: 120px 0;
    margin: 30px 0;
}

.offer-p {
    line-height: 60px;
    text-align: justify;
    color: #1a1a1a!important;
    font-weight: 700;
    font-size: 20px;
}

.testimonial_area-p {
    text-align: justify!important;
}

.copntact_area {
    background-color: #1a1a1a96;
    margin: 200px 0 0 0;
    padding: 60px 0;
}

.about-contact-area {
    margin: 0px 0 50px 0;
    padding: 60px 0;
}

input::placeholder {
    color: #1a1a1a;
    font-size: 16px;
}

input:focus {
    color: #1a1a1a;
}

textarea::placeholder {
    color: #1a1a1a;
}

textarea:focus {
    color: #1a1a1a;
}

.owl-fluid {
    padding: 0 40px;
}

.bg-#efefef-title {
    color: #1a1a1a!important;
}

.hero-title {
    color: #1a1a1a;
    font-size: 30px;
    font-weight: 700;
}

.hero-p {
    font-size: 18px;
    color: #efefef;
    font-weight: 600;
    line-height: 3.5rem;
}

.border-ai-single {
    border: 1px double #1a1a1a;
    height: 100%;
    border-radius: 10px;
    /* margin: 9px 0; */
}

.ai-single-h4 {
    line-height: 58px;
    /* display: inline-block; */
}

.h-text-2 {
    margin-top: 475px;
}

.h-text-3 {
    margin-top: 400px;
}

.h-text-4 {
    margin-top: 420px;
}

.pakage-area {
    background-color: #efefef;
}

.pakage-price {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #1a1a1a;
    text-align: center;
    position: relative;
    margin-bottom: 1rem;
}

.pakage-price-span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #efefef;
    font-size: 18px;
}

.pakage-time-before {
    border-top: 1px solid #1a1a1a;
    margin-left: 5%;
    margin-right: 5%;
}

.pakage-time {
    position: relative;
    /* margin-top: 0; */
}

.myborder {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
    height: 1px;
    border: 2px double #1a1a1a;
    padding: 0 10px;
}

.myborder.top {
    top: 0;
    border-bottom: none;
}

.myborder.bottom {
    bottom: 0;
    border-top: none;
}

.pakage-li {
    font-size: 17px;
    color: #1a1a1a;
    margin: 8px 0;
}

.registeretion-button {
    padding: 15px 0;
    color: #efefef;
    background-color: rgba(30, 116, 253, 0.84);
}

.registeretion-button:hover {
    background-color: rgba(30, 116, 253, 1);
}

.pakage-card {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.main-background {
    /*background-image: url("../../assets/img/icon/2023-02-13 (1).png");*/
    background: linear-gradient(to right, #5a94f1, #00398d);
    filter: blur(3px);
    height: 100vh;
    background-size: 100vw 100vh;
    margin-top: 0;
}

.img-one {
    border-radius: 10px 50px 10px 50px / 50px 10px 50px 10px;
    width: 100%;
    height: 100%;
}











.heroRoaster {
    max-height: calc(100vh - 89px);
    object-fit: scale-down;
}

.whyRigelBox {
    background: #1a1a1a;
    padding: 40px 20px;
}

.whyRigelText {
    font-weight: 700;
    font-size: 2rem;
    color: #d35931;
}

.whyRigelTitles {
    color: rgb(206, 89, 49);
    font-size: 1.3rem;
    font-weight: 600;
}

.whyRigelDatas {
    font-size: 1rem;
    color: #efefef;
    text-align: justify;
}

.acc-content > p {
    color: #1a1a1a;
}

.ourBrands {
    color: #d35931;
    margin-bottom: 40px;
    font-size: 2em;
    /* font-size: 2.3em; */
    /* font-weight: bold; */
    /* line-height: 1.2; */
    /* text-transform: uppercase; */
    /* position: absolute; */
    /* z-index: 1; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
    /* top: 45px; */
}

.ourBrandss {
    color: #d35931;
    font-size: 2.3em;
    font-weight: bold;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
}

.brand_area::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    right: 0;
    width: 4px;
    background-color: #efefef;
}

.logoAnimation {
    -webkit-animation: badkonak 1.5s infinite ease-in-out;
    -moz-animation: badkonak 1.5s infinite ease-in-out;
    animation: badkonak 1.5s infinite ease-in-out;
    max-height: 58px;
}

@keyframes badkonak {
    0% {
        transform: translatey(-2px);
    }

    50% {
        transform: translatey(2px);
    }

    100% {
        transform: translatey(-2px);
    }
}

@-moz-keyframes badkonak {
    0% {
        -moz-transform: translatey(-2px);
    }

    50% {
        -moz-transform: translatey(2px);
    }

    100% {
        -moz-transform: translatey(-2px);
    }
}

@-webkit-keyframes badkonak {
    0% {
        -webkit-transform: translatey(-2px);
    }

    50% {
        -webkit-transform: translatey(2px);
    }

    100% {
        -webkit-transform: translatey(-2px);
    }
}




/* .from-top {
    transform: translateY(-50px);
}

.from-bottom {
    transform: translateY(50px);
}

.from-left {
    transform: translateX(-50px);
}

.from-right {
    transform: translateX(50px);
} */

/* .in-view {
    opacity: 1 !important;
    transform: translate(0, 0) !important;
} */
.berguricon {
    color: #d35931;
}

.aboutRigelTitle {
    color: #d35931;
    text-align: center;
}

.aboutRigelText {
    color: #efefef;
    font-size: 1em;
    text-align: justify;
    line-height: 35px;
}

.brand_img {
    position: absolute;
    top: 20px;
    right: 25px;
}

.brandfoundercomment {
    color: #efefef;
    font-weight: 500;
    font-size: 0.85em;
    text-align: justify;
    line-height: 35px;
}

.brandname {
    margin-top: 100px;
    display: flex;
    gap: 0 10px;
    align-items: center;
}

.brandvir {
    display: flex;
    gap: 0 10px;
    align-items: center;
    margin: 12px 0;
}

.brandnamee {
    color: #efefef;
    font-size: 1.2em;
    font-weight: 700;
}

.brandnameee {
    color: #d35931;
    font-size: 1em;
    font-weight: 700;
}

.glass-card {
    /* margin: auto; */
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(13px);
    -webkit-backdrop-filter: blur(13px);
    border-radius: 12px;
    padding: 30px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.1), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 -1px 0 rgba(255, 255, 255, 0.1), inset 0 0 8px 8px rgba(255, 255, 255, 0.7);
    position: relative;
    overflow: hidden;
}

.glass-card::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 12px;
    background: #1a1a1a;
}

.glass-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 100%;
    background: #1a1a1a;
}

.sectiontwocontainer {
    border-top: 4px solid #efefef;
    border-bottom: 4px solid #efefef;
    position: relative;
}

.sectiontwocontainer::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 4px;
    background-color: #efefef;
}

.nav-link.maintabitem.active {
    background-color: #d35931;
    color: #efefef;
    font-weight: 700;
    border: 1px solid #d35931;
}

.nav-link.maintabitem {
    color: #efefef;
}

.nav-link.maintabitem:hover {
    border: 1px solid #d35931;
}

button.nav-link.active {
    background-color: #d35931!important;
}

button.nav-link {
    color: #efefef;
}

.rigelobjects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* gap: 0 25px; */
}

.rigelsimgs {
    max-height: calc(100vh - 100px);
}

.rightobject {
    color: #efefef;
    font-weight: 500;
    font-size: 16px;
}

.leftobject {
    color: #efefef;
    font-weight: 500;
    font-size: 16px;
}

.rigelrow {
    justify-content: space-between;
    margin-top: 0;
    align-items: center;
}

.rigelobjects {
    position: relative;
    margin: 14px 0;
}

.rigelobjects::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    width: 100%;
    left: 0;
    right: 0;
    background-color: #d359314f;
    height: 1px;
}

.mainTitle {
    color: #d35931;
}

.rigelattrimg {
    max-width: 73px;
    margin: auto;
}

.rigelattrbox {
    text-align: center;
}

.rigelattrtext {
    color: #efefef;
    font-size: 16px;
    margin-top: 16px;
}

.gap-y-30px {
    gap: 30px 0;
}

.gap-y-24px {
    gap: 24px 0;
}

.gap-y-18px {
    gap: 18px 0;
}

button.nav-link {
    border-top-left-radius: 0!important;
    border-top-right-radius: 0!important;
}

.maintabbox {
    justify-content: center;
}

.team_area {
    margin-top: 100px;
}

.herovideo {
    width: 100%;
    height: auto;
    height: calc(100vh - 166px);
    object-fit: cover;
    box-shadow: 0 0 8px 3px #00000069;
    overflow-x: hidden;
}



.video-controls {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0,0,0,0.79);
    color: white;
    border: none;
    padding: 8px 12px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 14px;
    width: max-content;
    border-radius: 10px;
}

.video-controls button {
    color: white;
    border: none;
    padding: 8px 12px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 4px;
}

.video-controls button:hover {
    background-color: rgba(0,0,0,0.7);
}

.video-poster-text {
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.75);
    padding: 24px 36px;
    border-radius: 16px;
    font-size: 3rem;
    text-align: center;
    pointer-events: none;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 2;
    line-height: 34px;
    font-family: 'katibeh';
    color: #d35931;
}

.video-poster-text.hide {
    opacity: 0;
}

.afterheroimg {
    max-height: 410px;
    aspect-ratio: 1;
    border-radius: 200px 200px 0 0;
    object-fit: cover;
}

.sectiontwhobg {
    background: url('../img/offer-bg-image.png');
    padding: 70px 0;
    position: relative;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.breadcrumbtitle {
    font-weight: 900;
    font-size: 38px;
    color: #121D23;
    font-family: 'Katibeh';
    line-height: 1.3;
}


.rigelfeaturetitles {
    font-weight: 700;
    color: var(--primary-color);
    font-size: 1.1rem;
    text-align: center;
    margin-bottom: 39px;
}
.rigel-features-carousel .owl-item.center .rigel-features-item > .rigelfeaturetitles {
    color: var(--primary-color);
}
.rigel-features-carousel .owl-item.center .rigel-features-item > .product-desc {
    color: #fff;
}


.sectiontwotitle {
    font-weight: 900;
    font-size: 30px;
    color: var(--primary-color);
    font-family: 'Katibeh';
    text-align: right;
    line-height: 1.3;
}

.sectiontwotext {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    text-align: justify;
    line-height: 2.5;
    max-width: 600px;
}

.contactustext {
    font-weight: 400;
    font-size: 16px;
    color: #5A4B3C;
    text-align: center;
    line-height: 2.5;
}

.contactuspageemailtext {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 2.5;
    max-width: 600px;
}
.contactuspageemailtext > a {
    color: #fff;
}

.sectiontwoattrtext {
    font-weight: 500;
    font-size: 18px;
    color: #3B2A1A;
    text-align: right;
    line-height: 1.6;
}

.contactuspageemailtitle {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 1.6;
}

.contactcardtitle {
    font-weight: 500;
    font-size: 18px;
    color: #efefef;
    text-align: right;
    line-height: 1.6;
}

.contactcard {
    background-color: #121d23;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 0 2px 1px #392c23;
}

.sectiontwoattrbox {
    display: flex;
    align-items: center;
    gap: 0 4px;
}

.sectiontwoattricon1 {
    background: url(../img/icon1.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
}
.sectiontwoattricon2 {
    background: url(../img/icon2.png);
    width: 32px;
    height: 32px;
    background-size: cover;
    background-position: center;
}

.section-title  {
    font-size: 30px;
    font-weight: bold;
    color: #121D23;
    text-align: center;
    margin-bottom: 1.5rem;
    font-family: 'Katibeh';
    position: relative;
}
.requestcontactsectiontitle {
    /* font-size: 30px; */
    /* font-weight: 700!important; */
    /* color: #1b262c; */
    text-align: center;
    /* margin-bottom: 0.5rem; */
    font-family: 'Katibeh';
    position: relative;
}
.sectionwhitetitle {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 0.5rem;
    font-family: 'Katibeh';
    position: relative;
}
.sectionwhitetitlee {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    text-align: right;
    margin-bottom: 0.5rem;
    font-family: 'Katibeh';
    position: relative;
    margin-bottom: 40px;
}

.aftertext {
    position: relative;
    display: inline-block;
    font-family: 'Katibeh';
}

.aftertext::after {
    content: '';
    position: absolute;
    width: 50px;
    top: 50%;
    height: 50px;
    right: -50px;
    transform: translateY(-50%);
    background: url(../img/test-min.webp);
    background-size: contain;
}

.section-subtitle {
    font-size: 1rem;
    color: #121d23;
    text-align: center;
    margin-bottom: 2rem;
}
.section-white-subtitle {
    font-size: 1rem;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 2rem;
}
.dflexx12px {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.requestcontactsectiontext {
    font-size: 1rem;
    color: var(--primary-color);
    text-align: center;
    line-height: 36px;
    /* margin-bottom: 2rem; */
}
.requestcontactsectiontextt {
    font-size: 1rem;
    color: #fefefe;
    margin: 0;
}
.instaicon {
    background-image: url('../img/instaicon.svg');
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.product-card {
    background-color: #ffffff;
    border: none;
    border-radius: 6px;
    /* box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06); */
    /* transition: transform 0.3s ease; */
}

.rigel-features-item {
    border-radius: 14px;
    background: linear-gradient(to bottom, #263B46 25%, #0F1C22);
    min-height: 218px;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    height: 220px;
    object-fit: contain;
    width: 100%;
}

.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #3e2723;
    margin-bottom: 0.3rem;
}

.brandspanorange {
    font-size: 1.1rem;
    font-weight: 600;
    color: #121D23;
    margin-bottom: 0.3rem;
}

.product-desc {
    font-size: 1rem;
    color: #121D23;
}
.product-descc {
    font-size: 1rem;
    color: #fff;
}

.btn-outline-brown:hover {
    border: 1px solid #6e4e37;
    color: #fefefe;
}

.btn-outline-brown {
    background-color: #121d23;
    color: #fff;
    border-radius: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 30px;
}

.sectionthreebg {
    background-color: #121D23;
    padding: 70px 0;
}

.contactustitle {
    font-weight: 900;
    font-size: 38px;
    color: #110e0d;
    font-family: 'Katibeh';
    text-align: right;
    line-height: 1.3;
}

/* Product Carousel Pasoori (Coverflow) Style */
.product-carousel .owl-stage-outer {
    padding: 40px 0 60px 0;
}




.product-carousel .owl-item.center .product-card .card-body > .btn-outline-brown {
    background-color: #121d23;
    color: #fff;
    border-radius: 40px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 0 30px;
}
.product-carousel .owl-item.center .product-card .card-body > .product-desc {
    color: #121D23;
}

.rigel-features-carousel .owl-item.center .rigel-features-item {
    transform: scale(1);
    /* background-color: #6b4f3b; */
    z-index: 3;
    opacity: 1;
    filter: none;
    position: relative;
}
.rigel-features-carousel .owl-item.center .rigel-features-item::after {
    content: '';
}



.product-carousel .item {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    width: 100%;
}

.product-carousel .product-card {
    padding: 20px;
    background: #DBBFA3;
    /* width: 100%; */
}






.iframemap {
    width: 100%;
    border-radius: 12px;
}

.contactpagecontainer {
    background: #DBBFA3;
    padding: 70px 0 70px 0;
}

.contactpagecontainerr {
    background: #FFF9ED;
    padding: 35px 0 0 0 ;
}

.breadcrumbitems {
    display: flex;
    align-items: center;
    gap: 0 20px;
    color: #fff;
    justify-content: center;
    font-size: 20px;
}





.rigel-features-section {
    background-color: transparent;
    padding: 70px 0;
    background: #DBBFA3;
}

.rigel-features-section .feature-card {
    background-color: #ffffff;
    border-radius: 1rem;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.04);
    transition: all 0.3s ease;
    padding: 1.8rem;
    height: 100%;
}

.rigel-features-section .feature-card:hover {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.07);
    transform: translateY(-4px);
}

.rigel-features-section .feature-card h5 {
    font-size: 1.1rem;
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.rigel-features-section .feature-card p {
    font-size: 0.9rem;
    color: #5a5a5a;
}

.requestcontactsection {
    background: url('../img/wave.svg');
    position: relative;
    padding: 78px 0;
    background-size: cover;
}

.requestcontactsectioninput {
    border: none;
    border-radius: 60px;
    background: #1B262C;
    color: #fff;
    font-size: 15px;
    text-align: center;
    width: 100%;
}
.wpcf7-form-control-wrap {
    position: relative;
    width: 100%;
}
.requestcontactsectioninput:focus {
    color: #fff;
}
.requestcontactsectioninput::placeholder {
    color: #fff;
    font-size: 15px;
}

.requestcontactsectionbutton {
    background: #1B262C;
    color: #fefefe;
    padding: 0 20px;
    height: 55px;
    border-radius: 30px;
    text-align: center;
}
.requestcontactsectionbutton::placeholder {
    color: #fefefe;
}
.requestcontactsectionbutton:focus {
    color: #fefefe;
}

.requestcontactsectionsend > p {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.phonesvg {
    background: url('../img/phone.svg');
    width: 40px;
    height: 40px;
    background-size: contain;
    background-position: center;
    margin: auto;
}

.requestrighimg {
    max-width: 150px;
    position: absolute;
    top: 50%;
    left: -22px;
    transform: translateY(-50%);
}

.requestleftimg {
    max-width: 150px;
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
}

.contactcardinput {
    background: #E1C8AF;
    border: none;
    margin-top: 8px;
    margin-bottom: 24px;
    border-radius: 4px;
    height: 48px;
    color: #121D23;
    font-size: 12px;
}

.contactcardtextarea {
    background: #E1C8AF;
    border: none;
    margin-top: 8px;
    margin-bottom: 24px;
    border-radius: 4px;
    color: #5A4B3C;
    font-size: 12px;
    padding-top: 16px;
    height: 110px;
}

.contactcardinput::placeholder , .contactcardtextarea::placeholder {
    color: #121D23;
    font-size: 12px;
}

.contactcardinput:focus , .contactcardtextarea:focus {
    color: #121D23;
    font-size: 12px;
}

.contactcardlabel {
    font-size: 15px;
    color: #efefef;
    text-align: right;
    line-height: 1.6;
}

.contactcardbutton {
    background-color: #E1C8AF;
    width: 100%;
    border: none;
    margin-top: 8px;
    margin-bottom: 24px;
    border-radius: 4px;
    height: 48px;
    color: #121D23;
    font-size: 16px;
}

.mtfrommobileheader {
    background-color: #121D23;
    margin-top: 0;
    max-width: 100vw;
    overflow-x: hidden;
}

.breadcrumbcontainer {
    background: url('../img/hero1.jpg');
    padding: 70px 0 70px 0;
    margin-top: 60px;
}


.breadcrumbcontainer {
    position: relative;
}

.breadcrumbcontainer::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 80%;
    background: #FFF9ED;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}

.contactuspageinfocards {
    background-color: #121d23;
    border-radius: 8px;
    padding: 14px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 6px 0;
    box-shadow: 0 0 2px 0px #504b40;
}




.tophero {
    background-color: #DBBFA3;
}
.topherobox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.addresstexttophero {
    color: #121D23;
    font-size: 16px;
    transition: ease 0.3s;
}

.blogimages {
    width: 100%;
    aspect-ratio: 1 / 0.825;
    object-fit: cover;
    border-radius: 26px;
    transition: all 0.4s ease-in-out;
    pointer-events: none;
}
.blogtext {
    font-size: 1rem;
    color: #fff;
    margin: 20px 0;
    line-height: 32px;
    position: relative;
    z-index: 5;
}
.blogtext > h3 , p {
    font-size: 1rem;
    color: #fff;
    margin: 20px 0;
    line-height: 32px;
} 
.webloglink {
    color: #C9A581;
    font-size: 1rem;
}

figure > img {
    max-height: 300px;
}

.blogcard {
    position: relative;
    z-index: 1;
    cursor: pointer;
}

li.page-item > a.page-link {
    background-color: transparent;
    border: none;
    color: #DBBFA3;
}
a.page-link > i {
    display: none;
}
li.page-item.active {
    background-color: #DBBFA3;
    color: #121D23;
}
li.page-item {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
li.page-item.active > span {
    color: #121D23!important;

}
li.page-item > a.page-link:focus {
    box-shadow: none;
}
.blogimg{
	position:relative;
	overflow:hidden;
    pointer-events: none;
}

.blogimg:after{
    content: "";
	position: absolute;
    width: 200%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255,255,255,.3);
    transform: translate(-50%,-50%) rotate(-45deg);
    z-index: -1;
    pointer-events: none;
}

.blogimg:hover:after{
    height: 250%;
    transition: all 1000ms linear !important;
    background-color: transparent;
}
.faq-sectionn {
    background-color: #DBBFA3;
    /* background-color: #dbbfa3; */
    /* background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png"); */
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.accordion-item {
    background: transparent!important;
    border: none;
    border-bottom: 0.4px solid #121d232b;
}
.accordion-body {
    font-size: 1rem;
    color: #1b262c;
    /* text-align: center; */
    line-height: 36px;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #1b262c;
    line-height: 36px;
    margin-bottom: 2rem;
    /* margin-right: 25px; */
}

.about-hero {
    padding: 60px 0 20px;
    color: white;
    position: relative;
    background-repeat: no-repeat;
    height: fit-content;
    background: url(../img/wave.svg);
    background-size: inherit;
}


.about-hero-container {
    position: relative;
    z-index: 2;
}
.testimonialcontainer {
    padding: 42px 0;
    border-radius: 30px;
    background: #121D23;
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4.8px);
    -webkit-backdrop-filter: blur(4.8px);
}



.about-hero .container {
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #121D23;
    font-family: 'katibeh';
}

.section-subtitle {
    color: var(--primary-color);
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 1rem;
    text-align: center;
    margin-bottom: 2rem;
}



.about-section {
    padding: 80px 0;
    position: relative;
}

.about-section.dark {
    background: var(--secondary-color);
    color: white;
}

.about-section.dark .section-title {
    color: white;
}

.feature-card {
    display: flex;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    /* background: #DBBFA3; */
    width: 90%;
    border: 0.5px solid #ffffff29;
}


.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.15);
}

.feature-icon {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    flex-shrink: 0;
}

.feature-icon i {
    color: white;
    font-size: 1.2rem;
}

.feature-content h4 {
    color: #fff;
    font-weight: 500;
    margin-bottom: 8px;
    font-family: 'IranYekan', sans-serif;
}

.feature-content p {
    color: #efefef;
    margin: 0;
    line-height: 1.6;
    margin-top: 20px;
}

.btn-primary-custom {
    background: var(--primary-color);
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    margin-left: 15px;
    transition: all 0.3s ease;
    font-family: 'IranYekan', sans-serif;
}

.btn-primary-custom:hover {
    background: #b84a1f;
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.btn-outline-custom {
    background: transparent;
    color: var(--primary-color);
    border: 2px solid var(--primary-color);
    padding: 10px 28px;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'IranYekan', sans-serif;
}

.btn-outline-custom:hover {
    background: var(--primary-color);
    color: white;
    text-decoration: none;
    transform: translateY(-2px);
}

.image-frame {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 20px 40px rgba(0,0,0,0.3); */
}

.image-frame img {
    width: 100%;
    height: inherit;
    border-radius: 200px 200px 0 0;
    transition: transform 0.3s ease;
    object-fit: cover;
    min-height: 460px;
}

.image-frame:hover img {
    transform: scale(1.05);
}

.hours-card {
    position: absolute;
    bottom: 0;
    right: 0;
    color: white;
    padding: 25px 25px 25px 40px;
    min-width: 200px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    background: #121D23;
    border-top-left-radius: 56px;
}

.hours-card h4 {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'IranYekan', sans-serif;
}

.hours-card .day {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.9rem;
}

.stats-section {
    padding: 70px 0;
    text-align: center;
    color: white;
    background: #DBBFA3;
}
.play-button {
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 40px auto;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.play-button:hover {
    transform: scale(1.1);
    background: #b84a1f;
}

.play-button i {
    color: white;
    font-size: 1.5rem;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 60px;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: #172127;
    border-radius: 200px 200px 10px 10px;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-bottom: 10px;
    font-family: 'katibeh';
}

.stat-label {
    color: #eeeeee;
    font-size: 1.1rem;
    font-family: 'IranYekan', sans-serif;
}

.team-section {
    padding: 80px 0;
    color: var(--secondary-color);
    background-color: #121d23;
background-image: url("data:image/svg+xml,%3Csvg width='42' height='44' viewBox='0 0 42 44' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='brick-wall' fill='%23fff' fill-opacity='0.03'%3E%3Cpath d='M0 0h42v44H0V0zm1 1h40v20H1V1zM0 23h20v20H0V23zm22 0h20v20H22V23z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(538px, 1fr));
    gap: 40px;
    margin-top: 50px;
}

.team-card {
    text-align: center;
    background: #DBBFA3;
    padding: 30px;
    border-radius: 32px 0 32px 0;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.team-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 4px solid #121D23;
}

.team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.team-name {
    color: var(--primary-color);
    font-size: 0.9rem;
}

.team-title {
    font-size: 1.1rem;
    font-weight: 500;
    color: #121D23;
}

.testimonial-section {
    /* background: #DBBFA3; */
    padding: 60px 0;
    text-align: center;
    color: white;
    background-color: #dbbfa3;
    background-image: url("https://www.transparenttextures.com/patterns/asfalt-dark.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
p.testimonial-quote {
    color: #fefefe;
}
.testimonial-quote {
    font-size: 1.3rem;
    line-height: 1.8;
    max-width: 800px;
    margin: 40px auto;
    /* font-style: italic; */
    font-family: 'IranYekan', sans-serif;
}

.testimonial-author {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
    font-family: 'IranYekan', sans-serif;
}

.carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
}

.carousel-btn {
    width: 50px;
    height: 50px;
    background: rgba(255,255,255,0.1);
    border: 2px solid white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-btn:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: white;
}

.faq-section {
    background: var(--sectiontwhohome);
    padding: 80px 0;
    color: var(--secondary-color);
}

.faq-item {
    background: white;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.faq-item:hover {
    background: var(--sectiontwhobg);
    transform: translateX(-5px);
}

.faq-question {
    color: var(--secondary-color);
    font-weight: 500;
    margin: 0;
    font-family: 'IranYekan', sans-serif;
}

.faq-icon {
    width: 30px;
    height: 30px;
    background: var(--primary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 0.8rem;
}

.coffee-beans-bg {
    position: relative;
}

.coffee-beans-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><ellipse cx="50" cy="50" rx="20" ry="10" fill="%23d35931" opacity="0.1"/></svg>');
    background-size: 50px 50px;
    pointer-events: none;
}

.hours-list {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hours-list .day {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.hours-list .day:last-child {
    border-bottom: none;
}


.signature {
    color: var(--primary-color);
    font-family: 'IranNastaliq', cursive;
    font-size: 2rem;
    margin-bottom: 10px;
}

.signature-title {
    color: var(--primary-color);
    font-weight: 600;
    font-family: 'IranYekan', sans-serif;
}



/* Modal Styles for Roaster Products */
.modal-content {
    border: none;
    border-radius: 15px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.modal-header {
    background: #121D23;
    color: white;
    border-radius: 15px 15px 0 0;
    border-bottom: none;
    padding: 20px 30px;
}

.modal-header .btn-close {
    filter: invert(1);
    opacity: 1;
    margin: 0;
}

.modal-header .btn-close:hover {
    opacity: 1;
}

.modal-title {
    font-weight: 600;
    font-size: 1.3rem;
    color: white;
}

.modal-body {
    padding: 30px;
    background: #DBBFA3;
}

.modal-body h6 {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 1.1rem;
}

.modal-body ul li {
    margin-bottom: 12px;
    font-size: 0.95rem;
    color: #333;
    display: flex;
    align-items: center;
    gap: 0 12px;
}

.modal-body ul li i {
    color: #121d23;
    font-size: 0.9rem;
}

.modal-body .text-muted {
    color: #6c757d !important;
    font-size: 0.9rem;
    line-height: 1.6;
}

.modal-footer {
    background: #121D23;
    border-top: 1px solid #dee2e6;
    border-radius: 0 0 15px 15px;
    padding: 20px 30px;
    justify-content: start;
}

.modal-footer .btn {
    border-radius: 25px;
    padding: 10px 25px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.modal-footer .btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
}

.modal-footer .btn-primary:hover {
    background: #b84a2a;
    border-color: #b84a2a;
    transform: translateY(-2px);
}

.modal-footer .btn-secondary {
    background: #6c757d;
    border-color: #6c757d;
}

.modal-footer .btn-secondary:hover {
    background: #5a6268;
    border-color: #5a6268;
}

/* Modal Animation */
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}

.modal.show .modal-dialog {
    transform: none;
}



.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: white;
    border: 1px solid black;
    border-radius: 22px;
    padding: 16px;
    text-align: center;
    width: fit-content;
    margin: 2rem auto;
    color: #ce1c1c;
    box-shadow: 0.5px 0.5px 0px 0px black;
}
.wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent!important;
    text-align: center!important;
    color: #10751f!important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: transparent;
    text-align: center;
    color : #a51111;
}
/* برای Chrome, Edge, Safari */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* برای Firefox */
input[type=number] {
    -moz-appearance: textfield;
}
.wpcf7-spinner {
    display: none!important;
}
.weblogSingleImg {
    text-align: center;
}
.weblogSingleImg > img {
    width: 100%;
    max-height: 300px;
    object-fit: cover;
    border-radius: 30px 0 30px 0;
}
.weblogSingleText  h3 , h4 , h5 , h6 , p{
    color: #121D23;
}
.weblogSingleText > h2  {
    margin: 4rem 0 1rem 0;
    color: var(--primary-color);
    font-family: 'Katibeh';
}
.weblogSingleText > h1  {
    margin: 1rem 0 1rem 0;
    color: var(--primary-color);
    font-family: 'Katibeh';
}
.weblogSingleTitle {
    margin: 2.5rem 0;
    color: #121D23;
    font-family: 'Katibeh';
    font-size: 3rem;
}
.weblogSingle  {
    background: #BCA48A;
    padding: 4rem 2rem;
    border-radius: 48px;
}
.accordion-button {
    gap: 0 12px;
}
.accordion-button > strong {
    text-align: right;
    line-height: 32px;
}
.blogtext > p , h3 {
    color: #fff;
}

/* Blog page specific styles */
.blog-hero {
    background: #dbbfa3;
    padding: 2rem 0;
    margin-bottom: 3rem;
}

.blog-hero .breadcrumbtitle {
    font-weight: 900;
    font-size: 38px;
    color: #121D23;
    font-family: 'Katibeh';
    line-height: 1.3;
}

.blog-hero .category-description {
    font-size: 24px;
    font-weight: bold;
    color: #121D23;
    text-align: center;
    margin-bottom: 0.5rem;
    position: relative;
}

.blog-listing {
    padding: 2rem 0 4rem 0;
}
.pagination {
    gap: 0 12px;
}
.blog-card {
    margin-bottom: 2rem;
    transition: transform 0.3s ease;
}
ul.page-item  {
    width: 40px;
    height: 40px;
    background: transparent;
}
ul.page-item.active {
    background: #DBBFA3;
}
span.page-link {
    background-color: transparent!important;
    border-color: transparent!important;
}
.blog-card:hover {
    transform: translateY(-5px);
}

.blog-meta {
    margin-top: 1rem;
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.8);
}

.blog-date {
    display: block;
    margin-bottom: 0.5rem;
}

.blog-category {
    display: block;
}

.blog-category a {
    color: rgba(255, 255, 255, 0.8);
    text-decoration: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 0.2rem 0.5rem;
    border-radius: 3px;
    margin-right: 0.5rem;
    font-size: 0.8rem;
}

.blog-category a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pagination-wrapper {
    margin-top: 3rem;
}

.pagination-wrapper .page-numbers {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    background: #BCA48A;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.pagination-wrapper .page-numbers:hover,
.pagination-wrapper .page-numbers.current {
    background: #8B7355;
    color: #fff;
}

.pagination-wrapper .prev,
.pagination-wrapper .next {
    background: #8B7355;
}

.no-posts-found {
    padding: 3rem 0;
}

.no-posts-found .alert {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 10px;
    padding: 2rem;
}

.no-posts-found h3 {
    color: #6c757d;
    margin-bottom: 1rem;
}

.no-posts-found p {
    color: #6c757d;
    margin-bottom: 1.5rem;
}
.modalicons {
    color : #121d23;
}
.no-posts-found .btn-primary {
    background: #BCA48A;
    border-color: #BCA48A;
    color: #fff;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.no-posts-found .btn-primary:hover {
    background: #8B7355;
    border-color: #8B7355;
    color: #fff;
}