﻿@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Iransans/IRANSansWeb.eot);
    src: url(../fonts/Iransans/IRANSansWeb.woff) format('woff'), url(../fonts/Iransans/IRANSansWeb.woff2) format('woff2'), url(../fonts/Iransans/IRANSansWeb.ttf) format('truetype'); /* corrected format */
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Iransans/IRANSansWeb_Bold.eot);
    src: url(../fonts/Iransans/IRANSansWeb_Bold.woff) format('woff'), url(../fonts/Iransans/IRANSansWeb_Bold.woff2) format('woff2'), url(../fonts/Iransans/IRANSansWeb_Bold.ttf) format('truetype'); /* corrected format */
}

body {
    font-family: IRANSans !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: IRANSans !important;
}
p {
    text-align:justify;
}
.header {
    direction: rtl;
}
:root {
    --primary-color: #800000; /* زرشکی تیره */
    --secondary-color: #FFD700; /* طلایی روشن */
    --light-color: #f8f9fa; /* خاکستری خیلی روشن */
    --dark-color: #343a40; /* خاکستری تیره */
}

/*** Spinner Start ***/
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner img {
        width: 70px;
        height: 70px;
    }

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

/*** Spinner End ***/

.back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50%;
}

.btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--primary-color);
}

    .btn.btn-primary:hover {
        box-shadow: inset 300px 0 0 0 var(--light-color) !important;
        color: var(--primary-color) !important;
    }

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--secondary-color);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--secondary-color);
    color: var(--light-color) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title {
    max-width: 900px;
    text-align: right;
    margin: 0 auto;
    color: var(--primary-color);
    font-weight:900;
}
.section-title .sub-style {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
}

.sub-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
}

    .sub-title::before {
        content: "";
        width: 100px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-right: 90px;
        border: 1px solid var(--primary-color) !important;
    }

    .sub-title::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: 8px;
        margin-right: 90px;
        border: 1px solid var(--primary-color) !important;
    }
 /**************************/

.section-title1 {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    color: var(--primary-color);
    font-weight: 900;
}
    .section-title1 .sub-style {
        position: relative;
        display: inline-block;
        text-transform: uppercase;
        color: var(--primary-color);
    }

        .section-title1 .sub-style::before {
            content: "";
            width: 100px;
            position: absolute;
            top: 48%;
            left: 0;
            transform: translateY(-50%);
            margin-top: 8px;
            margin-left: -104px;
            border: 1px solid var(--primary-color) !important;
        }

        .section-title1 .sub-style::after {
            content: "";
            width: 50px;
            position: absolute;
            top: 48%;
            left: 0;
            transform: translateY(-50%);
            margin-bottom: 5px;
            margin-left: -55px;
            border: 1px solid var(--primary-color) !important;
        }

.sub-title1 {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: var(--primary-color);
}

    .sub-title1::before {
        content: "";
        width: 100px;
        position: absolute;
        top: 52%;
        right: 0;
        transform: translateY(-50%);
        margin-top: 8px;
        margin-right: -105px;
        border: 1px solid var(--primary-color) !important;
    }

    .sub-title1::after {
        content: "";
        width: 50px;
        position: absolute;
        top: 52%;
        right: 0;
        transform: translateY(-50%);
        margin-bottom: 8px;
        margin-right: -55px;
        border: 1px solid var(--primary-color) !important;
    }



/*** Topbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--primary-color) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--secondary-color) !important;
}


@media (max-width: 576px) {
    .topbar {
        display: none;    
    }
}
/*** Topbar End ***/


/*** Navbar ***/
.navbar-light .navbar-nav .nav-link {
    font-family: IRANSans !important;
    position: relative;
    margin-right: 25px;
    padding: 35px 0;
    color: var(--dark-color) !important;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color: var(--dark-color) !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary-color) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--light-color) !important;
    transition: .5s;
    opacity: 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position: relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border: 1px solid var(--primary-color);
        color: var(--primary-color);
    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
        margin-left: 0;
        color: var(--dark-color) !important;
    }

    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

