/* add font to site */
@font-face {
    font-family: Yekan Bakh;
    src: url('./../font/yekan-bakh/KalamehWebFaNum-Medium.woff2') format('woff2');
}

/* styles for all tags */
* {
    font-family: Yekan Bakh;
    transition: 0.3s all;
    text-decoration: none !important;
    list-style-type: none;
}

body {
    direction: rtl;
    background-color: #efeae9a7 !important;
}

/* change scrollbar */
body::-webkit-scrollbar {
    width: 8px;
    border-radius: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    width: 8px;
    background-color: #757575;
    border-radius: 8px;
}

.container {
    margin-top: 15px;
}


/* programmer-profile */
.programmer-img {
    margin-top: -5rem;
    width: 150px;
    height: 150px !important;
    background-image: url('./../images/profile.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 30px;
}


.btn-outline-laravel {
    border: 1px solid #F05340 !important;
    color: #212121 !important;
}

.btn-outline-laravel:hover {
    background-color: #F05340 !important;
    color: #ffff !important;
}

/* to fix summary */
.first-card {
    position: fixed !important;
    top: 170px;
    width: 300px;
    border-radius: 30px !important;
}

/* list styles */
.lists :where(li) a {
    color: #464646 !important;
}

/* hovers */
.lists :where(li) a:hover {
    font-size: 16.5px;
    color: #212121 !important;
    font-weight: 900 !important;
}

.social-medail i {
    font-size: 20px;
}

.social-medail i:hover {
    font-size: 20.42px;
    color: #F05340 !important;
}

.sccond-card {
    border-radius: 30px !important;
}

.cv-start {
    padding-bottom: 5px;
    border-bottom: 3px solid #F05340;
}

.ti-arrow-badge-left,
.ti-arrow-left {
    vertical-align: middle;
}

/* ability image */
.ability-div {
    padding: 15px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #F05340;
}

.ability-card:hover {
    transform: scale(1.06);
}

.example-card {
    width: 350px;
    border-radius: 30px;
}

.example-div {
    height: 250px;
    border-radius: 20px;
    background-color: #FCDDD9;
}

.example-image {
    width: 100px;
    height: 200px;
    margin-top: 18.5px;
    background-image: url('./../images/mrBar.png');
    background-size: cover;
    background-repeat: no-repeat;
    transform: rotate(-5deg);
}

.example-content {
    margin-top: -0.90rem;
    background-color: white;
    border-radius: 20px;
}

.example-content a {
    color: #F05340 !important;
}

.carousel-nav-next,
.carousel-nav-prev {
    width: 25px;
    height: 25px;
    text-align: center;
    position: absolute !important;
    left: 0;
    top: -40px;
    color: aliceblue;
}

.carousel-nav-prev {
    position: absolute !important;
    left: 30px;
    top: -40px;
    color: #F05340;
    border: 1px solid #F05340 !important;
}

.bg-laravel {
    background-color: #F05340;
    color: #ffff;
}


.copy-right {
    font-size: 12px;
}

.copy-right i {
    color: red;
}

.owl-dots {
    display: none;
}

.download-btn{
    padding-bottom: 11px !important;
}

.card a {
  color: inherit !important;
  text-decoration: none !important;
}

/* to responsive */
@media screen and (max-width:900px) {
    .first-card {
        display: block !important;
        position: relative !important;
        width: 100% !important;
        border-radius: 30px !important;
        margin-bottom: 220px;
    }
}