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

@font-face {
    font-family: "YekanBakh";
    src: url("/core/font/Iran-Yekan/woff2/IRANYekanWebMedium.woff2") format("woff2");
    font-style: normal;
    font-display: swap;
}

/*------------------------------Custom Styles------------------------------*/
a {
    text-decoration: none !important;
    color: #000000;
}

a:hover {
    text-decoration: none !important;
    cursor: pointer;
    color: #000000;
}

img {
    image-rendering: auto;
}

p {
    margin-bottom: 0 !important;
}

input,
button,
a {
    box-shadow: none !important;
}

.form-control {
    border-radius: 0 4px 4px 0;
}

body {
    font-family: 'YekanBakh', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    background-color: #F0F0F0;
    scroll-behavior: smooth;
}

/*------------------------------Header Section Styles------------------------------*/
#headerSection {
    background-image: url("../img/png/imgheader.png");
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 25rem;
}

#headerSection #navbarSection{
    z-index: 2;
}

#headerSection #navbarSection .navbar {
    border-radius: 12px;
    background: linear-gradient(90deg,
    rgba(255, 255, 255, 0.08) 0%,
    rgba(255, 255, 255, 0.02) 50%,
    rgba(255, 255, 255, 0.08) 100%);
    backdrop-filter: blur(25px);
}

#headerSection #navbarSection .navbar .phone-number {
    font-size: 0.8rem;
}

#headerSection #navbarSection .navbar .navbar-nav .nav-link {
    transition: transform 0.35s ease-in-out, color 0.35s ease-in-out;
    color: #fff;
}

#headerSection #navbarSection .navbar .navbar-nav .nav-link.active {
    transform: scale(1.12);
    color: #fb2251;
}

#headerSection #navbarSection .navbar .navbar-nav .nav-link:hover {
    transform: scale(1.08);
    color: #fb2251;
}
#headerSection #navbarSection .navbar .navbar-nav .nav-item .dropdown-menu{
    background-color: rgba(36, 44, 53, 1)!important;
}
#headerSection #navbarSection .navbar .navbar-nav .nav-item .dropdown-menu li a{
    color:rgba(255, 255, 255, 1) ;
    text-align: right;
}
#headerSection #navbarSection .navbar .navbar-nav .nav-item .dropdown-menu li a:hover{
    background-color: transparent !important;
    color: rgba(251, 34, 81, 1)!important;
}

/*#headerSection #navbarSection .navbar .navbar-brand span {*/
/*    font-size: 0.9rem;*/
/*}*/

/*#headerSection #navbarSection .navbar .navbar-brand img {*/
/*    height: 1rem;*/
/*}*/

/*#headerSection #navbarSection .my-dropdown {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*#headerSection #navbarSection .my-dropbtn {*/
/*    cursor: pointer;*/
/*}*/

/*#headerSection #navbarSection .my-dropdown-content {*/
/*    display: none;*/
/*    position: absolute;*/
/*    right: 0;*/
/*    min-width: 180px;*/
/*    z-index: 10;*/
/*    background: rgba(0, 0, 0, 0.85);*/
/*    border-radius: 10px;*/
/*    backdrop-filter: blur(10px);*/
/*}*/

/*#headerSection #navbarSection .my-dropdown:hover .my-dropdown-content {*/
/*    display: block;*/
/*}*/

/*.modal .modal-content,*/
/*.modal .modal-body {*/
/*    overflow: visible !important;*/
/*}*/

/*.modal .dropdown {*/
/*    position: relative !important;*/
/*}*/

/*.modal .dropdown-menu {*/
/*    z-index: 1080 !important;*/
/*    right: 0;*/
/*    left: auto;*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*}*/

/*------------------------------product Styles------------------------------*/

#productsSection .carousel-container {
    position: relative;
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

#productsSection .carousel {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#productsSection .slide {
    position: absolute;
    width: 440px;
    height: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s ease;
    opacity: 0;
    transform: scale(0.8);
    pointer-events: none;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#productsSection .slide h1 {
    font-size: 4rem;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

#productsSection .slide.active {
    opacity: 1;
    width: 900px;
    height: 520px;
    transform: translateX(0) scale(1);
    z-index: 3;
}


#productsSection .slide.left {
    opacity: 1;
    width: 420px;
    height: 420px;
    transform: translateX(-750px) scale(0.92);
    z-index: 1;
}


#productsSection .slide.right {
    opacity: 1;
    width: 420px;
    height: 420px;
    transform: translateX(750px) scale(0.92);
    z-index: 1;
}






/*------------------------------About Us Section Styles------------------------------*/
#aboutUsSection {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: relative;
    padding-top: 4rem;
}

