*{
    margin: 0;
}
@font-face {
    font-family: 'Bangers';
    src: url('./fonts/Bangers.woff2') format('woff2'),
         url('./fonts/Bangers.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'LuckiestGuy';
    src: url('./fonts/LuckiestGuy.woff2') format('woff2'),
         url('./fonts/LuckiestGuy.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Berk';
    src: url('./fonts/BerkshireSwash-Regular.woff2') format('woff2'),
         url('./fonts/BerkshireSwash-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Shablon';
    src: url('./fonts/A-Shablon-Cut.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Moez';
    src: url('./fonts/Mj_Moez.TTF') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Normal';
    src: url('./fonts/Mj_Normal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Nawal';
    src: url('./fonts/Mj_Nawal.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Omid';
    src: url('./fonts/Mj_Omid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Kian';
    src: url('./fonts/Kian.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
body{
    background-color:rgb(50, 50, 50);
}
.h-hotbar {
    height: 20px;
    background-color: rgba(10, 30, 42, 0.6); /* Dark blue/grey background */
    font-family:'Kian' , sans-serif;
    color: lightgray;
    padding: 3px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    direction: rtl;
}
.options-top{
    width:250px;
    display:flex;
    flex-direction:row;
}
.op-contact,.op-mainpage{
    color:lightgray;
    text-decoration:none;
}
.op-contact:hover,.op-mainpage:hover{
    color:rgb(0, 210, 180);
    cursor:pointer;
}
.header-holder{
    width:100%;
    margin: 0;
    padding: 0;
    display:flex;
    justify-content:center;
}
.header{
    margin:0;
    padding: 0;
    width: 99.8%;
    height: 140px;
    background-color:rgb(20, 90, 89);
    display:flex;
    justify-content:center;
    align-items:center;
    border-bottom:5px solid white;
    border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
    border-left:1px solid rgba(150, 250, 250, 1);
    border-right:1px solid rgba(150, 250, 250, 1);
}
.header-brand{
    display:flex;
    justify-content:center;
    align-items:center;
}
.header-logo{
    height:100px;
    width:100px;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1)) drop-shadow(0 0 2px rgba(0, 0, 0, 0.2));
}
.header-title{
    padding-top:60px;
    padding-left:10px;
    height:100px;
    color:lightgray;
    font-family: 'Berk', sans-serif;
    font-size:32px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
}
.body{
    width:100%;
    min-height: 100vh;
}
.texts{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:lightgray;
}
.page.container{
    
}
.page-title-holder{
    display:flex;
    justify-content:center;
    align-items:center;
}
.page-title{
    font-family: 'Kian', sans-serif;
    font-size:70px;
    font-weight:10px;
    color:rgb(0, 210, 180);
    -webkit-text-stroke: 1px black;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.2), 0 0 30px rgba(0, 0, 0, 0.1);
}
.web-holder{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:35px;
}
.web-txt1{
    font-family: 'Kian', sans-serif;
    font-size:35px;
    margin-left:50px;
    color:lightgray;
    -webkit-text-stroke: 1px black;
}
.web-txt2{
    font-family: 'Kian', sans-serif;
    font-size:30px;
    color:dodgerblue;
    text-decoration: none;
    text-shadow: 0 0 10px rgba(10, 10, 150, 0.3), 0 0 20px rgba(10, 10, 150, 0.2), 0 0 30px rgba(10, 10, 150, 0.1);
}
.web-txt2:hover{
    color:rgba(90, 144, 255, 0.75);
    font-size:29px;
}
.subtitle-box{
    display:flex;
    justify-content:center;
    align-items:center;
    margin-top:25px;
}
.subtitle{
    font-family: 'Kian', sans-serif;
    font-size:30px;
    color:rgba(150, 150, 150, 0.5);
}
.line-holder{
    width:100%;
    height:250px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.seprator-line{
    width:70%;
    height:80px;
    filter: brightness(2.5);
}
.box-holder{
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
}
.box1{
    background-color:rgba(0, 0, 0, 0.18);
    width:800px;
    height:450px;
    margin: 0px 15px 50px 15px;
    padding:20px 0px;
    border-bottom:10px solid rgba(120, 120, 120, 0.8);
    border-right:10px solid rgba(150, 150, 150, 0.8);
    border-bottom-right-radius:30px;
    border-top-left-radius:30px;
    direction: rtl;
}
.title1{
    width:50%;
    font-family: 'Kian', sans-serif;
    font-size:40px;
    color:rgb(0, 210, 180);
    padding-right:15px;
    padding-top:5px;
    background-color:rgba(100, 100, 100, 0.18);
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.bx1-txts{
    margin-right:50px;
    margin-top:30px;
}
.txt1 ,.txt2 ,.txt3{
    font-family: 'Kian', sans-serif;
    font-size:26px;
    color:mistyrose;
    margin:40px 35px 10px 35px;
}
.cnfg{
    font-family: 'Kian', sans-serif;
    font-size:30px;
    color:dodgerblue;
}
.box2{
    background-color:rgba(10, 10, 10, 0.18);
    width:800px;
    height:450px;
    margin: 0px 15px 50px 15px;
    padding:20px 0px;
    border-bottom:10px solid rgba(120, 120, 120, 0.8);
    border-right:10px solid rgba(150, 150, 150, 0.8);
    border-bottom-right-radius:30px;
    border-top-left-radius:30px;
    direction: rtl;
}
.title2{
    width:50%;
    font-family: 'Kian', sans-serif;
    font-size:40px;
    color:rgb(0, 210, 180);
    margin-bottom:25px;
    padding-right:15px;
    padding-top:3px;
    background-color:rgba(100, 100, 100, 0.18);
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.tala18{
    margin:0px 50px 0px 30px;
    margin-top:10px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    direction:rtl;
}
.tala-title ,.tala-price-unit{
    font-family: 'Kian', sans-serif;
    font-size:30px;
    color:mistyrose;
    margin:10px 35px;
}
.tala-price{
    text-align:left;
    font-family: 'Kian', sans-serif;
    font-size:60px;
    color:mistyrose;
}
.last-updates{
    width:100%;
}
.tala-last-update ,.dollar-last-update{
    font-family: 'Kian', sans-serif;
    font-size:20px;
    color:rgba(150, 150, 150, 0.8);
    text-align:center;
}
.dollar{
    margin:0px 50px 0px 30px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    direction:rtl;
}
.dollar-title ,.dollar-price-unit{
    font-family: 'Kian', sans-serif;
    font-size:30px;
    color:mistyrose;
    margin:10px 35px;
}
.dollar-price{
    font-family: 'Kian', sans-serif;
    font-size:60px;
    color:mistyrose;
}
.dollar-title{
    text-align:right;
}
.dollar-price{
    text-align:center;
}
.dollar-price-unit{
    text-align:left;
}
.sep-line{
    display:flex;
    justify-content:center;
    align-items:center;
    color:rgba(150, 150, 150, 0.2);
}
.footer{
    height: 150px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    text-align: center;
    padding: 20px 0;
    font-family: 'Kian', sans-serif;
    font-size: 18px;
}
.dev{
    font-size:45px;
    margin-bottom:10px;
}