body{
    direction: rtl;
    text-align: right;
    padding: 0;
    margin: 0;
    font-family: yekanBakhFaNum;
}

p{
    margin-bottom: 0;
}

ul{
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: 'yekanBakhFaNum';
    src: url(../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.eot),
    url(../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.eot) format('eot');

    src: url(../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.ttf),
    url(../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.ttf) format('ttf');

    src: url(../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.woff),
    url(../fonts/YekanBakh_fanum/YekanBakhFaNum04Regular.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'revolution';
    src: url(../fonts/REVOLUTION.ttf),
    url(../fonts/REVOLUTION.ttf) format('ttf');

    font-weight: 400;
    font-style: normal;
}

:root{
    --blue : #113c6d;
    --yellow : #efae1c;
}


/*------------ header styles -------------- */
header {
    position: fixed;
    width: 100%;
    background-color: white;
    z-index: 999;
    box-shadow: -1px -1px 9px 0px #113c6d8f;
}

header nav .nav-item .nav-link{
    color: black!important;
    font-weight: bold;
    font-size: 15px;
}

header nav .nav-item .nav-link.special-btn{
    color: white!important;
}

header nav .nav-item .nav-link:hover{
    color: var(--yellow)!important;
}

header nav .nav-item:not(:last-child) .nav-link:after{
    content: "";
    border-left: 1px solid #e7e7e7ed;
    height: 30px;
    padding-right: 25px;
}

header nav .nav-item:last-child .nav-link{
    background-color: var(--blue);
    color: white!important;
    border-radius: 20px;
    display: inline-block;
    padding: 8px 15px!important;
    transition: all .2s;
    white-space: nowrap;
}

@media(max-width: 992px){
    header nav .nav-item:last-child .nav-link{
        display: none;
    }
}

header nav .nav-item:last-child .nav-link:hover{
    background-color: var(--yellow);
}

.navbar-light .navbar-toggler {
    border:none;
}



@media (max-width: 992px){
    header nav .nav-item:not(:last-child) .nav-link:after{
        border-left: none;
    }
}


.special-btn {
    background-color: #103d6f;
    color: white!important;
    border-radius: 20px;
    padding-right: 20px!important;
}

@media (min-width: 992px){
    .special-btn{
        display: none;
    }
}

.row-reverse-column{
       flex-direction: row-reverse!important;
}

@media (max-width: 992px){
    .row-reverse-column{
        flex-direction: column!important;
    }
}

/* ------------ banner styles --------------  */

main{
    padding-top: 86px;
}

@media (max-width: 569px){
    main{
        padding-top: 78px;
    }
}

.banner{
    background-image: url(../images/banner-back.png);
    height: calc(110vh);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner .banner-large-title{
    font-size: 60px;
    margin-bottom: 30px;
    color: white;
}

.banner .banner-small-description{
    color: rgb(192, 192, 192)!important;
    margin-bottom: 30px;
}

.banner .btn {
    color: white;
    border-radius: 20px;
    font-size: 14px;
    padding: 10px 15px;
}

.banner .btn1 {
    background-color: var(--yellow);

}

.banner .btn2 {
   border: 1px solid white;
   margin-right: 10px;
}

.banner .scrollable-img{
    /* position: absolute; */
    top: 30px;
    left: 0;
}

@media (max-width : 768px){
    .banner .scrollable-img{
        position: unset;
        width: 80%;
        margin: 20px 0px;
    }
}


@media (min-width : 768px) {
    .banner .banner-right {
        height: calc(100vh);
    }
}

@media (max-width : 992px){
    .banner .banner-large-title{
        font-size: 35px;
        margin-top: 60px;
    }
}

@media (max-width : 1200px){
    .banner{
        height: auto;
    }
}


.banner .banner-left {

}

@media (max-width: 568px){
    header .navbar-brand img{
        width: 85%;
    }
}

/* ----------- currency prices styles ----------- */

.currency-prices{
    padding: 150px 0px;
}

.currency-prices .currency {
    border: 1px solid rgb(177,177,177);
    padding: 10px;
    border-radius: 15px;
}

.currency-prices .currency .currency-name{
    color: gray;
}

.currency-prices .currency .currency-price{
    font-size: 20px;
    font-weight: bold;
}

@media (max-width: 568px) {
    .currency-prices .currency .currency-price{
        font-size: 17px;
    }
}


@media (max-width : 1100px){
    .currency-prices-mobile{
        display: block;
    }

    .currency-prices-desktop{
        display: none;
    }
}

@media (min-width : 1100px){
    .currency-prices-mobile{
        display: none!important;
    }

    .currency-prices-desktop{
        display: flex;
    }
}

@media (max-width : 768px){
    .currency-prices{
        padding: 70px 0px;
    }
}

/* ------------- characters style ------------- */

.characters {
    padding: 170px 0px;
    background-image: url(../images/back-char.png);
    background-size: cover;
    color: white;
}

.characters .img-wrapper{
    background-color: white;
    width: 125px;
    padding: 20px;
    border-radius: 86px;
    box-shadow:4px 6px 20px 0px #fff;
}

.characters .img-wrapper img{
    width: 80px;
    fill: white;
}

.characters .characters-description{
    text-align: center;
}

.characters .char-title{
    font-size: 18px;
}

.characters .char-desc{
    font-size: 14px;
}

.btn-more{
    background-color: var(--yellow);
    color: white;
    font-size: 12px;
    border-radius: 20px;

}

@media (max-width : 768px) {
    .characters .characters-description{
        /*text-align: justify;*/
    }
}

@media (max-width : 600px){
    .characters{
        padding-bottom: 50px;
    }
}

/* @media (max-width : 768px){
    .characters {
        padding: 70px 0px;
    }
} */

/*  -----------  intro section styles ------------ */

.intro{
    padding: 150px 0px;
}

.intro .intro-desc{
    color: #7c7c7c;
    font-size: 15px;
    line-height: 28px;
}


@media (max-width : 768px){
    .intro{
        padding: 70px 0px;
    }
}


/* ------------- evolution section style ---------- */

.evolution{
    background-image: url(../images/back-evolution.png);
    padding: 130px 0px;
    background-size: cover;
}

.evolution .evolution-desc{
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

@media (max-width : 768px){
    .evolution{
        padding-bottom: 30px;
    }
}

/* ------------  blog section start ------------- */

.blog{
    padding: 130px 0px;
}

.blog .blog-desc{
    font-size: 14px;
    color: gray;
}

.blog .date{
    background-color: var(--blue);
    color: white;
    font-size: 15px;
    padding: 5px 10px;
    position: absolute;
    border-radius: 2px;
    bottom: -15px;
    left: 10px;
    text-align: center;
}

.blog  div[class^="col"]{
    padding-right: 7.5px;
    padding-left: 7.5px;
}

@media (max-width : 768px){
    .blog{
        padding: 70px 0px;
    }
}



@media (min-width: 768px){
    .blog .card:hover{
        transform: translate(0 , -5px);
    }
}



@media (max-width : 768px){
    .blog .card-wrapper{
        overflow: auto;
    }
}


/* ---------- footer section ------------- */

footer{
}

footer .footer-inner{
    padding: 130px 0px;
    background-image: url(../images/back-top.png);
}

@media (max-width : 768px){
    footer .footer-inner{
        padding-bottom: 50px;
    }
}

footer .cptox-text{
    font-size: 14px;
    color: #afafaf;
    text-align: justify;
}

footer .input-group-text{
    color: white;
    background-color: var(--yellow);
    font-size: 15px;
}

footer .input-tag {
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
}

footer .input-tag::placeholder{
    font-size: 14px;
}

footer .form-control:focus {
    border: 0;
    box-shadow: none;
    outline: none;
}

footer .nav-link{
    color: white;
    font-size: 14px;
}

footer .label{
    color: var(--yellow);
}

footer .socials svg {
    fill: var(--yellow);
    margin-right: 15px;
}

footer .contact-link{
    font-size: 15px;
    text-align: right;
}

footer h5{
    font-size: 19px;
}

footer .adrian-img{
    width: 100px;
}

footer .copyright{
    padding: 12px;
}

footer .copyright .copyright-text{
    font-size: 14px;
}

/* ----------  animate.css settings ------------ */

.anim1{
    animation-duration: 2s;
}

.anim2 {
    animation-duration: 2s;
    animation-delay: 1.3s;
}

.anim3{
    animation-duration: 2s;
    animation-delay: 2.3s;
}

.anim4{
    animation-duration: 2.5s;
    animation-delay: 0.5s;
}


/* ------------- owl carousel ----------- */

.owl-nav{
    display: none!important;
}


/* white triangle */

.white-triangle{
    position: absolute;
    bottom: 0px;
}

.breadcrumb{
    background-color: transparent!important;
}


/*container change width*/

@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1260px;
    }
}

@media (min-width: 992px){
    .hide-in-more-md{
        display: none;
    }
}

@media (max-width: 992px){
    .hide-in-mobile{
        display: none;
    }
}

/*capitalize fontss*/
h2 , .nav-link{
    text-transform: capitalize;
}