#aboutUsSection .call-center-box img {
    /*width: 100%;*/
    /*height: 100%;*/
    transform-origin: 50% 10%;
    animation: ring-wiggle 1.5s ease-in-out infinite;
}

/*------------------------------Top Button Section Styles------------------------------*/
#topButtonSection button {
    background: none;
    border: none;
    cursor: pointer;
    transition: transform 0.3s ease;
}

#topButtonSection button img {
    position: absolute;
    right: 70px;
    bottom: 20px;
    animation: bounce 2s infinite;
}

/*------------------------------Footer Section Styles------------------------------*/
#footerSection {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: radial-gradient(circle, rgba(70, 79, 88, 1) 0%, rgba(30, 40, 50, 1) 100%);
}

#footerSection .footer-nav .nav-box ul li a {
    transition: all 0.2s ease;
    font-size: 0.8rem;
}

#footerSection .footer-nav .nav-box ul li a:hover {
    transform: scale(1.08);
    color: #fb2251 !important;
}

#footerSection .footer-nav .social-links-box a img {
    transition: transform 0.3s ease, filter 0.3s ease;
}

#footerSection .footer-nav .social-links-box a:hover img {
    transform: scale(1.2);
}

#footerSection .footer-nav .social-links-box .footer-text p {
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*------------------------------Slider Section Styles------------------------------*/
#sliderSection {
    background-image: url("../img/svg/Rectangle 10.svg");
    background-repeat: no-repeat;
    background-position: center 70px;
    background-size: auto;
    position: relative;
    z-index: 1;
}

#sliderSection .adv-box {
    position: absolute;
    top: 9rem;
    right: 17rem;
    z-index: 3;
}

#sliderSection .adv-box h3 {
    line-height: 1.35;
    margin-bottom: 16px;
    color: #fff;
}

#sliderSection .adv-box p {
    color: #fff;
    margin-bottom: 16px;
    font-size: 0.8rem;
}
#sliderSection .adv-box a{
    background-color: rgba(212, 0, 46, 1);
}
#sliderSection .adv-box a:hover{
    background-color: rgba(191, 0, 41, 1);
}
#sliderSection .carousel .carousel-inner .carousel-item .slide-layer {
    padding-top: 5rem;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#sliderSection .carousel-item > .slide-layer {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-size: cover;
}

#sliderSection .carousel .carousel-inner .carousel-item .slide-layer img {
    filter: drop-shadow(0 20px 60px rgba(0, 0, 0, 0.45));
    height: 27rem;
}

#sliderSection .carousel .carousel-inner .carousel-item .carousel-caption {
    bottom: 33%;
    left: 11%;
    right: auto;
    text-align: left;
}

#sliderSection .carousel,
#sliderSection .carousel-item {
    height: auto;
    min-height: 700px;
}

#sliderSection .carousel-item .title-box h1 {
    margin: 0.25rem 0;
    font-weight: 800;
    font-size: clamp(22px, 4.5vw, 48px);
    line-height: 1.2;
}

#sliderSection .carousel-item .carousel-caption {
    bottom: 20%;
    left: 15%;
    width: 25rem;
    text-align: left;
}

#sliderSection .carousel-item .carousel-caption .custom-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sliderSection .carousel-item .carousel-caption .custom-list ul li {
    font-size: 1.2rem;
    margin-bottom: 8px;
    color: #fff;
}

#sliderSection .carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

#sliderSection .carousel-indicators {
    bottom: -20px;
}

#sliderSection .mobile-cta .btn-details {
    border-radius: 8px;
    background: #d4002e;
}

#sliderSection .mobile-cta .btn-details:hover {
    background: rgba(191, 0, 41, 1);
}

/*------------------------------Services Section Styles------------------------------*/
#servicesSection {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    position: relative;
    top: -2rem;
    padding: 4rem 0;
}

#servicesSection .slider-wrap {
    position: relative;
    padding-inline: 64px;
}

#servicesSection .slider-wrap .my-slider .slide-box {
    background: rgba(221, 221, 222, 1);
    border-radius: 16px;
    padding: 20px 18px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .06);
    transition: transform .2s ease, box-shadow .2s ease;
    text-align: center;
}

#servicesSection .slider-wrap .srv-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    inline-size: 44px;
    block-size: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 5;
    opacity: .9;
    transition: transform .2s ease, opacity .2s ease;
}

#servicesSection .slider-wrap .srv-btn:hover {
    transform: translateY(-50%) scale(1.06);
    opacity: 1;
}

#servicesSection .slider-wrap .srv-btn:active {
    transform: translateY(-50%) scale(0.98);
}

#servicesSection .slider-wrap .srv-btn img {
    width: 28px;
    height: auto;
    display: block;
}