@media (min-width: 992px) {
    .navbar-light {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index: 999;
    }
    
    .sticky-top.navbar-light {
        position: fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        bottom: -1px;
        left: 50%;
        background: var(--primary-color);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left: 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}
/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative; 
}

.header-carousel .owl-nav .owl-prev {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position: absolute;
    width: 70px;
    height: 70px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    background: var(--primary-color);
    color: var(--bs-white);
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color: var(--primary-color) !important;
}

@media (max-width: 576px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top: 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }
 
}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 95px;
    display: block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {
    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }

}

@media (min-width: 992px) {
    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 100px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width: 75%;  
}

.header-carousel .header-carousel-item h5,h4{
    font-family: IRANSans !important;
}
/*** Carousel Hero Header End ***/

/*** Facts ***/
.fact-item {
    font-family:IRANSans !important;
}
.fact-item .fact-icon {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-bottom: 1.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    border-radius: 120px;
    transition: .5s;
}

.fact-item:hover .fact-icon {
    background: var(--secondary-color);
}

.fact-item .fact-icon i {
    color: var(--primary-color);
    transition: .5;
}

.fact-item:hover .fact-icon i {
    color: #FFFFFF;
}

/*Contact Us*/
.info-item {
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 20px 0 30px 0;
}

    .info-item i {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 56px;
        height: 56px;
        font-size: 24px;
        line-height: 0;
        color: var(--primary);
        border-radius: 50%;
        border: 2px dotted var(--dark);
    }

    .info-item h3 {
        font-size: 20px;
        color: #6c757d;
        font-weight: 700;
        margin: 10px 0;
    }

    .info-item p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }



/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}
/*** Single Page Hero Header End ***/


/*** Service ***/
.service-item .bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.service-item .service-text {
    background: var(--light-color);
    transition: .5s;
}

.service-item:hover .service-text {
    background: rgba(0, 0, 0, .7);
}

.service-item * {
    transition: .5;
}

.service-item:hover * {
    color: #FFFFFF;
}

.service-item .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    color: var(--dark-color);
    background: #FFFFFF;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
}

.service-item:hover .btn {
    width: 140px;
}

/*** Service ***/

.services .service-item {
    padding: 40px;
    background: #fff;
    height: 100%;
}

    .services .service-item .icon {
        width: 48px;
        height: 48px;
        position: relative;
        margin-bottom: 50px;
    }

        .services .service-item .icon i {
            color: var(--color-secondary);
            font-size: 40px;
            transition: ease-in-out 0.3s;
            z-index: 2;
            position: relative;
            line-height: 1.8;
        }

        .services .service-item .icon:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 100%;
            background: #f0f1f2;
            border-radius: 50px;
            z-index: 1;
            top: 10px;
            right: -15px;
            transition: 0.3s;
        }

    .services .service-item h3 {
        color: var(--primary-color);
        font-weight: 700;
        margin: 0 0 20px 0;
        padding-bottom: 8px;
        font-size: 22px;
        position: relative;
        display: inline-block;
        border-bottom: 4px solid #ebebed;
        transition: 0.3s;
        font-family: IRANSans !important;
    }

    .services .service-item p {
        line-height: 24px;
        font-size: 16px;
        margin-bottom: 0;
        font-family: IRANSans !important;
        direction: rtl;
        color:#000000;
    }

    .services .service-item .readmore {
        margin-top: 15px;
        display: inline-block;
        color: var(--primary-color);
        font-family: IRANSans !important;
    }

    .services .service-item:hover .icon:before {
        background: var(--primary-color);
    }

    .services .service-item:hover h3 {
        border-color: var(--primary-color);
        font-family: IRANSans !important;
    }

