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

body {
    direction: rtl;
    background-color: #161616;
    font-family: yekan, bigerover, Georgia, 'Times New Roman', Times, serif;
    color: #f0f8ff;
    font-size: 14px !important;
}

@font-face {
    font-family: 'normalfa';
    src: url(fonts/Mj_Normal_0.ttf);
    font-weight: normal;
}

@font-face {
    font-family: 'yekan';
    src: url(fonts/Yekan), url(fonts/yekan.eot), url(fonts/yekan.woff);
    font-weight: normal;
}

@font-face {
    font-family: 'bigerover';
    src: url(fonts/bBigerOver.otf);
}

.container {
    scroll-behavior: smooth !important;
}

span {
    font-size: 14px !important;
}

li {
    list-style: none;
    display: inline-block;
    border-radius: 5px;
}

a {
    cursor: pointer !important;
}

.hrline {
    margin: 3rem 0;
}

/****** menu start ******/

.navbar {
    border-bottom: #e41313 solid 3px !important;
    background-color: #212121;
    position: -webkit-sticky;
    -webkit-scroll-behavior: smooth;
    scroll-behavior: smooth !important;
}

.menubar {
    display: flex;
    flex-direction: column !important;
    gap: 2rem;
    padding: 0;
}

.menubar li:first-child {
    margin-top: 2rem;
}

.menubar li {
    margin: .5rem 0rem;
    border-bottom: #f0f8ff 3px solid;
    padding-bottom: 0.5rem;
    font-size: 1.2rem;
    text-align: center;
    width: 50%;
}

.menubar li:hover {
    border-bottom: #e41313 3px solid;
}

.menubar-holder {
    background-color: #1d1d1df9;
    position: absolute;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 70%;
    height: 100%;
    transition: all .5s;
}

/****** right menu start ******/

.right-section {
    display: flex;
    align-items: center;
    height: 100%;
    width: 70%;
}

.right-section h1 {
    font-family: bigerover;
    font-size: 2rem;
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
}

#persianlogo {
    font-size: 2rem !important;
    font-family: yekan;
}

.right-section h1 span {
    font-family: bigerover;
    font-size: 1.8rem;
}

ul.top-menu {
    margin: 0 !important;
    margin-right: 2rem !important;
    height: 100%;
    padding: 0 !important;
}

a.menu-text {
    text-decoration: none;
    color: #f0f8ff;
    padding: .5rem 1rem;
    border-radius: 10px;
    transition: all 0.3s;
}

a.menu-text:hover {
    color: #e41313;
}

/****** left menu start ******/

.left-section {
    width: 30%;
    display: flex;
    justify-content: end;
    align-items: center;

}

.left-section #moonbtn {
    font-size: .8rem;
    padding: .55rem;
    background-color: #f0f8ff;
    color: #161616;
    border-radius: 50%;
    margin: 1rem;
    cursor: pointer;
}

.left-section #telegrambtn {
    font-size: 1.9rem;
    color: #f0f8ff;
    margin: 0;
    padding: 0;
}

/****** start slider ******/

.slider-holder {
    width: 100%;
}

.swiper {
    width: 100%;
    height: 300px;
    position: relative;
}

.swiper-slide {
    display: flex;
    font-family: normalfa;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 60px;
    z-index: 1000;
}

.parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-slide a {
    font-size: 18px !important;
    margin-top: 1rem;
    text-decoration: none;
    color: #f0f8ff;
    padding: 0.5rem 2rem;
    background-color: #e41313;
    border-radius: 20px;
    transition: all 0.5s;
}