#servicesSection .slick-slide {
    margin: 0 12px;
}

#servicesSection .slick-list {
    margin: 0 -12px;
    overflow: hidden;
}

#servicesSection .slick-track {
    display: flex;
}

#servicesSection .slick-slide {
    height: auto;
}

#servicesSection .slick-slide > div {
    height: 100%;
}

#servicesSection .slide-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 22px rgba(0, 0, 0, .08);
}

#servicesSection .slide-box img {
    width: 80px;
    height: auto;
    opacity: .9;
}

#servicesSection .slide-box h6 {
    margin: 0;
    color: #111;
    font-weight: 600;
}

#servicesSection .slick-list {
    -webkit-mask-image: linear-gradient(to right,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%);
    mask-image: linear-gradient(to right,
    transparent 0%,
    #000 14%,
    #000 86%,
    transparent 100%);
}

#servicesSection .slick-list::before,
#servicesSection .slick-list::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 2;
    width: 14%;
    pointer-events: none;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
}

#servicesSection .slick-list::before {
    left: 0;
}

#servicesSection .slick-list::after {
    right: 0;
    transform: scaleX(-1);
}

#servicesSection[dir="rtl"] .srv-prev {
    right: 12px;
}

#servicesSection[dir="rtl"] .srv-next {
    left: 12px;
}

#servicesSection:not([dir="rtl"]) .srv-prev {
    left: 12px;
    right: auto;
}

#servicesSection:not([dir="rtl"]) .srv-next {
    right: 12px;
    left: auto;
}

/*------------------------------Mission Vision Section Styles------------------------------*/
#missionVisionSection .video-container video {
    width: 92%;
    height: 100% 100%;
    object-fit: cover;
    border-radius: 12px;
}

#missionVisionSection span {
    color: #000000B2;
}

/*------------------------------Gallery Section Styles------------------------------*/
#gallerySection .title-box p {
    color: #000000B2;
}

#gallerySection .gallery-wrapper .gallery-box img {
    width: 100%;
    border-radius: 12px;
}

#gallerySection .gallery-wrapper .carousel .carousel-inner,
#gallerySection .gallery-wrapper .carousel .carousel-inner .carousel-item,
#gallerySection .gallery-wrapper .carousel .carousel-inner .carousel-item .tall-image {
    height: 100%;
}

/*------------------------------Products Section Styles------------------------------*/
#productsSection .card-slider-box {
    padding-top: 5rem;
}

#productsSection .card-slider-box .slider {
    position: relative;
    width: 100%;
    aspect-ratio: 16/7;
}

#productsSection .card-slider-box .slider .card-slide {
    position: absolute;
    inset: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.4);
    opacity: 1;
    transform: translateY(-30px) scale(0.94);
    transition: transform 1s ease-in-out;
}

#productsSection .card-slider-box .slider .card-slide img {
    width: 100%;
    height: 100%;
    object-fit: fill;
}

#productsSection .card-slider-box .slider .card-slide.front {
    transform: translateY(0) scale(1);
    z-index: 3;
}

#productsSection .card-slider-box .slider .card-slide.middle {
    transform: translateY(-40px) scale(0.96);
    z-index: 2;
}

#productsSection .card-slider-box .slider .card-slide.back {
    transform: translateY(-80px) scale(0.92);
    z-index: 1;
}

/*------------------------------Blog Section Styles------------------------------*/
#blogSection .left-box .post-box  img{
    width: 120px;
    height: 120px;
    border-radius: 12px;
}

#blogSection .right-box h3,
#blogSection .left-box .post-box h3 {
    font-size: 16px;
    font-weight: 800;
    margin-bottom: .5rem;
}

#blogSection .right-box p,
#blogSection .left-box .post-box a p {
    font-size: 14px;
    line-height: 1.8;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#blogSection .left-box .post-box span {
    display: inline-block;
    color: rgba(212, 0, 46, 1);
    font-weight: 700;
    margin-bottom: .35rem;
    font-size: .9rem;
}

#blogSection .archive-link-box a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 170px;
    height: 48px;
    padding: 0 22px;
    border-radius: 8px;
    background: rgba(212, 0, 46, 1);
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    font-size: 14px;
    letter-spacing: .2px;
    border: none;
    box-shadow: 0 10px 24px rgba(255, 43, 91, .35);
    transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}

#blogSection .archive-link-box a:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(255, 43, 91, .5);
}

#blogSection .archive-link-box a:active {
    transform: translateY(0);
    box-shadow: 0 8px 18px rgba(255, 43, 91, .28);
}

/*------------------------------FAQ Section Styles------------------------------*/
#faqSection .faq-box .accordion .accordion-item {
    border: none !important;
    background: transparent;
}