/*service page*/
.services-cards {
    direction: rtl;
    font-family: IRANSans !important;
}

    .services-cards h3 {
        font-family: IRANSans !important;
        font-size: 16px;
        font-weight: 900;
    }

    .services-cards p {
        text-align: justify;
        font-family: IRANSans !important;
        color:#000000;
    }

#alt-services-2 {
    direction: rtl;
}

    #alt-services-2 .justify-content-center h3 {
        text-align: right;
        font-family: IRANSans !important;
    }

        #alt-services-2 .justify-content-center h3:after {
            width: 400px;
            left: 0;
        }

    #alt-services-2 .justify-content-center p {
        text-align: justify;
        font-family: IRANSans !important;
        direction: rtl;
        margin-bottom: 10px;
        line-height: 2rem;
        color: #000000;
    }

    #alt-services-2 .justify-content-center ul li {
        padding: 5px 0;
        display: flex;
        text-align: justify;
    }

    #alt-services-2 .justify-content-center ul i {
        font-size: 20px;
        color: var(--color-primary);
        margin-left: 6px;
        text-align: justify;
    }

    #alt-services-2 .img-bg {
        border-radius: 15px;
    }
    #alt-services-2 .features-image img{
        border-radius:20px;
    }

    /*** About Start ***/
    .about .about-img {
        position: relative;
        overflow: hidden;
        height: 100%;
        border-radius: 10px;
    }

.about .about-img .about-img-inner {
    position: absolute;
    right: 0; 
    bottom: 0; 
    border: 10px solid; 
    border-color: var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position: absolute;
    top: 125px; 
    left: -125px; 
    transform: rotate(-90deg);
    background: transparent;
    color: var(--bs-primary);
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 4px;
}
.about p {
    color: #8d8d8d;
}
.icon-box {
    margin-top: 15px;
}

    .icon-box i {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--primary-color);
        margin-right: 25px;
        font-size: 28px;
        width: 56px;
        height: 56px;
        border-radius: 4px;
        line-height: 0;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
        background-color: #fff;
        transition: 0.3s;
    }

    .icon-box:hover i {
        background-color: var(--primary-color);
        color: #fff;
    }

    .icon-box h4 {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 18px;
        margin-right: 20px;
    }

        .icon-box h4 a {
            color: #000;
            transition: 0.3s;
        }

            .icon-box h4 a:hover {
                color: var(--primary-color);
            }

    .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
        margin-right: 20px;
    }

/*** About End ***/

/*** About & Feature ***/
.feature-img {
    position: relative;
    height: 100%;
    min-height: 400px;
}

    .feature-img img {
        position: absolute;
        width: 60%;
        height: 80%;
        object-fit: cover;
    }

        .feature-img img:last-child {
            margin: 20% 40% 0 40%;
        }

    .feature-img::before {
        position: absolute;
        content: "";
        width: 60%;
        height: 80%;
        top: 10%;
        right: 20%;
        border: 5px solid var(--primary-color);
        z-index: -1;
    }
.about_pic img {
    width: 100%;
    -webkit-transition: transform 0.9s ease;
    -o-transition: transform 0.9s ease;
    -moz-transition: transform 0.9s ease;
    transition: transform 0.9s ease;
}

.Pic_Border {
    position: relative;
    z-index: 1;
}

    .Pic_Border::before {
        bottom: -21px;
        left: 23px;
    }

    .Pic_Border::before {
        content: "";
        display: block;
        position: absolute;
        z-index: -1;
        width: 100%;
        height: 100%;
        border: 3px solid var(--primary-color);
    }

/*** order registration Start ***/
.Order {
    background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

    .Order .Order-form {
        background: rgba(239, 162, 134, 0.3);
    }

    .Order .Ordert-form .btn.btn-primary {
        box-shadow: inset 0 0 0 0 var(--primary-color);
    }

    .Order .Order-form .btn.btn-primary:hover {
        box-shadow: inset 600px 0 0 0 var(--light-color) !important;
        color: var(--primary-color) !important;
    }
/*** Youtube Video start ***/
.video {
    position: relative;
}

.video .btn-play {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: content-box;
    display: block;
    width: 33px;
    height: 44px;
    border-radius: 50%;
    transition: 0.5s;
    

}

.video .btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 115px;
    height: 115px;
    background: var(--primary-color);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
    transition: 0.5s;
}

