/* با حذف کدهای بلااستفاده در CSS می‌تواند تا حد زیادی باعث افزایش سرعت وب سایت شما شود.
 خوشبختانه مرورگر کروم قابلیت ویژه ای را در اختیار ما میگذارد که می توانیم از آن 
 برای پیدا کردن کد های بلااستفاده بهره ببریم. از منوی
 Developer زیر منوی Developer Tools را انتخاب کنید سپس به سربرگ Sources رفته
 و ترکیب کلیدهای کنترل ، شیفت و p را بفشارید.
 اکنون Show Coverage را تایپ کرده و این دستور را اجرا کنید.
 در این حالت مرورگر کروم به شما قسمت هایی از فایل های
 css که استفاده نمی شوند را نمایش میدهد. */
 /* https://autoprefixer.github.io/ */
html{
    scroll-behavior: smooth;
    direction: rtl;
}
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-family: 'IRANSansWeb', Arial, Helvetica, sans-serif;
}
/* *::-moz-selection {
    content: none;
}
*::selection {
    content: none;
} */
a:link {
    color: #0000a0;
    text-decoration: none;
}

a:visited {
    color: #7cb1ff;
}

a:active {
    color: #ff0000;
}
hr{
    width: 90%;
    height: 10px;
    border-radius: 5px;
    background-color: #00000050;
    margin: 5px auto;
}
.blink {
    animation: blinker 1.5s linear infinite;
}
@keyframes blinker {
    50% {
        opacity: 0;
    }
}
.border{
    border: 2px solid #00000030;
    border-radius: 5px;
}

/* a{
    display: block;
    width: 100%;
} */
/* li a {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: inherit;
  margin: 0 var(--spacing, 0px);
  transition: margin 0.25s;
} */
/* li a:hover {
  --spacing: 0px;
  --stroke: var(--line-active);
  --stroke-delay: 0.1s;
  --offset: 180px;
} */

dt {
    font-weight: bold;
}

dd {
    margin-right: 30px;
    text-align: justify;
}

.position-relative{
    position: relative;
}