#faqSection .faq-box .accordion .accordion-item .accordion-header .accordion-button {
    background: transparent;
    color: #000;
    font-weight: 600;
    box-shadow: none !important;
}

#faqSection .faq-box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: #e31b43;
}

#faqSection .faq-box .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: none !important;
    font-size: 20px;
    font-weight: bold;
    width: auto;
    height: auto;
    line-height: 1;
    margin-right: auto;
    content: "+";
    color: #000;
}

#faqSection .faq-box .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "-";
    color: #e31b43;
}

#faqSection .faq-box .accordion .accordion-item .accordion-body {
    color: #444;
    line-height: 2;
}

/*------------------------------Animation KeyFrames------------------------------*/
@keyframes ring-wiggle {
    0%,
    100% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(14deg);
    }

    20% {
        transform: rotate(-12deg);
    }

    30% {
        transform: rotate(10deg);
    }

    40% {
        transform: rotate(-8deg);
    }

    50% {
        transform: rotate(6deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    70% {
        transform: rotate(2deg);
    }

    80% {
        transform: rotate(-1deg);
    }

    90% {
        transform: rotate(0.5deg);
    }
}

@keyframes bounce {

    0%,
    100% {
        transform: translateY(0);
        animation-timing-function: ease-in;
    }

    50% {
        transform: translateY(-15px);
        animation-timing-function: ease-out;
    }
}

/*------------------------------Responsive Media Queries------------------------------*/
@media (max-width: 576px) {
    #navbarSection .navbar {
        padding-left: 12px;
        padding-right: 12px;
    }
    #sliderSection .carousel .carousel-inner .carousel-item .slide-layer img {
        height: 20rem;
    }
    #sliderSection .carousel,
    #sliderSection .carousel-item {
        height: auto;
        min-height: 600px;
    }
    #topButtonSection button img {
        right: 15px;
    }
    #navbarSection .navbar-nav .nav-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    #servicesSection .slider-wrap {
        padding-inline: 56px;
    }

    #servicesSection .srv-btn {
        inline-size: 40px;
        block-size: 40px;
    }

    #servicesSection .srv-btn img {
        width: 24px;
    }

    #servicesSection .slick-list::before,
    #servicesSection .slick-list::after {
        width: 18%;
        opacity: .95;
    }

    #sliderSection .adv-box {
        right: 4.5rem;
        top: 1rem;
    }

    #footer .footer-nav {
        text-align: center;
    }

    #footer .social-links-box .footer-text p {
        font-size: 0.7rem;
    }

    #sliderSection {
        background-size: 90%;
        background-position: center 155px;
    }

    #sliderSection .carousel .carousel-inner .carousel-item .slide-layer {
        padding-top: 10rem;
    }
}

@media (min-width: 577px) and (max-width: 767.98px) {

    #sliderSection .title-box h1 {
        font-size: 1.5rem;
    }

    #sliderSection .carousel,
    #sliderSection .carousel-item {
        min-height: 380px;
    }
    #sliderSection .carousel .carousel-inner .carousel-item .slide-layer img {
        height: 20rem;
    }
    #topButtonSection button img {
        right: 15px;
    }
    #sliderSection .carousel,
    #sliderSection .carousel-item {
        height: auto;
        min-height: 600px;
    }
    #sliderSection .carousel-item .slide-layer img {
        max-width: 85%;
        height: auto;
    }

    #sliderSection .adv-box {
        text-align: center;
        position: relative;
        order: -1;
        margin-bottom: 1rem;
        right: 4.5rem;
        top: 1rem;
    }

    #sliderSection .adv-box h3 {
        font-size: 1.1rem;
        line-height: 1.7;
        margin-bottom: .5rem;
    }

    #sliderSection .adv-box p {
        font-size: .95rem;
        margin-bottom: .5rem;
    }

    #sliderSection .adv-box .btn-details {
        display: none;
    }

    #sliderSection .mobile-cta .btn-details {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: .75rem 1rem;
        font-size: 1rem;
    }


    #sliderSection .carousel-caption {
        position: static !important;
        text-align: center !important;
        padding: 0.5rem 1rem;
        margin-top: 1rem;
        display: block !important;
    }

    #sliderSection .carousel-caption .custom-list {
        padding: 0;
        list-style: none;
    }

    #sliderSection .carousel-caption .custom-list li {
        font-size: 0.9rem;
        margin-bottom: 0.25rem;
    }


    #sliderSection {
        background-size: 90%;
        background-position: center 60px;
    }

    #sliderSection {
        background-size: 90%;
        background-position: center 155px;
    }

    #sliderSection .carousel .carousel-inner .carousel-item .slide-layer {
        padding-top: 10rem;
    }

}
