*{
    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);
}
.back-btn{
    width:100%;
    height:100px;
    margin:10px 0px;
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}
.back-txt:hover{
    cursor:pointer;
    background-color:rgb(0, 190, 160);
}
.back-txt{
    font-family: 'Kian', sans-serif;
    font-size:25px;
    color:black;
    border:4px solid black;
    border-radius:10px;
    background-color:rgb(0, 210, 180);
    padding:5px 10px 0px 10px;
    text-decoration: none;
}
.alarm-holder{
    width:100%;
    display:flex;
    justify-content:center;
}
.alarm{
    width:800px;
    font-family: 'Kian', sans-serif;
    color:rgb(225 ,188 ,0 );
    font-size:20px;
    background-color:green;
    margin-bottom:10px;
    padding:3px 10px 0px 10px;
    border-right:3px solid rgb(225 ,188 ,0 );
    background-color:rgba(135, 112, 0, 0.4);
}
.body{
    width:100%;
    min-height: 100vh;
}
.texts{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    color:lightgray;
}
.page.container{
    
}


.box-holder{
    padding-top:20px;
    padding-bottom:20px;
    display:flex;
    flex-wrap: wrap;
    justify-content:center;
}
.box1{
    background-color:rgba(0, 0, 0, 0.18);
    width:830px;
    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;
}
.ins{
    width:100%;
    display:flex;
    justify-content:center;
}
.content-holder{
    width:89%;
    direction:rtl;
    margin:50px 20px;
    padding:10px 10px;
    background-color:rgba(255 ,255 ,255 ,0.1);
    border-radius:15px;
}
.pre{
    margin-bottom:20px;
}
.pre1{
    font-family: 'Kian', sans-serif;
    font-size:22px;
    color:#f3b7b8;
}
.highlight{
    font-family: 'Kian', sans-serif;
    font-size:26px;
    font-weight:500;
    color:#f3b7b8;
}
.category{
    font-family: 'Kian', sans-serif;
    font-size:34px;
    color:#dfff60;
}
.paragraph{
    font-family: 'Kian', sans-serif;
    font-size:20px;
    color:lightgray;
}
.links{
    font-family: 'Kian', sans-serif;
    font-size:20px;
    color:dodgerblue;
    text-align:center;
}
.hr{
    margin:40px 0px;
    text-align:center;
    color:rgba(211, 211, 211, 0.2);
}
.links:hover{
    color:#78bdff;
}
.devider{
    text-align:center;
    color:rgba(211, 211, 211, 0.5);
}
.tab-box{
    width:100%;
    display:flex;
    justify-content:center;
    padding-top:40px;
    margin-bottom:30px;
    padding-bottom:10px;
}
.tab-container {
    justify-content:center;
    direction:rtl;
    width: 89%;
    background-color:#004444;
    border: 3px solid #ccc;
    border-radius: 20px;
    padding-bottom:20px;
}

.tabs {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.tab-button {
    font-family: 'Kian', sans-serif;
    font-size:20px;
    width:50%;
    color:black;
    background-color:rgb(0, 210, 180);
    float: left;
    border: none;
    border-radius:18px;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    border-right: 1px solid #ccc;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
    color:lightgray;
    background-color:#004444;
    border-bottom: 5px solid rgb(0, 210, 180); /* Highlight active tab */
}

.tab-content {
    display: none;
    padding: 15px;
}

.tab-content.active {
    display: block;
}
.dl-title{
    font-family: 'Kian', sans-serif;
    font-size:30px;
    color:lightgray;
}
.dl-desc{
    font-family: 'Kian', sans-serif;
    font-size:20px;
    color:lightgray;
}
.dl-warning{
    font-family: 'Kian', sans-serif;
    font-size:20px;
    color:#b99a00;
}
.dl-install{
    font-family: 'Kian', sans-serif;
    font-size:20px;
    color:lightgray;
    background-color:rgba(0 ,0 ,0 ,0.3);
    margin-bottom:10px;
    padding-right:8px;
}
.dl-line{
    width:80%;
    font-family: 'Kian', sans-serif;
    font-size:25px;
    color:rgb(0, 210, 180);
    padding-right:15px;
    padding-top:5px;
    background-color:rgba(100, 100, 100, 0.4);
    border-top-left-radius:20px;
    border-bottom-left-radius:20px;
}
.bx-link{
    width:100%;
    display:flex;
    justify-content:center;
}
.dl-link{
    width:70%;
    display:flex;
    justify-content:center;
    text-align:center;
    margin-top:20px;
    font-family: 'Kian', sans-serif;
    font-size:25px;
    color:dodgerblue;
    background-color:black;
    border:1px solid white;
    border-radius:10px;
    text-decoration:none;
}
.dl-link:hover{
    background-color:rgba(0 ,0 ,0 ,0.4);
}
.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;
}
