@import url("../assets/font/fontiran.css");

body, p, h1, h2, h3, h4, h5, h6, a, div, a, span, strong, button, div.button, input, textarea, select, div.a, label {
    font-family: IRANSans !important;
}
/* font-family: BYekan; */


.spinner {
    width: 40px;
    height: 40px;
    /* background-color: rgba(202, 202, 132,100);  */
    background-color: rgba(207, 179, 106,100);
    /* margin: 100px auto; */
    position: absolute;
    top: 48%;
    left: 48%;
    -webkit-animation: sk-rotateplane 1.2s infinite ease-in-out;
    animation: sk-rotateplane 1.2s infinite ease-in-out;
}

.spinnerlogo {
    position: absolute;
    margin: auto;
    top: -20%;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: auto; /* Half the height */
    margin-left: auto; /* Half the width */
}

@-webkit-keyframes sk-rotateplane {
    0% {
        -webkit-transform: perspective(120px)
    }

    50% {
        -webkit-transform: perspective(120px) rotateY(180deg)
    }

    100% {
        -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
    }
}

@keyframes sk-rotateplane {
    0% {
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
    }

    50% {
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
    }

    100% {
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

.spinner-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
}

.box {
    transition: box-shadow .3s;
    width: 300px;
    height: 150px;
    margin: 50px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: lightgrey;
    float: left;
    box-shadow: 0px 5px 5px rgba(33, 33, 33, .3);
}

    .box:hover {
        box-shadow: 0px 15px 15px rgba(33, 33, 33, .2);
    }

.MyHeader {
    background: lightgrey;
    width: 100%;
    height: 300px;
}

.Shadow {
    transition: box-shadow 1.0s;
    box-shadow: 0px 5px 5px rgba(33, 33, 33, .3);
}

    .Shadow:hover {
        box-shadow: 0px 25px 25px rgba(33, 33, 33, .25);
    }


.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: rgba(170, 150, 100,100)
}

#myBtn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 99;
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
    float: right;
}

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: left;
    padding-right: 0px;
}

/* .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(0,0,0,.5);
}

.overlay:hover {
  opacity: 1;
} */

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

    .img-overlay:before {
        content: ' ';
        display: block;
        /* adjust 'height' to position overlay content vertically */
        height: 40%;
    }

.card-body {
    background-color: rgba(253,253,253) !important;
}

.card {
    border-radius: 0px !important;
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: rgba(0,0,0,.0);
}

@font-face {
    font-family: 'BYekan';
    src: url('../font/BYekan.ttf') format('truetype');
}

@font-face {
    font-family: 'irsans';
    src: url('../font/irsans.ttf') format('truetype');
}

h1, h4, h5 {
    margin-bottom: 0px;
}


.spinner-border {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}


.Moveup {
    position: relative;
    top: 0;
    transition: ease 0.7s;
}

    .Moveup:hover {
        top: -10px;
    }

.btn-primary {
    color: #fff !important;
    background-color: rgba(207, 179, 106,100) !important;
    border-color: rgba(0, 0, 0, 0.00) !important;
    box-shadow: 0px 5px 5px rgba(33, 33, 33, .15) !important;
}

    .btn-primary:hover {
        color: #fff !important;
        background-color: rgba(224, 198, 145,100) !important;
        border-color: rgba(0, 0, 0, 0.00) !important;
        box-shadow: 0px 5px 5px rgba(33, 33, 33, .10) !important;
    }



    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: rgba(224, 198, 145,100) !important;
        border-color: rgba(0, 0, 0, 0.00) !important;
        box-shadow: 0px 5px 5px rgba(33, 33, 33, .20) !important;
    }


.resp-sharing-button__link,
.resp-sharing-button__icon {
    display: inline-block
}

.resp-sharing-button__link {
    text-decoration: none;
    color: #fff;
    margin: 0.5em
}

.resp-sharing-button {
    border-radius: 5px;
    transition: 25ms ease-out;
    padding: 0.5em 0.75em;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif
}

.resp-sharing-button__icon svg {
    width: 1em;
    height: 1em;
    margin-right: 0.4em;
    vertical-align: top
}

.resp-sharing-button--small svg {
    margin: 0;
    vertical-align: middle
}

/* Non solid icons get a stroke */
.resp-sharing-button__icon {
    stroke: #fff;
    fill: none
}

