﻿.inner-data img.main {
    max-width: 400px;
    aspect-ratio: auto;
    margin-left: 25px;
    width: calc(100% - 25px);
}
.base h1
{
    font-size:1.8em;
}
.inner-data h1 span {
   
    font-size: 16px;
}
p.datas i
{
    font-style:normal;
}
p.datas span

{
    font-weight:700;
}
.inner-section {
     min-height: auto; 
    margin-top: 50px;
}
body.oh {
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
}
.modal {
    width: 100dvw;
    height: 100dvh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 0;
    right: 0;
    background-color: rgba(255,255,255,1);
    z-index: 9;
    justify-content: center;
    align-items: center;
}
    .modal .modal-dialog {
        background-color: #EFefef;
        padding: 25px;
        position: relative;
        width: 100%;
        max-width: 500px;
        box-shadow: -10px 10px 25px rgba(0, 0, 0, 0.5);
    }
    .modal a.close {
        position: absolute;
        left: 25px;
        top: 25px;
    }
    .modal .modal-head {
        border-bottom: 3px solid #000000;
        font-size: 20px;
        padding-bottom: 10px;
        margin: 0;
        padding-left: 30px;
    }
    .modal .form-row
    {
        padding:10px 0;
    }
    .modal .form-input
    {
        padding:10px;
        background-color:#fff;
        width:100%;
        outline:none !important;
        border:1px solid #999;

    }
    .modal .form-input {
        font-family: Kahroba;
        font-style: normal;
    }
    .modal .form-input.en {
        font-family: Arial;
        direction:ltr;
    }
        .modal .form-input.en::placeholder {
            font-family: Kahroba;
            direction: rtl;
            text-align:right;
        }
        .modal .form-input.res {
            border: none;
            background-color: transparent;
            color:#fff;
            text-align:center;
        }
        
            .modal .form-input.res.alert {
                background-color: #ba2727;
            }
            .modal .form-input.res.success {
                background-color: #009230;
            }

input.noarrow::-webkit-outer-spin-button,
input.noarrow::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
h2
{
    margin-top:-15px;
}
#slider .owl-nav {
    top: initial;
    bottom: -55px;
    width: 50px;
    color: initial;
  
    right: 0;
    font-size: 28px;
}
@media(max-width:767px) {
    .modal .modal-dialog

{
    width: calc(100% - 50px);
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.5);
}
    .inner-section {
        margin-top: 95px;
    }
    
}