
@import url("Vazirmatn-RD-FD-font-face.css");

body {
    padding: 0;
    margin: 0;
    font-family: "Vazirmatn RD FD", sans-serif!important;
    font-size: 14px;
    direction: rtl;
}


.topnav {
    overflow: hidden;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.topnav a:hover {
    background-color: white;
    color: black;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
        float: right;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}


.btnBlue {
    background-color: #005792;
    color: white;
    transition: .8s ease-in-out;
}


.btnBlue:hover {
    background: rgba(7, 61, 100, 0.95);
}


.mainHeader {
    font-size: 80px;
    font-weight: bolder;
}

.textHighlight {
    background-color: #f3d6b9;
    border-right: 3px solid #fd5f00;
    padding: 5px;
}

.mainBtnWidth {
    width: 160px;
    display: flex;
    justify-content: center;
}

.customMargin {
    margin-top: 150px;
}


@media (max-width: 767px) {
    .customMargin {
        margin-top: 105px!important;
    }
}


.customLineHeight {
    line-height: 30px;
}

.serviceIcons {
    color: #6cc4f9;
    font-size: 35px;
}


.customBackground {
    background-color: #005792;
    height: 600px;
}


@media (max-width: 767px) {
    .responsiveCard {
        margin-top: 0;
    }
}


@media (max-width: 767px) {
    .responsiveMargin {
        margin-bottom: 60px;
    }
}


@media (max-width: 1199px) {
    .responsiveMarginTop {
        margin-top: 70px;
    }
}

.btnRadius {
    border-radius: 20px!important;
}

.priceTableBorder {
    border: 1px solid gainsboro;
}

.priceNumber {
    font-size: 60px;
    color: black;
}

.priceMargin {
    margin-top: 20px;
}


.priceList {
    list-style-type: none;
    text-align: right;
}

.priceBtnFontsize {
    font-size: 13px!important;
}

.priceBorderRadius {
    border-radius: 30px!important;
}


.userAvatarPic {
    border-radius: 50%;
    width: 30% !important;
}

.starColor {
    color: #005792;
}

.owl1 .owl-dots {
    margin-top: 100px!important;
}

@media (max-width: 576px) {
    .resposiveMarginLeftRight {
        margin-left: 40px!important;
        margin-right: 40px!important;
    }
}


.customBtn {
    background-color: #005792;
    border-radius: 25px!important;
    color: white;
    padding: 10px 30px!important;
}

.featuresTopPart {
    background-color: #005792;
    height: 60vh;
    color: white;
}

.listStyleNone {
    list-style-type: none;
}

@media (max-width: 767px) {
    .marginBottomCustom {
        margin-bottom: 50px;
    }
}


.featuresParaWidth {
    width: 50%;
}

@media (max-width: 767px) {
    .featuresParaWidth {
        width: 100%;
    }
}


.socialMediaIcons {
    width: 27px;
    height: 27px;
    border-radius: 50%;
}


@media (max-width: 767px) {
    .priceBtnResponsive {
        display: flex;
        justify-content: center;
    }
}



@media (max-width: 991px) {
    .rmt {
        margin-top: 10px;
    }
}

.imgRadius {
    border-radius: 10px;
}

.bgListHeader {
    background-color: #e5ecf3;
}

.bg-blue {
    background-color: #0a568c!important;
    color: white!important;
}

.bg-orange {
    background-color: #ea6115!important;
    color: white!important;
}

.inputBorder {
    border-top-left-radius: 8px!important;
    border-bottom-left-radius: 8px!important;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

.labelBorder {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-top-right-radius: 8px!important;
    border-bottom-right-radius: 8px!important;
}

.buttonBorder {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

.profilePicPosition {
    left: 10px;
    top: 10px;
}

.navbarFixed {
    position: fixed!important;
    top: 0!important;
    background: white!important;
    z-index: 1000!important;
    box-shadow: 0px 0px 15px -3px rgba(0,0,0,0.1);
    padding-top: 5px;
    padding-bottom: 11px;
}

/*.customHoverEffect {*/
/*    position: relative;*/
/*    padding: 0 10px;*/
/*}*/

/*.customHoverEffect:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #0a568c;*/
/*    height: 3px;*/
/*    width: 0;*/
/*    left: 0;*/
/*    bottom: 2px;*/
/*    transition: 0.3s;*/
/*}*/
.customHoverEffect:hover {
    color: #0a568c!important;
}
/*.customHoverEffect:hover:after {*/
/*    width: 100%;*/

/*}*/

.typingEffect {
    padding: 0.5rem;
    font-weight: bold;
    letter-spacing: 0.1rem;
    text-align: right;
    overflow: hidden;
}
.typingEffect span.typed-text {
    font-weight: normal;
    color: #e16f2f;
}
.typingEffect span.cursor {
    display: inline-block;
    background-color: #e16f2f;
    margin-left: 0.1rem;
    width: 3px;
    animation: blink 1s infinite;
}
.typingEffect span.cursor.typing {
    animation: none;
}
@keyframes blink {
    0%  { background-color: #e16f2f; }
    49% { background-color: #e16f2f; }
    50% { background-color: transparent; }
    99% { background-color: transparent; }
    100%  { background-color: #e16f2f; }
}

@media (max-width: 993px) {
    .typingEffect, .forooshine {
        font-size: 25px;
    }
    .forooshine {
        margin-top: 30px;
    }
}


/*.navbarFixed {*/
/*    !* From https://css.glass *!*/
/*    background: rgba(255, 255, 255, 0.24)!important;*/
/*    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1)!important;*/
/*    backdrop-filter: blur(5.9px)!important;*/
/*    -webkit-backdrop-filter: blur(5.9px)!important;*/
/*}*/



.forooshineLogo{
    max-width: 90px;
    padding-top: 5px;
}

@media (max-width: 992px) {
    .forooshineLogoPosition{
        position: absolute;
        left: 45%;
    }
}

@media (max-width: 992px) {
    .navbarFixed{
        padding-bottom: 32px;
    }
}

.spanWidthConsult {
    width: 100px;
    display: flex;
    justify-content: center;
}