/* Solid icons get a fill */
.resp-sharing-button__icon--solid,
.resp-sharing-button__icon--solidcircle {
    fill: #fff;
    stroke: none
}

.resp-sharing-button--twitter {
    background-color: #55acee
}

    .resp-sharing-button--twitter:hover {
        background-color: #2795e9
    }

.resp-sharing-button--pinterest {
    background-color: #bd081c
}

    .resp-sharing-button--pinterest:hover {
        background-color: #8c0615
    }

.resp-sharing-button--facebook {
    background-color: #3b5998
}

    .resp-sharing-button--facebook:hover {
        background-color: #2d4373
    }

.resp-sharing-button--tumblr {
    background-color: #35465C
}

    .resp-sharing-button--tumblr:hover {
        background-color: #222d3c
    }

.resp-sharing-button--reddit {
    background-color: #5f99cf
}

    .resp-sharing-button--reddit:hover {
        background-color: #3a80c1
    }

.resp-sharing-button--google {
    background-color: #dd4b39
}

    .resp-sharing-button--google:hover {
        background-color: #c23321
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5
}

    .resp-sharing-button--linkedin:hover {
        background-color: #046293
    }

.resp-sharing-button--email {
    background-color: #777
}

    .resp-sharing-button--email:hover {
        background-color: #5e5e5e
    }

.resp-sharing-button--xing {
    background-color: #1a7576
}

    .resp-sharing-button--xing:hover {
        background-color: #114c4c
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366
}

    .resp-sharing-button--whatsapp:hover {
        background-color: #1da851
    }

.resp-sharing-button--hackernews {
    background-color: #FF6600
}

    .resp-sharing-button--hackernews:hover, .resp-sharing-button--hackernews:focus {
        background-color: #FB6200
    }

.resp-sharing-button--vk {
    background-color: #507299
}

    .resp-sharing-button--vk:hover {
        background-color: #43648c
    }

.resp-sharing-button--facebook {
    background-color: #3b5998;
    border-color: #3b5998;
}

    .resp-sharing-button--facebook:hover,
    .resp-sharing-button--facebook:active {
        background-color: #2d4373;
        border-color: #2d4373;
    }

.resp-sharing-button--twitter {
    background-color: #55acee;
    border-color: #55acee;
}

    .resp-sharing-button--twitter:hover,
    .resp-sharing-button--twitter:active {
        background-color: #2795e9;
        border-color: #2795e9;
    }

.resp-sharing-button--email {
    background-color: #777777;
    border-color: #777777;
}

    .resp-sharing-button--email:hover,
    .resp-sharing-button--email:active {
        background-color: #5e5e5e;
        border-color: #5e5e5e;
    }

.resp-sharing-button--linkedin {
    background-color: #0077b5;
    border-color: #0077b5;
}

    .resp-sharing-button--linkedin:hover,
    .resp-sharing-button--linkedin:active {
        background-color: #046293;
        border-color: #046293;
    }

.resp-sharing-button--whatsapp {
    background-color: #25D366;
    border-color: #25D366;
}

    .resp-sharing-button--whatsapp:hover,
    .resp-sharing-button--whatsapp:active {
        background-color: #1DA851;
        border-color: #1DA851;
    }

.resp-sharing-button--telegram {
    background-color: #54A9EB;
}

    .resp-sharing-button--telegram:hover {
        background-color: #4B97D1;
    }


#callfixbtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    padding: 10px;
    padding-left: 14px;
    padding-right: 14px;
    color: #fff;
    background-color: rgba(207, 179, 106,100);
    border-color: rgba(0, 0, 0, 0.00);
    box-shadow: 0px 5px 5px rgba(33, 33, 33, .15);
    border-radius: 50px 50px 50px 50px;
}

    #callfixbtn:hover {
        background-color: rgba(224, 198, 145,100);
    }

.mytexthover {
    color: green;
}

    .mytexthover:hover {
        color: lightgreen
    }



.navbar-toggler > .close {
    display: inline;
}

.navbar-toggler.collapsed > .close, .navbar-toggler:not(.collapsed) > .navbar-toggler-icon {
    display: none;
}





/*a, p, h1, h2, h3, h4, h5, h6 {
    font-family: BYekan;
}*/