.video .btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border-radius: 50%;
    transition: all 300ms;
}

.video .btn-play span {
    display: block;
    position: relative;
    z-index: 3;
    width: 0;
    height: 0;
    border-left: 33px solid var(--bs-white);
    border-top: 22px solid transparent;
    border-bottom: 22px solid transparent;
    margin-left: 5px;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

#videoModal {
    z-index: 99999;
}

#videoModal .modal-dialog {
    position: relative;
    max-width: 800px;
    margin: 60px auto 0 auto;
}

#videoModal .modal-body {
    position: relative;
    padding: 0px;
}

#videoModal .close {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    top: -30px;
    z-index: 999;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    background: #000000;
    opacity: 1;
}
/*** Youtube Video End ***/
/*** order registration End ***/


/*** Blog Start ***/
.blog .blog-item .blog-img {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.blog .blog-item .blog-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    transition: 0.5s;
}

.blog .blog-item .blog-img img {
    transition: 0.5s;
}

.blog .blog-item .blog-img:hover img {
    transform: scale(1.3);
}

.blog .blog-item:hover .blog-img::after {
    background: rgba(210, 0, 35, 0.2);
}

.blog .blog-item .blog-content {
    background: var(--light-color);
    border: 1px solid var(--primary-color);
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.blog .blog-content .blog-title {
    text-align: center;
    font-weight: 900;
    color: var(--primary-color);
}
.blog .blog-content p {
    text-align: justify;
    font-family: IRANSans;
}
/*** Blog End ***/
/*** Contact Start ***/
.contact .info-item {
    padding: 20px 0 30px 0;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

    .contact .info-item i {
        font-size: 20px;
        color: var(--secondary-color);
        width: 56px;
        height: 56px;
        font-size: 24px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 4px;
        transition: all 0.3s ease-in-out;
        border-radius: 50%;
        border: 2px dotted color-mix(in srgb, var(--secondary-color), transparent 40%);
    }

    .contact .info-item h3 {
        font-size: 20px;
        font-size: 18px;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-item p {
        padding: 0;
        margin-bottom: 0;
        font-size: 14px;
    }


/*** Header ***/
.silde-inner-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .5);
}
.page-header {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/Header.jpg) center center no-repeat;
    background-size: cover;
}

    .page-header .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
    }

    .page-header .breadcrumb-item,
    .page-header .breadcrumb-item a {
        font-size: 18px;
        color: #ffffff;
    }
/*** Project ***/
.project .nav .nav-link {
    background: var(--light-color);
    transition: .5s;
}

    .project .nav .nav-link.active {
        background: var(--primary-color);
    }

        .project .nav .nav-link.active h3 {
            color: #FFFFFF !important;
        }