.swiper-slide a:hover {
    background-color: #f0f8ff;
    color: #e41313 !important;
    transform: scale(1.05);
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

/****** start services ******/

.service-holder {
    margin-bottom: 3rem;
    font-size: 12px;
    display: block;
}

.service-holder h2 {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: yekan;
    font-size: 2rem;
    font-weight: bold;
}

.services {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.servicetitle {
    background-color: #212121;
    padding: .5rem 0;
    padding-bottom: 0.1rem;
    width: 35%;
    margin: 0 auto;
    border-radius: 20px;
    margin-bottom: 3rem;
    position: relative;
}

.servicetitle h2::after {
    content: "";
    width: 30%;
    height: 5px;
    background-color: #e41313;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 48%;
    right: 0%;
}

.servicetitle h2::before {
    content: "";
    width: 30%;
    height: 5px;
    background-color: #e41313;
    position: absolute;
    border-radius: 0 0 10px 10px;
    top: 48%;
    left: 0%;
}

.service {
    width: 30%;
    display: flex;
    gap: 1rem;
    background-color: #212121;
    padding: 1.5rem;
    border-radius: 10px;
    transition: all 0.5s;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

.service .icon {
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #e41313;
    /* border: #f0f8ff 2px solid; */
    color: #f0f8ff;
    padding: 0 2rem;
    border-radius: 10px;
    transition: all 0.5s;
}

.service:hover {
    transform: scale(1.1);
}

.service:hover .icon {
    background-color: #f0f8ff;
    color: #e41313;
}

.service-content h4 {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 1.1rem;
}

.service-content p {
    font-size: 12px;
}

/******* about swiper ********/

.about {
    width: 100%;
    scroll-snap-align: center;
}

.swiper1 {
    margin: 0 auto;
    width: 80%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.aboutheader {
    background-color: #212121;
    padding: 1rem 0;
    padding-bottom: 0.5rem;
    width: 35%;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 3rem
}

.aboutheader h2 {
    font-size: 1.6rem !important;
    font-weight: bold;
    position: relative;
}

.aboutheader h2::after {
    content: "";
    width: 30%;
    height: 5px;
    background-color: #e41313;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 38%;
    right: 0%;
}

.aboutheader h2::before {
    content: "";
    width: 30%;
    height: 5px;
    background-color: #e41313;
    position: absolute;
    border-radius: 0 0 10px 10px;
    top: 38%;
    left: 0%;
}

.about-slide {
    width: 100%;
    height: 100%;
    padding: 1.5rem 1.5rem;
    padding-top: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    background-color: #212121;
    color: #ffffff;
    font-size: 60px;
    border-radius: 10px;
    z-index: 1000;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75);
}

.about-slide h2 {
    font-family: yekan;
    font-size: 1.5rem;
    margin-bottom: 0 !important;
}

.about-slide p {
    font-size: 14px;
    margin: 0;
    font-family: yekan;
    text-align: justify;
}

.about-slide p span {
    display: block !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    margin-bottom: 1rem !important;
}

.about-slide p span:last-of-type {
    display: block !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    margin: 1rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    color: #f0f8ff;
}

.swiper-pagination-bullet {
    background-color: #e41313;
}

.swiper1-header {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #e41313;
    padding: .5rem 2rem;
    border-radius: 10px;
    margin-bottom: 1rem;
}

.swiper1-header i {
    font-size: 2rem;
    margin-right: .5rem;
}

.swiper1-header h2 {
    font-weight: bold;
    font-size: 1rem;
}

/******** start price ********/

.priceswiper {
    width: 100%;
    overflow: hidden;
    overflow-y: visible;
    position: relative;
}

.price-slide {
    background-color: #303030;
    background-color: #212121;
    border-radius: 10px;
    display: flex;
    width: 35%;
    justify-content: flex-start;
    overflow: hidden;
    /* Center slide text vertically */
    position: relative;
    transition: all 0.5s;
    box-shadow: 0 0 20px #141414;
}

.price-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    color: #f0f8ff;
    text-decoration: none;
    text-align: center !important;
}

.price-slide:hover {
    transform: scale(.90);
    cursor: pointer;
}

.price-slide.odd {
    background-color: #212121;
    background-color: #242424;
}

.price-slide.odd .order {
    background-color: #f0f8ff;
    color: #e41313;
    transition: all 0.5s;
}

.price-slide.odd .price-slide-header {
    background-color: #f0f8ff;
    color: #e41313;
}

.order {
    background-color: #e41313;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    cursor: pointer;
    transition: all 0.5s !important;
}

.order span {
    font-size: 1.2rem !important;
    margin: 0.5rem;
}

.order span:first-of-type {
    font-weight: bold;
}

.pricespan {
    margin-right: 0 !important;
}

.pricespan span {
    font-size: .7rem !important;
    margin-right: 0rem;
}

.order i {
    font-size: 1rem;
    margin-right: 0.5rem;
}

.priceswiper {
    margin: 0 auto;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.priceheader {
    background-color: #212121;
    padding: 1rem 0;
    padding-bottom: 0.5rem;
    width: 35%;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    margin-bottom: 3rem
}

.priceheader h2 {
    font-size: 1.6rem !important;
    position: relative;
    font-weight: bold;
}

.priceheader h2::after {
    content: "";
    width: 30%;
    height: 5px;
    background-color: #e41313;
    border-radius: 0 0 10px 10px;
    position: absolute;
    top: 38%;
    right: 0%;
}

.priceheader h2::before {
    content: "";
    width: 30%;
    height: 5px;
    background-color: #e41313;
    position: absolute;
    border-radius: 0 0 10px 10px;
    top: 38%;
    left: 0%;
}

.price-slide-header {
    background-color: #e41313;
    width: 100%;
    padding: 1rem;
    padding-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: flex-end;
    /* box-shadow: 0px 14px 11px -7px rgba(0, 0, 0, 0.87); */
}

.price-slide-header i {
    font-size: 1.5rem;
    margin-left: .6rem;
}

.price-slide-header h3 {
    font-size: 1.2rem;
    margin-bottom: 0;
    text-align: center;
    font-weight: bold !important;
    font-weight: 100;
}

.price-slide-price {
    display: flex;
    width: 70%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    border-bottom: #e41313 3px solid;
    padding-bottom: .6rem;
}

.price-slide-price h4 {
    font-size: 1.5rem !important;
    margin-left: 0.2rem;
}

.price-slide-price span {
    font-size: .5rem;
}

.price-slide-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 70%;
}

.price-slide-details span {
    padding: 1.2rem;
    font-size: .8rem !important;
    border-bottom: #e41313 solid 3px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.price-slide-details span:last-child {
    border-bottom: 0;
    padding-bottom: 1rem;
}

.price-slide-details span i {
    font-size: 1rem;
    margin-right: .8rem;
}

.price-holder {
    background-color: #212121;
    padding: 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-radius: 15px;
    flex-wrap: wrap;
    overflow: hidden;
}

.price-slide {
    background-color: #303030;
    background-color: #212121;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 30%;
    justify-content: flex-start;
    overflow: hidden;
    /* Center slide text vertically */
    position: relative;
    transition: all 0.5s;
    box-shadow: 0 0 20px #141414;
}


/*********** footer ***********/

.footer {
    background-color: #212121;
    padding: 2rem 0;
}

.footer-header {
    padding-bottom: 1rem;
    width: 20%;
    border-bottom: #e41313 solid 4px;
}

.contacts {
    margin-top: 2rem;
    width: 100%;
    display: flex;
    gap: 1.5rem;
    justify-content: space-between;
    align-items: center;
}

.telegram {
    background-color: #f0f8ff;
    color: #e41313;
    padding: 0.5rem 1rem;
    transition: all 1s;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.telegram i {
    font-size: 1.5rem;
    transition: 0.5s all;
    margin-left: .5rem;
}

.telegram a {
    color: #e41313;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.5s all;
    font-family: yekan;
}

.telegram a span {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem !important;
    font-weight: bold;
}

.admin {
    background-color: #f0f8ff;
    color: #e41313;
    padding: 0.5rem 1rem;
    transition: all 1s;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin i {
    font-size: 1.5rem;
    transition: 0.5s all;
    margin-left: .5rem;
}

.admin a {
    color: #e41313;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.5s all;
    font-family: yekan;
}

.admin a span {
    font-family: yekan;
    font-family: 1rem;
    font-weight: bold;
}

.robot {
    background-color: #f0f8ff;
    color: #e41313;
    padding: 0.5rem 1rem;
    transition: all 1s;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.robot i {
    font-size: 1.5rem;
    transition: 0.5s all;
    margin-left: .5rem;
}

.robot a {
    color: #e41313;
    text-decoration: none;
    font-size: 1rem;
    transition: 0.5s all;
    font-family: yekan;
}

.robot a span {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1rem !important;
    font-weight: bold;
}

.contacts div:hover {
    background-color: #e41313;
    transform: scale(0.9);
}

.contacts div a {
    transition: all 0.5s;
}

.contacts div:hover i {
    color: #f0f8ff;
}

.contacts div:hover a {
    color: #f0f8ff;
}


.scrolltop {
    position: fixed;
    right: 2.5rem;
    bottom: 2.5rem;
    padding: .3rem .45rem;
    padding-bottom: .1rem;
    z-index: 1000;
    opacity: 0;
    background-color: #f0f8ff;
    box-shadow: 0 0 20px rgb(30, 30, 30);
    color: #141414;
    border-radius: 50%;
    transition: opacity .5s;
}

.scrolltop.active {
    opacity: 1;
}

.scrolltop i {
    font-size: 1.5rem;
}

.mainmenu {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    overflow: hidden;
}

#menu-icon-holder {
    cursor: pointer;
    display: none;
    transition: all 0.5s;
    width: 20%;
}

.menuicon:hover {
    color: #e41313;
}

.designer-holder {
    width: 100%;
}

.designer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: .5rem !important;
    padding-bottom: 0rem !important;
    color: #f0f8ff;
}

.designer a {
    color: #f0f8ff;
    text-decoration: none;
    transition: 0.5s all;
}

.designer a h5 {
    font-size: .8rem !important;
}

.designer a:hover {
    color: rgb(255, 213, 0);
    text-decoration: none;
}

#moeinrmz {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: bold;
    font-size: .8rem !important;
    margin: .5rem;
    margin: 0 !important;
    position: relative;
}



/*************************** media query ***************************/


@media only screen and (max-width: 800px) {
    .services {
        width: 100%;
        flex-direction: column;
        padding: 0 1rem;
        gap: 1.5rem;
    }

    #persianlogo {
        font-size: 1.8rem !important;
    }

    .mainmenu {
        flex-direction: row-reverse;
    }

    .scrolltop.active {
        opacity: 1;
    }

    .left-section {
        display: none;
    }

    .menubar-holder {
        width: 70%;
        height: 50vh;
        transition: all 0.5s;
    }

    .menubar-holder.active {
        visibility: visible;
        opacity: 1;
    }

    .menubar-holder ul {
        margin-right: 0;
    }

    .menubar-holder ul li {
        width: 60%;
        margin: 0 auto;
    }

    #menu-icon-holder {
        display: flex;
        justify-content: start;
        padding-right: 1rem;
        align-items: center;
    }

    .right-section {
        width: 80%;
        justify-content: flex-end;
    }

    .right-section h1 {
        font-size: 1.5rem;
        margin: 0 !important;
        padding: 1rem 0 !important;
    }

    .service {
        width: 100%;
    }

    .top-menu {
        display: none;
    }

    .service-content h4 {
        font-size: 1rem;
    }

    .price-holder {
        flex-direction: column;
    }

    .price-slide {
        width: 100%;
    }

    .swiper1 {
        height: 450px;
    }

    .swiper1-header {
        width: 100%;
        padding: 1rem .5rem;
    }

    .swiper1-header i {
        font-size: 1rem !important;
    }

    .aboutheader,
    .priceheader,
    .servicetitle {
        width: 100% !important;
    }

  	.about-slide p span {
    display: block !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    margin-bottom: 1rem !important;
}

.about-slide p span:last-of-type {
    display: block !important;
    font-size: 1rem !important;
    font-weight: bold !important;
    margin: 1rem !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
    color: #f0f8ff;
}
  
    .swiper-slide h2,
    .swiper-slide h3 {
        font-size: 1rem;
    }

    .contacts {
        flex-direction: column;
    }

    .footer-header {
        width: 100%;
    }

    .robot,
    .admin,
    .telegram {
        width: 100%;
    }
}