@import url(./bootstrap.rtl.css);
@font-face {
    font-family: "vazir";
    src: url("../Fonts/Vazirmatn-Regular.ttf") format(ttf),
    url("../Fonts/Vazirmatn-Regular.woff2")format(woff2);
}




* {
    font-family: vazir;
    transition: 2s;
}
.ah-gray {
    background-color: #6e6e6e;
}

.zoom {
    padding: 50px;
    transition: transform 2s; /* Animation */
    width: 200px;
    height: 200px;
    margin: 0 auto;
}
.zoom:hover {
    transform: scale(1.5);
  }

.skill-img:hover {
    border-radius: 50%;
    border-color: greenyellow;
    border-style: dotted ;
}
.job-img:hover {
    border-radius: 50%;
    border-color: red;
    border-style: dotted ;
}
.t-img:hover {
    border-radius: 50%;
    border-color: blueviolet;
    border-style:double ;
}
.txt-bri:hover{
    text-shadow: 1px 1px 2px yellowgreen, 0 0 3em yellow, 0 0 0.5em rgb(89, 0, 255);
}
.justified-text {
    text-align: justify;
}