/*
Theme Name: Ariel-tech
Theme URI: https:/https://arieltech.ca/
Author: davood jafarirad
Author URI: https://https://arieltech.ca/
Description: Manufacturers of Thermal Management Solutions
Tested up to: 6.9
Requires PHP: 8.0
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:arieltech.ca
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/








/* style.css */
html, body {
    overflow-x: hidden; /* مخفی کردن اسکرول افقی */
    max-width: 100%; /* اطمینان از عدم بیش‌تر از عرض صفحه */
}
.button,input[type="submit"] {
    background: #f93423;
    color: #fff;
    padding: 8px 15px;
    border-radius: 5px;
    font-family: "yekanbakh";
    display: inline-flex;
    justify-content: center;
    gap: 4px;
    align-items: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
}



/* Reset & Base Styles */



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
    direction: ltr;
}

.container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 20px;
    max-width: 100%;


}

li {
    list-style: none;
}


input[type="date"],
input[type="email"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
textarea {
    font-family: "yekanbakh";
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 8px;
    width: 100%;
    padding: 8px;
    height: 48px;
}
textarea {
    height: auto;
}

/* Top Header */
.hero-top-header {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 8px 0;
    font-size: 14px;
    background: #500073;

}

.top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.t-h-right {
    animation: slideInRight 1s ease-out;
}

.t-h-right span {
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 12px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    font-weight: 700
}

.t-h-left {
    display: flex;
    align-items: center;
    gap: 20px;
}

.contact-header {
    background: rgba(255, 255, 255, 0.2);
    padding: 6px 15px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.contact-header:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-2px);
}

/* Main Header */
.main-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    background: white;
    border-bottom: 1px solid #eee;
}

.m-h-right {
    display: flex;
    align-items: center;
    gap: 30px;
}

.logo img {
    height: 50px;
    transition: transform 0.3s ease;
}

.logo img:hover {
    transform: scale(1.05);
}

.search-main {
    position: relative;
    width: 400px;
}

.search-main input {
    width: 100%;
    padding: 12px 50px 12px 20px;
    border: 2px solid #e0e0e0;
    border-radius: 30px;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #f8f9fa;
}

.search-main input:focus {
    outline: none;
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    background: white;
}

.search-main button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #667eea;
    cursor: pointer;
    font-size: 16px;
    transition: color 0.3s ease;
}

.search-main button:hover {
    color: #764ba2;
}

.m-h-left {
    display: flex;
    align-items: center;
    gap: 25px;
}

/* Buttons Styling */
.favorite-btn-header a,
.cart-btn-header a {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #555;
    padding: 10px 15px;
    border-radius: 25px;
    transition: all 0.3s ease;
    position: relative;
}

.favorite-btn-header a {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.cart-btn-header a {
    background: linear-gradient(135deg, #4facfe 0%, #00f2fe 100%);
    color: white;
    padding-right: 35px;
}

.favorite-btn-header a:hover,
.cart-btn-header a:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.favorite-btn-header a:hover {
    box-shadow: 0 10px 20px rgba(245, 87, 108, 0.2);
}

.cart-btn-header a:hover {
    box-shadow: 0 10px 20px rgba(79, 172, 254, 0.2);
}

.cart-btn-num {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #ff4757;
    color: white;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: Center;
    font-size: 12px;
    font-weight: bold;
    animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/* Down Header */
.down-header {
    display: flex;
    justify-content:space-between;


    align-items: center;
    padding: 15px 0;
    background: white;
    border-bottom: 1px solid #eee;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 30px;
}

.megamenu-box {
    position: relative;
    float: left;
    margin-left: 0;
    margin-right: auto;
}

.t-m {
    display: flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #500073 0%, #2A004E 100%);
    color: white;
    padding: 12px 25px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.t-m:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(102, 126, 234, 0.2);
}

.menu-header ul {
    display: flex;
    list-style: none;
    gap: 30px;
}

.menu-header > ul > li {
    position: relative;
}

.menu-header a {
    text-decoration: none;
    color: #555;
    font-weight: 600;
    padding: 8px 0;
    transition: color 0.3s ease;
    position: relative;
}

.menu-header > ul > li > a:hover {
    color: #667eea;
}

.menu-header > ul > li > a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    transition: width 0.3s ease;
}

.menu-header > ul > li > a:hover::after {
    width: 100%;
}

/* Dropdown Menu */
.menu-header > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    min-width: 200px;
    padding: 15px 0;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    display: block;
    z-index: 1000;
}

.menu-header > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 53px;
}

