@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Kufi+Arabic:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap');


* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000;
    /*background: url(../images/adss_bg.jpeg) no-repeat center center fixed;*/
    background-size: cover;
    position: relative;
}

body::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: -1;
    min-height: 100vh;
}

.ar {
    font-family: "IBM Plex Sans Arabic", sans-serif;
    direction: rtl;
    text-align: right;
    line-height: 1.5;
}

.en {
    font-family: "Montserrat", sans-serif;
}

.arabicWrap {
    display: flex;
    justify-content: space-between;
}

.banner {
    margin-bottom: 20px;
    padding: 30px 0px;
}

.btn.btn-primary {
    background: #007fff;
    border: 1px solid #007fff;
    font-size: clamp(14px, 1vw, 18px);
    padding: 10px 30px;
    font-weight: 700;
}

.btn.btn-primary.btn-lg {
    /* padding: 20px 70px !important; */
    /* font-size: clamp(18px, 2vw, 26px) !important; */
    min-width: clamp(220px, 22vw, 300px);
}

/* 
@keyframes scale {
  50% {
    transform: scale(1.2);
  }
} */


.btn.btn-primary:hover {
    background: #0056b3;
    border: 1px solid #0056b3;
}

.contentBox h1,
.contentBox h2 {
    font-size: clamp(18px, 2.5vw, 32px);
    font-weight: 700;
    margin-bottom: 10px;
}

.contentBox h3 {
    font-size: clamp(18px, 1vw, 22px);
    font-weight: 600;
    margin: 20px 0px 10px;
}

.contentBox h4 {
    font-size: clamp(14px, 1vw, 18px);
    font-weight: 600;
    margin: 20px 0px 10px;
}

.contentBox p {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 10px;
}

.contentBox ul li,
.contentBox p,
.form-label,
label {
    font-size: clamp(14px, 1vw, 16px);
    font-weight: 400;
    line-height: 1.5;
}

.form-label {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.contentBox ul li {
    margin-bottom: 0px;
}

.slider {
    background: #007FFFB3;
    background: linear-gradient(90deg, #007fff 0%, rgba(229, 232, 233, 1) 100%);
    padding: 10px;
    border-radius: 10px;
    position: sticky;
    top: 15px;
}

.slider img {
    border-radius: 10px;
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 30px;
}

.slick-prev {
    left: 25px;
    z-index: 1;
}

.slick-next {
    right: 25px;
    z-index: 1;
}

input[type="text"],
input[type="email"] {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 1vw, 16px);
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.iti .iti__selected-dial-code {
    margin-left: 0;
}

.select2-results__option,
.iti__dropdown-content li,
.iti .iti__selected-dial-code {
    font-family: "Montserrat", sans-serif;
    font-size: clamp(14px, 1vw, 16px);
}

.iti--inline-dropdown .iti__dropdown-content {
    padding: 10px;
}


.form-control:focus,
input:focus {
    color: #212529;
    background-color: #ffffff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}