.position-absolute-footer{
    position:absolute;
    top: 0;
    text-align: left;
}
.position-absolute{
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 10px;
}
.mainMenu {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #cccccc;
    -webkit-box-shadow: 0 0 15px 1px #000000;
            box-shadow: 0 0 15px 1px #000000;
    z-index: 100;
}
.nav{
    padding: 0;
}
.nav a{
    font-weight: bold;
    color: #000000;
    margin: 10px;
    padding: 5px 10px;
}
.nav a:hover{
    border-radius: 100%;
    background-color: #009500;
}
.slider{
    width: 100%;
    height: auto;
    background-image: url('../images/1200-02.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.slider__info, .newOffer__info{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.title{
    color: #000000;
    width: fit-content;
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 20px auto;
    padding: 7px;
    border: #000000 solid;
    border-radius: 7px;
    box-shadow: 2px 2px 2px 2px #000000;
}
.slider__info__title1, .slider__info__title2, .slider__info__desc,
.about-us__title1, .about-us__title2, .about-us__desc, .about-us__service__title, .about-us__service__desc,
.newOffer__title1, .newOffer__title2,
.portfolioSec__title1, .portfolioSec__title2,
.testimonial__title1, .testimonial__title2,
.latestNews__title1, .latestNews__title2,
.sendMsg__title1, .sendMsg__title2,
.locationAddress__title1, .locationAddress__title2{
    color: #000000;
    border-radius: 5px;
    padding: 5px;
    margin: 10px;
    text-align: center;
    text-shadow: 0 3px 3px #ffffff;
}
.slider__info__desc{
    margin: 0 !important;
}
.slider__info__title2{
    margin-bottom: 20px !important;
}
.slider__info__more{
    margin-top: 20px !important;
}
.slider__info__title1,
.about-us__title1, .about-us__service__title,
.newOffer__title1,
.portfolioSec__title1,
.testimonial__title1,
.latestNews__title1,
.sendMsg__title1,
.locationAddress__title1{
    font-size: 1.2rem;
    font-weight: bold;
    color: #ff8c00;
}
.slider__info__title2,
.about-us__title2,
.newOffer__title2,
.portfolioSec__title2,
.testimonial__title2,
.latestNews__title2,
.sendMsg__title2{
    font-size: 2rem;
    font-weight: bold;
}
.locationAddress__title2{
    font-size: 1.2rem;
    font-weight: bold;
}
.slider__info__desc,
.about-us__desc, .about-us__service__desc,
.testimonial__desc{
    font-size: 1rem;
    
}
.about-us__desc, .about-us__service__desc{
    color: #00000080;
    padding-top: 0 !important;
    margin-top: 0 !important;
}
aside, .fullDate, .latestNews__desc{
    padding-top: 0 !important;
    margin-top: 0 !important;
}
.slider__info a{
    color: #ffffff;
}
.slider__info__arrows__left,
.testimonial__arrows__left{
    margin-right: 70px;
}
.slider__info__arrows__right,
.testimonial__arrows__right{
    margin-left: 70px;
}
.slider__info__desc{
    margin: 10px 5%;
}
.about-us,
.sp-offers,
.latestNews,
.testimonial,
.portfolioSec,
.sendMsg,
.locationAddress{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.about-us__service{
    text-align: center;
}

.about-us__service__img__bg-shape{
    background-image: url('../images/icons/backgroundshape.png');
    padding: 28px;
    background-repeat:round;
    transition-duration: 1s;
}
.about-us__service__img__bg-shape:hover{
    transform:rotateY(180deg);
}
.sp-offers{
    text-align: center;
    color: #ffffff;
}
.sp-offers__offer{
    border: 10px solid #ffffff;
    border-radius: 20px;
    background-color: #616161;
}
.sp-offers__offer:hover{
    transition-duration: 1s;
    background-color: #61616150;
}
.sp-offers__desc{
    opacity: .7;
}
.sp-offers__offer h2, .sp-offers__offer div, .sp-offers__offer p{
    margin: 30px 20px;
}
.newOffer{
    width: 98vw;
    height: 50vh;
    background-image: url('../images/strawbery-pancake-02.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.newOffer__info a{
    color: #ffffff;
    font-weight: bold;
}
.portfolioSec__types,
.latestNews__sides{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.portfolioSec__types a{
    margin-bottom: 10px;
    color: #ffffff;
}
.portfolioSec__type{
    border-radius: 5px;
    max-width: 300px;
    box-shadow: 0 0 10px 2px #ffc0cb;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 10px 20px;
    background: rgb(255,0,0);
background: -moz-radial-gradient(circle, rgba(255,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
background: -webkit-radial-gradient(circle, rgba(255,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
background: radial-gradient(circle, rgba(255,0,0,0.5) 0%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ffffff",GradientType=1);
}
.portfolioSec__types img{
    width: 100%;
    height: 100%;
}
.portfolioSec__type__nameOnImg{
    display: none;
    justify-content: center;
    align-items: center;
    top: 15%;
    color: #ffffff;
}
.testimonial{
    width: 100%;
    height: auto;
    background-image: url('../images/fiveStars.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.fullDate{
    font-size: 1.5rem;
    font-weight: bold;
    color: #00158b;
}

.sendMsg__form{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* background-image: url('../images/background-02.png');
    background-repeat: no-repeat;
    background-size:cover;
    border-radius: 10px;
     */
}
.sendMsg__form input[type=text],
input[type=email] {
  width: 100%;
  height: 40px;
  border: none;
  border-bottom: 2px solid #eee;
  padding: 10px;
  /* margin: 5px 10px; */
}

.sendMsg__form input[type=text]:focus,
input[type=email]:focus {
  outline: none;
  border-bottom: 2px solid #ff0000;
}

textarea {
  display: block;
  width: 100%;
  min-height: 100px;
  border: none;
  border-bottom: 2px solid #eee;
  padding: 10px;
  margin-bottom: 15px;
}

textarea:focus {
  border-bottom: 2px solid #ff0000;
  outline: none;
}
.footer{
    width: 95%;
    margin: 10px auto;
    border-radius: 5px;
    background: rgb(255,0,0);
    background: -moz-linear-gradient(0deg, rgba(255,0,0,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,0,0,0.5) 100%);
    background: -webkit-linear-gradient(0deg, rgba(255,0,0,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,0,0,0.5) 100%);
    background: linear-gradient(0deg, rgba(255,0,0,0.5) 0%, rgba(255,255,255,0) 50%, rgba(255,0,0,0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ff0000",endColorstr="#ff0000",GradientType=1);
}
.footer div>ul>li{
    list-style: none;
}
.copy-rights-info{
    text-align: center;
    color: #000000;
    font-size: 0.8rem;
    margin: 10px;
}
#goToTop img {
    position: fixed;
    right: 5px;
    bottom: 5px;
    width: 24px;
    height: 24px;
    z-index: 10;
}
mark{
    border-radius: 5px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #ffffff;
}
.btn {
    border: none;
    border-radius: 5px;
    margin: 5px;
    padding: 5px 10px;
    font-weight: bold;
    -webkit-box-shadow: 0 0 5px 1px #ffffff;
            box-shadow: 0 0 5px 1px #ffffff;
    text-align: center;
}

.content-btn {
    background: -webkit-gradient(linear, left top, right top, from(#000428), color-stop(50%, #0088ff), to(#000428));
    background: -o-linear-gradient(left, #000428 0%, #0088ff 50%, #000428 100%);
    background: linear-gradient(90deg, #000428 0%, #0088ff 50%, #000428 100%);
    min-width: 120px;
    height: auto;
    padding: 5px 15px;
    color: #FFFFFF;
}
.content-btn a{
    color: #FFFFFF;
}
fieldset{
    border: none;
    border-radius: 5px;
    width: 95%;
    padding: 10px;
}
.about-us>fieldset, .sp-offers>fieldset, .portfolioSec>fieldset, .testimonial>fieldset,
.latestNews>fieldset, .sendMsg>fieldset, .locationAddress>fieldset{
    box-shadow: inset 0 0 50px 0 #ff000050;
}
.locationAddress>fieldset fieldset{
    border: 2px solid #00000050;
    justify-content: center;
}
legend{
    margin: 0 auto;
    font-weight: bold;
}
.content-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#0088ff), color-stop(50%, #000428), to(#0088ff));
    background: -o-linear-gradient(left, #0088ff 0%, #000428 50%, #0088ff 100%);
    background: linear-gradient(90deg, #0088ff 0%, #000428 50%, #0088ff 100%);
}
.overfow-hidden {
    overflow: hidden;
}

.v-a-middle {
    vertical-align: middle;
}

.v-a-bottom {
    vertical-align: bottom;
}

.d-flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.j-c-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.j-c-space-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

.j-c-space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.j-c-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
}
.a-i-flex-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.a-i-flex-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.a-i-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.a-i-stretch{
    align-items: stretch;
}
.a-c-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.flex-nowarp {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}

.flex-fill {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    flex-basis: -moz-available;
}

.flex-g-1 {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
            flex-grow: 1;
}

.flex-g-2 {
    -ms-flex-positive: 2;
    -webkit-box-flex: 2;
            flex-grow: 2;
}

.flex-s-1 {
    -ms-flex-negetive: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
}

.flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
}
.flex-d-col-reverse{
    flex-direction: column-reverse;
}
.flex-d-col{
    flex-direction: column;
}
.w-fit {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.h-fit{
    height: fit-content;
}
.h-auto {
    height: auto;
}

.w-100per{
    width: 100%;
}

.border-r-7 {
    border-radius: 7px;
}

.border-2-black {
    border: 2px solid #000000;
}

.border-2-white {
    border: 2px solid white;
}

.box-shadow-4side-black {
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
            box-shadow: 0px 0px 10px 0px #000000;
}

.bg-color-transparent {
    background-color: transparent;
}

.bg-color-d-gray{
    background-color: #727272;
}

.bg-color-l-gray{
    background-color: #eeeeee;
}

.bg-color-l-blue{
    background-color: #7cb1ff;
}

.bg-color-red{
    background-color: #ff0000;
}

.bg-color-blue{
    background-color: #0011ff;
}

.bg-color-green{
    background-color: #37ff00;
}

.bg-color-yellow{
    background-color: #f2ff00;
}

.bg-color-black{
    background-color: #000000;
}

.bg-color-white{
    background-color: #ffffff;
}

.color-d-gray{
    color: #727272;
}

.color-l-gray{
    color: #eeeeee;
}
.color-l-blue{
    color: #7cb1ff;
}
.color-red {
    color: #ff0000;
}
.color-blue {
    color: #0011ff;
}
.color-green {
    color: #37ff00;
}
.color-yellow {
    color: #f2ff00;
}
.color-black {
    color: #000000;
}
.color-white {
    color: #ffffff;
}
.color-d-orange{
    color: #ff8c00;
}
.color-blue-pallet-1 {
    background-color: #dbe5ef !important;
}

.color-blue-pallet-2 {
    background-color: #b7cbe0 !important;
}

.color-blue-pallet-3 {
    background-color: #93b1d1 !important;
}

.color-blue-pallet-4 {
    background-color: #7097c1 !important;
}

.color-blue-pallet-5 {
    background-color: #4c7db2 !important;
}

.color-blue-pallet-6 {
    background-color: #3d648e !important;
}

.color-blue-pallet-7 {
    background-color: #2d4b6b !important;
}

.color-blue-pallet-8 {
    background-color: #1e3247 !important;
}

.color-blue-pallet-9 {
    background-color: #0f1923 !important;
}

.bg-gradient-blue-pallet-12 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbe5ef), to(#b7cbe0));
    background-image: -o-linear-gradient(#dbe5ef, #b7cbe0);
    background-image: linear-gradient(#dbe5ef, #b7cbe0);
}

.bg-gradient-blue-pallet-23 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#b7cbe0), to(#93b1d1));
    background-image: -o-linear-gradient(#b7cbe0, #93b1d1);
    background-image: linear-gradient(#b7cbe0, #93b1d1);
}

.bg-gradient-blue-pallet-34 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#93b1d1), to(#7097c1));
    background-image: -o-linear-gradient(#93b1d1, #7097c1);
    background-image: linear-gradient(#93b1d1, #7097c1);
}

.bg-gradient-blue-pallet-45 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#7097c1), to(#4c7db2));
    background-image: -o-linear-gradient(#7097c1, #4c7db2);
    background-image: linear-gradient(#7097c1, #4c7db2);
}

.bg-gradient-blue-pallet-56 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c7db2), to(#3d648e));
    background-image: -o-linear-gradient(#4c7db2, #3d648e);
    background-image: linear-gradient(#4c7db2, #3d648e);
}

.bg-gradient-blue-pallet-67 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3d648e), to(#2d4b6b));
    background-image: -o-linear-gradient(#3d648e, #2d4b6b);
    background-image: linear-gradient(#3d648e, #2d4b6b);
}

.bg-gradient-blue-pallet-78 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2d4b6b), to(#1e3247));
    background-image: -o-linear-gradient(#2d4b6b, #1e3247);
    background-image: linear-gradient(#2d4b6b, #1e3247);
}

.bg-gradient-blue-pallet-89 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1e3247), to(#0f1923));
    background-image: -o-linear-gradient(#1e3247, #0f1923);
    background-image: linear-gradient(#1e3247, #0f1923);
}

.margin-0 {
    margin: 0;
}
.margin-top-0 {
    margin-top: 0;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-bottom-7 {
    margin-top: 7px;
    margin-bottom: 7px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-0 {
    margin-bottom: 0;
}
.margin-0-auto {
    margin: 0 auto;
}

.padding-0 {
    padding: 0;
}
.padding-20{
    padding: 20px;
}
.padding-0-10{
    padding: 0 10px;
}
.padding-5 {
    padding: 5px;
}
.padding-5-10{
    padding: 5px 10px;
}
.padding-5-15{
    padding: 5px 15px;
}
.padding-5-25{
    padding: 5px 25px;
}
.padding-lr-10per{
    padding-left: 10%;
    padding-right: 10%;
}
.padding-tb-10{
    padding-top: 10px;
    padding-bottom: 10px;
}
.display-none {
    display: none;
}
.display-block {
    display: block;
}
.display-inline-block{
    display: inline-block;
}
.display-inline{
    display: inline;
}
.list-style-none {
    list-style-type: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.cursor-pointer {
    cursor: pointer;
}
h2, .about-us__service__title{
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
}