.footer {
    background: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(../img/footer.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .footer .footer-item img {
        line-height: 20px;
    }
    .footer  h5,h4, h3{
        font-family: IRANSans !important;
    }

    .footer .footer-item p {
        line-height: 30px;
        text-align: justify;
    }

    .footer .footer-item a:hover {
        letter-spacing: 2px;
        color: var(--primary-color);
    }
    .footer .footer-content h4 {
        font-size: 16px;
        font-weight: 600;
        color: #fff;
        position: relative;
        padding-bottom: 12px;
    }

    .footer .footer-links {
        margin-bottom: 30px;
    }

        .footer .footer-links ul {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .footer .footer-links ul li {
                padding: 8px 0;
            }

                .footer  .footer-links ul li:first-child {
                    padding-top: 0;
                }

            .footer .footer-links ul a {
                color: #ffffff;
                transition: 0.3s;
                display: inline-block;
                line-height: 1;
            }

                .footer .footer-links ul a:hover {
                    color: #fff;
                }

    .footer .btn.btn-link {
        display: block;
        margin-bottom: 5px;
        padding: 0;
        text-align: left;
        color: #ffffff;
        font-weight: normal;
        text-transform: capitalize;
        transition: .3s;
    }

        .footer .btn.btn-link::before {
            position: relative;
            content: "\f105";
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            color: var(--primary);
            margin-right: 10px;
        }

        .footer .btn.btn-link:hover {
            color: var(--primary);
            letter-spacing: 1px;
            box-shadow: none;
        }

    .footer .form-control {
        border-color: #777777;
    }

    .footer .copyright {
        padding: 25px 0;
        font-size: 15px;
        border-top: 1px solid rgba(256, 256, 256, .1);
        direction: rtl;
    }

        .footer .copyright a {
            color: var(--primary);
        }

            .footer .copyright a:hover {
                color: var(--light);
            }

.container-fluid .me-6 {
    height: 90%;
    border-radius: 50px;
}

/*** Footer End ***/

/*** copyright Start ***/
.copyright {
    background: var(--bs-dark) !important;
}
/*** copyright end ***/

/*** Packages Start ***/
.packages .packages-item .packages-img {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    z-index: 1;
}

    .packages .packages-item .packages-img .packages-info {
        background: rgba(0, 0, 0, .3);
    }

        .packages .packages-item .packages-img .packages-info small,
        .packages .packages-item .packages-img .packages-info small i {
            color: var(--white);
            transition: 0.5s;
        }

    .packages .packages-item .packages-img::after {
        position: absolute;
        content: "";
        width: 0;
        height: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        border: 0px solid;
        border-radius: 10px !important;
        visibility: hidden;
        transition: 0.7s;
        z-index: 3;
    }

    .packages .packages-item .packages-img:hover.packages-img::after {
        width: 100%;
        height: 100%;
        border: 300px solid;
        border-color: rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6) rgba(19, 53, 123, 0.6);
        visibility: visible;
    }

    .packages .packages-item .packages-img small,
    .packages .packages-item .packages-img small i {
        transition: 0.5s;
    }

    .packages .packages-item .packages-img:hover small,
    .packages .packages-item .packages-img:hover small i {
        color: var(--white) !important;
    }

    .packages .packages-item .packages-img img {
        transition: 0.5s;
    }

    .packages .packages-item .packages-img:hover img {
        transform: scale(1.3);
    }

    .packages .packages-item .packages-img .packages-price {
        position: absolute;
        width: 100px;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        display: inline-block;
        background: var(--bs-warning);
        color: var(--white);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        z-index: 5;
    }

.packages .packages-carousel {
    position: relative;
}

    .packages .packages-carousel .owl-nav .owl-prev {
        position: absolute;
        top: -50px;
        left: 0;
        padding: 5px 30px;
        border: 1px solid var(--dark);
        border-radius: 30px;
        transition: 0.5s;
    }

    .packages .packages-carousel .owl-nav .owl-next {
        position: absolute;
        top: -50px;
        right: 0;
        padding: 5px 30px;
        border: 1px solid var(--dark);
        border-radius: 30px;
        transition: 0.5s;
    }

        .packages .packages-carousel .owl-nav .owl-prev i,
        .packages .packages-carousel .owl-nav .owl-next i {
            color: var(--dark);
            font-size: 17px;
            transition: 0.5s;
        }

        .packages .packages-carousel .owl-nav .owl-prev:hover,
        .packages .packages-carousel .owl-nav .owl-next:hover {
            background: var(--dark);
        }

            .packages .packages-carousel .owl-nav .owl-prev:hover i,
            .packages .packages-carousel .owl-nav .owl-next:hover i {
                color: #ffffff;
            }
/*** Packages End ***/