.menu-header > ul > li > ul li {
    margin: 0;
}

.menu-header > ul > li > ul a {
    display: block;
    padding: 10px 25px;
    color: #666;
    transition: all 0.3s ease;
}

.menu-header > ul > li > ul a:hover {
    background: #f8f9fa;
    color: #667eea;
    padding-left: 35px;
}

/* Register Button */
.register-btn {
    display: flex;
    align-items: center;
    gap: 10px;
   background: linear-gradient(135deg, #463798 0%, #a51e6e 100%);
    color: white;
    padding: 12px 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 600;
}

.register-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(67, 233, 123, 0.2);
}

/* Animations */
@keyframes slideInRight {
    from {
        transform: translateX(-100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1024px) {
    .search-main {
        width: 500px;
    }
    
    .menu-header ul {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .top-header {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .t-h-left {
        flex-direction: column;
        gap: 10px;
    }
    
    .main-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .m-h-right {
        flex-direction: column;
        gap: 20px;
        width: 100%;
    }
    
    .search-main {
        width: 100%;
    }
    
    .m-h-left {
        justify-content: center;
        width: 100%;
    }
    
    .down-header {
        flex-direction: column;
        gap: 20px;
    }
    
    .menu-header ul {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    
    .menu-header > ul > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        background: #f8f9fa;
        margin-top: 10px;
        display: none;
    }
    
    .menu-header > ul > li:hover > ul {
        display: block;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 15px;
    }
    
    .logo img {
        height: 40px;
    }
    
    .favorite-btn-header a,
    .cart-btn-header a,
    .register-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
    
    .t-m {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* Additional Effects */
.favorite-btn-header i {
    animation: heartBeat 1.5s ease-in-out infinite;
}

@keyframes heartBeat {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
}

/* Smooth transitions for all interactive elements */
a, button, .t-m, .register-btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Loading animation for search */
.search-main button:active i {
    animation: spin 0.5s linear;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}



/*write code Megameno for Style*/
.Ariel-megamenu 
{
    position: relative;
}

.Ariel-megamenu > ul {
 position: absolute;
 background: #fff;
 border: 1px solid #ddd;
top: 25px;
left:0px;
width: 222px;
transition: all .2s ease-in-out;
visibility: hidden;
opacity: 0px;
 transition: all .2s ease-in-out;
 z-index: 99;

}

.Ariel-megamenu > ul > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Ariel-megamenu > ul > li > a {
    padding: 10px;
    font-weight: 450;
}

.Ariel-megamenu > ul > li > i {
    margin-left: 12px;
    font-size: 9px;
}

.Ariel-megamenu > ul > li:hover > a {
    color: #F93423;
}

.Ariel-megamenu > ul > li > a {
    padding: 12px;
    font-weight: 450;
}

.Ariel-megamenu > ul > li:hover {
    background: #f7f7f8;
}

.Ariel-megamenu > ul > li > ul {

position: absolute;
  background: #fff;
  border: 1px solid #ddd;

  top: 0;
   width: 1275px;
  height: 100%;
  display: flex;
  padding: 12px;
  border-right: 2px solid #ddd;
  left: 100%;
 visibility: hidden;
 opacity: 0;




  
}

.Ariel-megamenu > ul > li > ul > li {
    width: 25%;
}


.Ariel-megamenu > ul > li > ul > li > a {
    font-weight: 450;
    color: #000;
    border-left: 3px solid #f93423;
    padding-left: 5px;
    margin-bottom: 7px;
    display: inline-block;
}


.Ariel-megamenu > ul > li > ul > li > ul li a {
    color: #666;
    font-size: 13px;
    font-weight: 400;
    padding: 4px;
    display: inline-block;
}

.megamenu-box:hover > .Ariel-megamenu > ul {
    visibility: visible;
    opacity: 1;
    top: 16px;
}

section .main-slider {
    margin-bottom: 30px;
}

.Ariel-megamenu > ul > li:hover > ul {
    visibility: visible;
    opacity: 1;
}


.Ariel-megamenu > ul:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 24px;
    top: -20px;
}

/*write Style sLider*/

.main-slider .owl-theme .owl-dots {
    position: absolute;
    bottom:0px;
    width: 100%;
}
.main-slider .owl-stage-outer {
    border-radius: 15px;
}

.main-slider .owl-theme .owl-dots button.owl-dot span {
    background: #000;
    opacity: .3;
    width: 7px;
    height: 7px;
    margin: 2px 3px;
}
.main-slider 
{
    margin-bottom: 50px;
}

.main-slider .owl-theme .owl-dots button.active span {
    background: #fff;
    opacity: 1;
    width: 18px;
}

.main-slider .owl-carousel .owl-nav button.owl-prev:before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.main-slider .owl-carousel .owl-nav button.owl-next:before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.main-slider .owl-carousel .owl-nav button {
position: absolute;
    bottom: 5px;
    background: #fff;
     width: 35px;
    height: 35px;
    border-radius: 50%;
    display: flex;
     justify-content: center;
     align-items: center;
     opacity: 0;
   
}

.main-slider:hover .owl-carousel .owl-nav button {
    opacity: 1;
}

.main-slider .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}

.main-slider .owl-carousel .owl-nav button.owl-next {
    right: 80px;
}
.main-slider .owl-carousel .owl-nav button.owl-prev {
    right: 35px;
}


.main-slider .owl-carousel .owl-nav button:hover {
    background: #fff;
    color: #333;
}


.main-slider:hover .owl-carousel .owl-nav button {
    opacity: 1;
}



/*Write Style Product*/
.title-pro h4 
{
    font-size: 18px;
    font-weight: 450;
    border-bottom: 1px solid #f93524;
    margin-bottom: 32px;
    display: inline-block;
    padding-bottom: 14px;
}




/*write style PRoduct Slider*/

.hero-product .product-item {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 0px 10px 5px #00000008;
    margin: 13px 8px;
    padding: 10px 15px 15px;
}
.hero-product .product-item .color-dis {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hero-product .product-item .color-dis .color ul li {
    float: right;
}
.hero-product .product-item .color-dis .color ul li span {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-left: 5px;
    float: right;
    position: relative;
}
.hero-product .product-item .color-dis .color ul li span:hover > b {
    visibility: visible;
    opacity: 1;
    bottom: 17px;
}
.hero-product .product-item .color-dis .color ul li span b {
    background: #303030;
    color: #fff;
    font-size: 13px;
    font-weight: 100;
    border-radius: 4px;
    padding: 2px 4px;
    position: absolute;
    bottom: 0px;
    right: -10px;
    visibility: hidden;
    opacity: 0;
    transition: all .2s ease-in-out;
}
.hero-product .product-item .color-dis .discount {
    background: #F93423;
    color: #fff;
    padding: 0 3px;
    border-radius: 5px;
}
.hero-product .product-item figure a {
    max-width: 200px;
    display: block;
    margin: 7px auto 0;
}
.hero-product .product-item h2 {
    margin-top: 15px;
    height: 50px;
    line-height: 22px;
    overflow: hidden;
}
.hero-product .product-item h2 a {
    color: #313131;
    font-size: 14px;
    font-weight: 450;
}
.hero-product .product-item .down {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.hero-product .product-item .down .addtocart_button a {
    font-size: 34px;
    color: #1BD2A3;
    display: flex;
}
.hero-product .product-item .down .price {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-left: 10px;
    align-items: baseline;
}
.hero-product .product-item .down .price del {
    color: #7E7E7E;
}
.hero-product .product-item .down .price ins {
    color: #313131;
    font-size: 18px;
    font-weight: 725;
    text-decoration: none;
}
.hero-product .product-item .down .price ins span {
    font-size: 12px;
    color: #D7DBE2;
    font-weight: 500;
    rotate: 270deg;
    display: block;
    position: absolute;
    top: 14px;
    left: -25px;
}




.poster {
    display: flex;
    justify-content: space-between;
    gap: 21px;
    margin-bottom: 50px;
    background: #e6e6ee;
    border-radius: 15px;
}
.poster img {
    border-radius: 15px;
}

/*Style Weblog*/

.box-blog {
    display: flex;
    justify-content: space-between;
    gap: 12.5px;
}

.box-blog .big-post {
    width: 41%;
    position: relative;
}
.box-blog .big-post:hover img {
    transform: scale(1.1);
}
.box-blog .big-post a figure {
    overflow: hidden;
    border-radius: 15px;
}
.box-blog .big-post a figure img {
    width: 588px;
    height: 300px;
    object-fit: cover;
    border-radius: 15px;
    transition: all .2s ease-in-out;
}
.box-blog .big-post a .title {
    position: absolute;
    bottom: 25px;
    width: 100%;
}
.box-blog .big-post a .title h2 {
    background: #fff;
    box-shadow: 4px 4px 25px 0px #38383840;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 450;
    padding: 10px;
    width: 85%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .big-post a .title h2 i {
    background: #1BD2A3;
    padding: 12px;
    color: #fff;
    border-radius: 5px;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
}
.box-blog .small-post {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    width: 59%;
    flex-wrap: wrap;

}
.box-blog .small-post .post-item {
    width: 49%;
    background: #fff;
    box-shadow: 0px 0px 10px 5px #00000008;
    border-radius: 10px;
    height: 145px;
    padding: 10px;
    max-width: 300px;
    flex-grow: 1;
}
.box-blog .small-post .post-item:hover img {
    transform: scale(1.1);
}
.box-blog .small-post .post-item a figure {
    float: right;
    margin-left: 10px;
    overflow: hidden;
}
.box-blog .small-post .post-item figure img {
    width: 125px;
    height: 125px;
    border-radius: 10px;
    object-fit: cover;
    transition: all .2s ease-in-out;
}
.box-blog .small-post .post-item a h2 {
    font-size: 14px;
    font-weight: 450;
    margin-top: 15px;
    height: 65px;
    line-height: 23px;
}
.box-blog .small-post .post-item a .down {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.box-blog .small-post .post-item a .down span {
    color: #7E7E7E;
    font-size: 13px;
    font-weight: 300;
}
.box-blog .small-post .post-item a .down i {
    background: #1bd2a3;
    color: #fff;
    padding: 12px;
    border-radius: 5px;
    margin-left: 5px;
}




/*CODE Css For Insta*/

.box-insta {
    display: flex;
    background: #C62300;
    box-shadow: 0px 4px 40px 0px #F14A00;
    border-radius: 15px;
    padding: 10px 0;
}
.box-insta .first-item {
    width: 15.2%;
    margin: 0 10px;
}
.box-insta .left-item {
    width: 84.8%;
}
.box-insta .product-item {
    background: none;
    margin: 0 5px;
    padding: 0;
}
.box-insta .product-item figure img {
    border-radius: 15px;
}

section.hero-product {
    margin-top: 20px;
}


/*Style Brands*/

.box-brand {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 4px 90px 0px #D3D3D333;
}
.box-brand .inner-brand {
    width: 88%;
    margin: auto;
}
.box-brand .inner-brand .brand-item {
    display: flex;
    justify-content: center;
    height: 170px;
    align-items: center;
}
.box-brand .inner-brand .brand-item img {
    max-width: 150px;
}

.box-brand .owl-carousel .owl-nav button {
    position: absolute;
    background: #500073;
    width: 74px;
    height: 52px;
    top: 60px;
    color: #fff;
}
.box-brand .owl-carousel .owl-nav button.owl-prev {
    right: -7.2%;
    border-radius: 50px 0px 0px 50px;
}
.box-brand .owl-carousel .owl-nav button.owl-next {
    left: -7.2%;
    border-radius: 0px 50px 50px 0px;
}
.box-brand .owl-carousel .owl-nav button.owl-prev::before {
    content: "\f053";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}
.box-brand .owl-carousel .owl-nav button.owl-next::before {
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
} 


.title-brand
{
    text-align: center;
}

.title-brand h4
 {
    background:#C62300 ;
    display: inline-block;
    color: #fff;
    border-radius: 30px 30px 0px 0px;
    padding: 15px 30px ;
    font-size: 18px;
    font-weight: 800;

}


/*code style Ariel-services*/

.Ariel-service {
    display: flex;
    gap: 10px;
}
.Ariel-service .service-item {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    text-align: center;
}
.Ariel-service .service-item img {
    max-width: 72px;
    margin: 0 auto 10px;
}
.Ariel-service .service-item span {
    font-size: 13px;
    font-weight: 300;
    color: #7E7E7E;
}

/*code Style Footer*/

footer {
    background: #2A004E;
    border-top: 1px solid #EDEDED;
    box-shadow: 0px 0px 10px 0px #ECECEC;
    padding-top: 40px;
}
.footer-box {
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
}
.footer-box .footer-widget {
    flex-grow: 1;
}
.footer-box .footer-about {
    width: 30%;
    margin-left: 30px;
}
.footer-box .footer-widget h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffff;

}
.footer-box .footer-widget .f-w-contet {
    color: #fffbfb;
    line-height: 30px;
    text-align: justify;
}
.footer-box .footer-widget .f-w-contet ul li a {
    color: #fffbfb;
}
.application {
    display: flex;
    justify-content: space-between;
    background: #F3F4F6;
    border-radius: 10px;
    padding: 15px;
}
.application .right {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
}
.application .right img {
    max-width: 45px;
}
.application .left {
    display: flex;
    gap: 20px;
}
.application .left a {
    display: flex;
}
.footer-line {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    color: #FFFFFF;
}
.footer-line .left span {
    border: 1px solid #A5A5A5;
    padding: 6px 13px;
    border-radius: 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    cursor: pointer;
}
.footer-down {
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    padding: 20px 0;
}
.footer-down .social-footer {
    display: flex;
    gap: 20px;
}
.footer-down .social-footer a {
    display: flex;
}













/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 6; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}










/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 450px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}

@keyframes animatetop {
     from {top:-300px; opacity:0}
     to {top:0; opacity:1}
 }

/* The Close Button */
.close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.modal-header {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}





/*style form login */

.form-login-pishro {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 100%;
    padding: 45px;
    text-align: center;
}
.form-login-pishro input {
    outline: 0;
    background: #f2f2f2;
    width: 100%;
    border: 0;
    margin: 0 0 15px;
    padding: 15px;
    box-sizing: border-box;
    font-size: 14px;
}
.form-login-pishro button {
    text-transform: uppercase;
    outline: 0;
    background: #1BD2A3;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    -webkit-transition: all 0.3 ease;
    transition: all 0.3 ease;
    cursor: pointer;
}

.form-login-pishro .message {
    margin: 15px 0 0;
    color: #b3b3b3;
    font-size: 14px;
}
.form-login-pishro .message a {
    color: #1BD2A3;
    text-decoration: none;
}
.form-login-pishro .register-form {
    display: none;
}
.form-login-pishro .logo {
    max-width: 200px;
    margin: 0 auto 35px;
}





/********** single article **********/

.hero-single {
    display: flex;
    justify-content: space-between;
    gap: 20px 0;
    margin-bottom: 40px;
}
.main-single {
    width: 77%;
}
.post-single {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding: 20px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.post-single header {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.post-single header h1 {
    font-size: 24px;
    font-weight: bold;
}
.post-single .box-pm {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #A3A3A3;
    margin-bottom: 20px;
}
.post-single .box-pm .post-meta a {
    color: #81858b;
}
.post-single figure {
    text-align: center;
    margin-bottom: 20px;
}
.post-single .content-single {
    line-height: 2.5;
    font-size: 15px;
    text-align: justify;
    margin-bottom: 20px;
}
.post-single .post-tag {
    display: flex;
    gap: 8px;
    border-top: 1px solid #E6E6E6;
    padding-top: 20px;
    align-items: center;
}
.post-single .post-tag a {
    background: #E9E9E9;
    border-radius: 5px;
    padding: 4px 12px;
    color: #757575;
    font-weight: 325;
}
.related-head h4 {
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 15px;
}
.related-item {
    box-shadow: 0px 4px 85px 0px #D3D3D340;
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #d5d5d544;
    margin: 20px 8px;
    height: 315px;
}
.related-item figure img {
    border-radius: 15px;
}
.related-item h2 {
    font-size: 14px;
    line-height: 1.5;
    margin: 15px 0;
    height: 40px;
    font-weight: 500;
}
.related-item .down {
    display: flex;
    justify-content: space-between;
    border-radius: 15px;
     background: #F5F5F5;
    padding: 1px 10px;
    color: #757575;
    font-size: 13px;
}

/*style side 22 %*/

.side-single {
    width: 22%;
}
.widget {
    background: #fff;
    box-shadow: 0px 0px 20px #D3D3D333;
    border-radius: 10px;
    padding:16px;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}

.widget-header h3 {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 2px solid #f93423;
   width: 100%;
    padding-bottom: 12px;
    margin-bottom: 22px;
    display: inline-block;
}


.widget form {
    position: relative;
}



.widget form input[type="text"] {
   

}

.widget form input[type="submit"] {
    background: #f93423;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px 0px 0px 10px;
    padding: 11px 15px;
    line-height: 2;
    font-family: "yekanbakh";
}


.widget ul li {
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.widget ul li:last-child {
    border-bottom: none;
}
.widget ul li a:hover {
    color: #1BD2A3;
}
.widget ul li span.post-date {
    font-size: 13px;
    color: #A3A3A3;
    display: block;
    margin-top: 4px;
}


/*style for Video Insata*/

.single-insta-page {
    background: #333;
    margin-top: -20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
}
.hero-insta {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    margin-top: 30px
}
.hero-insta {
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
}
.hero-insta .right {
    width: 70%;
    border-radius: 10px;
    overflow: hidden;
}
.hero-insta .right video {
    max-width: 100%;
    max-height: 650px;
}

.hero-insta .right .wp-video-shortcode {
    max-height: 650px !important;
}


.hero-insta .right .mejs-poster {
    background-size: contain;
}


.hero-insta .left {
    width: 28%;
    color: #fff;
    border: 2px solid #444;
    padding: 12px;
    border-radius: 10px;
}
.hero-insta .left h1 {
    font-size: 16px;
    padding-bottom: 10px;
}
.hero-insta .left p {
    line-height: 2;
    color: #eaeaea;
}
.hero-insta .left a {
    color: #3366cc;
    text-decoration: underline;
}
.box-insta-single {
    background: #333;
    border: 2px solid #444;
    border-radius: 10px;
    box-shadow: none;
}
.single-insta-page h4.title-insta-single {
    color: #fff;
    font-size: 18px;
    font-weight: 450;
    margin: 20px 5px 15px;
    display: flex;
    align-items: center;
    gap: 7px;
}
.single-insta-page h4.title-insta-single i {
    font-size: 24px;
}


/*style for botton concat call*/

.floating-button {
    font-size: 34px;
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #f93423;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    cursor: pointer;
    transform: rotate(180deg);   ;
}

.floating-button i {
    transition: all .2s ease-in-out;
}



.floating-contact .contact-list {
   
    width: 280px;
    position: fixed;
    right: 40px;
    bottom: 120px;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 10px;
    border-radius: 15px;
    z-index: 100;
     display: none;

   


}
.floating-contact .contact-list a {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    align-items: center;
}
.floating-contact .contact-list a:hover {
    background: #f3f4f6;
}
.floating-contact .contact-list a img {
    width: 35px;
    height: 35px;
}
   



/* Style For Story insta*/


.Ariel-story {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}


.stories.carousel .story,.stories.carousel .story:first-child,.stories.carousel .story:last-child {
    margin: 0 15px;
}



.stories.carousel .story > .item-link > .info .name {
    font-weight: 500;
}

strong.name {
    color: #000000;
}
#zuck-modal-content {
    direction: ltr;
    text-align: left;
}
#zuck-modal-content .story-viewer .head .right {
    margin-right: 20px;
}
#zuck-modal-content .story-viewer .head .right .close {
    color: #fff;
}
#zuck-modal-content .story-viewer .head .right .close:hover {
    color: #dddddd;
}
#zuck-modal-content .story-viewer .slides-pagination span {
    font-family: initial;
}
#zuck-modal-content .story-viewer .slides-pagination .next {
    right: 20px;
}
#zuck-modal-content .story-viewer .head .time {
    display: none !important;
}



/*********style comment *********/
.comment-box {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    padding: 20px;
    box-shadow: 0px 0px 20px #f2f2f2;
    border: 1px solid #d5d5d544;
    margin-bottom: 30px;
}
.comment-respond p.comment-form-url{
    display: none;
}
.comment-respond .comment-form-comment {
    margin: 20px 0;
}
.comment-respond p.comment-form-author{
    width: 49%;
    float: right;
}
.comment-respond p.comment-form-email {
    width: 49%;
    float: left;
}
.comment-respond  .comment-form-cookies-consent {
    float: right;
    width: 100%;
    margin: 20px 0;
}

.comment-box .comments-inner {
    margin-top: 40px;
}
.comments-inner .comment {
    border-radius: 5px;
    margin: 20px 0px;
    border: 1px solid rgb(233, 233, 233);
    padding: 10px 15px 15px;
}
.comments-inner .comment-awaiting-moderation {
    color: #cf5d5d;
    margin: 7px 0;
    display: inline-block;
}

.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
}
.comments-inner .comment .depth-2 {
    background: #f9f9f9;
}
.comments-inner .comment .depth-3 {
    background: #f0f0f0;
}
.comments-inner .comment .comment-author {

}
.comments-inner .comment .comment-meta {
    display: none;
}
.comments-inner .comment .comment-author img{
    display: none;
}
.comments-inner .comment .comment-author .fn {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.comments-inner .comment .comment-author .says{
    display: none;
}

.comments-inner .comment .comment-meta a {
    color: #8a8a8a;
    font-size: 13px;
}
.comments-inner .comment p {
    margin: 5px 0 15px;
    clear: both;
    line-height: 2;
    color: #606060;
}
.comments-inner .comment .reply {
    display: block;
    margin-top: 15px;
}
.comments-inner .comment .reply a {
    background: #ecf0f1;
    color: #333;
    padding: 4px 15px;
}

