/*-----------------------------------------------------------------
Main Style Stylesheet
Template Name  : Alawn Foundation for Development
Author         : NourEgy
Version        : 1.0
Primary Use    : ..
-----------------------------------------------------------------*/

/*-----------------------------------------------------------------
Table Of Index
--------------------------------
1. Reset css
2. Style Css
    1- ...
    2- ...
    3- ...
    4- ...
    5- ...
    6- ...
    7- ...
    8- ...
    9- ...
    10- ...
    10- ...
    11- ...
-----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Default Settings
----------------------------------------------------------------*/
@-o-viewport {
    width: device-width;
}
@-ms-viewport {
    width: device-width;
}
@viewport {
    width: device-width;
}
/*-------------General Style---------------------------------------*/

/* "Bukra Sans */
@font-face {
    font-family: "Bukra Sans";
    src: url("../bukra-font/29ltbukralight.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Bukra Sans";
    src: url("../bukra-font/29ltbukraregular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Bukra Sans";
    src: url("../bukra-font/29ltbukrabold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}
/*-------------General Style---------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}
html {
    overflow-x: hidden !important;
    height: 100%;
    scroll-behavior: smooth;
    direction: rtl;
}

html:focus-within {
    scroll-behavior: smooth;
}
/* Root Variables */
/* Color Theme Swatches in Hex */

:root {
    --alawn-primary-color: #c62127;
    --alawn-secondary-color: #0b566a;
    --alawn-three-color: #56952c;
    --alawn-bg-dark-color: #0f313a;
    --alawn-bg-gradient-color: linear-gradient(
        25deg,
        rgba(15, 49, 58, 1) 0%,
        rgba(11, 86, 106, 1) 58%
    );
    --alawn-bg-gradient2-color: linear-gradient(
        135deg,
        #56952c 0%,
        #34acaf 80%
    );
    --alawn-purple-color: #1643ad;
    --alawn-blue-color: #0099ff;
    --alawn-orange-color: #e65746;

    --alawn-success-color: #20965f; /* Success Color */
    --alawn-danger-color: #ff3a44; /* Danger Color */

    --alawn-dark-color: #231f20;
    --alawn-dark1-color: #2b2929;
    --alawn-dark2-color: #313133;
    --alawn-dark3-color: #58595b;
    --alawn-gray-color: #808285;
    --alawn-line-color: #c9cacc;
    --alawn-light-color: #e2e3e4;
    --alawn-of-white-color: #f3f4f6;
    --alawn-white-color: #ffffff;

    --alawn-transition: all 0.4s ease-in-out; /* transition */
    --alawn-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); /* Box Shadow */
    --alawn-font: "Bukra Sans";
    --alawn-font-two: "Rubik", sans-serif;
}

/* Set core body defaults */
body {
    position: relative;
    min-height: 100vh;
    text-rendering: optimizeSpeed;
    line-height: 1.5;
    font-size: 20px;
    background-color: var(--alawn-white-color);
    direction: rtl !important;
    text-align: right !important;
    margin: 0;
    padding: 0;
    color: var(--alawn-gray-color);
    line-height: 25px;
    font-family: var(--alawn-font);
}

#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
    max-width: 100%;
    display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/*==== Block Settings ==========*/
img {
    max-width: 100%;
    height: auto;
}
iframe {
    width: 100%;
    border: none;
}
a,
a:hover,
a:focus,
a:active,
button:focus,
button {
    text-decoration: none;
    border: none;
    outline: 0;
    color: var(--alawn-gray-color);
}
button {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--alawn-gray-color);
    border-radius: 4px;
    background-color: transparent;
    transition: var(--alawn-transition);
}
ul ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="search"],
input[type="password"],
input[type="subject"],
textarea {
    outline: 0;
    resize: none;
    display: block;
    width: 100%;
    line-height: 24px;
    height: 50px;
    font-size: 14px;
    border: 1px solid var(--alawn-line-color);
    padding: 13px 20px;
    background: var(--alawn-white-color);
    color: var(--alawn-dark-color);
    border-radius: 5px;
    margin-bottom: 0px;
    box-shadow: none !important;
    font-weight: 500;
    transition: var(--alawn-transition);
}
select {
    height: 50px !important;
    outline: 0;
    resize: none;
    font-weight: 400;
    display: block;
    width: 100%;
    line-height: 24px;
    font-size: 14px;
    border: 1px solid var(--alawn-line-color) !important;
    padding: 13px 20px;
    background: var(--alawn-light-color) !important;
    color: var(--alawn-dark-color) !important;
    border-radius: 0px;
    margin-bottom: 30px;
    box-shadow: none !important;
    width: 100%;
}
.nice-select {
    width: 100% !important;
    border-radius: 5px !important;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    background: transparent !important;
    margin-bottom: 30px;
    border: solid 1px var(--alawn-line-color) !important;
}
.nice-select .list {
    width: 100%;
    overflow-y: scroll;
    max-height: 160px;
    z-index: 10;
    border-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
html[dir="rtl"] .nice-select {
    margin: 0;
    padding-right: 18px;
    padding-left: 30px;
}
.nice-select:after {
    right: inherit;
    left: 12px;
}
html[dir="rtl"] .nice-select .option {
    padding-right: 18px;
    padding-left: 29px;
}
.form-group {
    margin-bottom: 0;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="subject"]:focus,
textarea:focus,
select:focus,
button:focus {
    outline: none;
    border: 1px solid var(--alawn-dark-color);
}
textarea {
    height: 150px;
    padding-top: 20px;
}
textarea:focus {
    outline: none !important;
    box-shadow: none !important;
    border: 1px solid var(--alawn-dark3-color);
}
.form-group {
    margin-bottom: 0;
}
.form-with-icon {
    display: flex;
    gap: 5px;
    flex-direction: column;
    position: relative;
    width: 100%;
}

.form-with-icon input,
.form-with-icon textarea {
    padding-right: 45px;
    width: 100%;
}
.form-with-icon .input-icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    opacity: 0.5;
    font-size: 16px;
}
.form-with-icon input {
    padding-right: 50px;
}
/*========== Typography Settings ==========*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    line-height: 1;
}
h1 {
    font-size: 64px;
    font-weight: 700;
    letter-spacing: -2%;
}
h2 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: -2%;
}
h3 {
    font-weight: 500;
    font-size: 24px;
    letter-spacing: -2%;
}
h4 {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -2%;
}
h5 {
    font-size: 20px;
    font-weight: 500;
}
h5 {
    font-size: 18px;
    font-weight: 500;
}
p {
    line-height: 28px;
    font-weight: 400;
    color: var(--alawn-gray-color);
}
.small-title {
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    color: var(--alawn-dark-color);
    position: relative;
}
.small-title-two {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: var(--alawn-dark-color);
    position: relative;
}
.p-desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: var(--alawn-gray-color);
}
.page-title {
    color: var(--alawn-dark-color);
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}
/*========== Spacing CSS ==========*/
.ptb-130 {
    padding-top: 130px;
    padding-bottom: 130px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 130px;
}
.pt-130 {
    padding-top: 130px;
}
.pb-130 {
    padding-bottom: 130px;
}
.ptb-120 {
    padding-top: 120px;
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-120 {
    padding-bottom: 120px;
}
.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}
.ptb-90 {
    padding-top: 90px;
    padding-bottom: 90px;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.no-padding {
    padding: 0;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mr-25 {
    margin-right: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.mt-15 {
    margin-top: 15px;
}
.mr-15 {
    margin-right: 15px;
}
.mb-15 {
    margin-bottom: 15px;
}
.ml-15 {
    margin-left: 15px;
}
.mt-10 {
    margin-top: 10px;
}
.mr-10 {
    margin-right: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}
.ml-10 {
    margin-left: 10px;
}

.last-child {
    margin-bottom: 0 !important;
}
.pt-90 {
    padding-top: 90px;
}
.pb-90 {
    padding-bottom: 90px;
}
.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.pb-80 {
    padding-bottom: 80px;
}
.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}
.pt-70 {
    padding-top: 70px;
}
.pb-70 {
    padding-bottom: 70px;
}
.ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pt-50 {
    padding-top: 50px;
}
.pb-50 {
    padding-bottom: 50px;
}
.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pt-40 {
    padding-top: 40px;
}
.pb-40 {
    padding-bottom: 40px;
}
.no-padding {
    padding: 0;
}
.mt-100 {
    margin-top: 100px;
}
.mb-100 {
    margin-bottom: 100px;
}
.mb-70 {
    margin-bottom: 70px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-30 {
    margin-top: 30px;
}
.mr-30 {
    margin-right: 30px !important;
}
.mb-30 {
    margin-bottom: 30px;
}
.ml-30 {
    margin-left: 30px;
}
.mt-25 {
    margin-top: 25px;
}
.mr-25 {
    margin-right: 25px;
}
.mb-25 {
    margin-bottom: 25px;
}
.ml-25 {
    margin-left: 25px;
}
.mt-20 {
    margin-top: 20px;
}
.mr-20 {
    margin-right: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.ml-20 {
    margin-left: 20px;
}
.last-child {
    margin-bottom: 0 !important;
}
/*========= Alignment CSS ==========*/
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
/*========== My Classes ==========*/
/* Section title */
.section-title {
    padding-bottom: 30px;
    position: relative;
    padding-left: 35%;
}
.section-title-two {
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
.section-title .top-title,
.section-title-two .top-title {
    font-weight: 500;
    color: var(--alawn-primary-color);
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
}
.section-title h2,
.section-title-two h2 {
    padding-bottom: 15px;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: -0.5px;
    color: var(--alawn-dark-color);
    font-size: 40px;
}
.section-title h2 span,
.section-title-two h2 span {
    color: var(--alawn-dark-color);
}
.section-title p,
.section-title-two p {
    font-size: 18px;
    color: var(--alawn-dark-color);
    line-height: 36px;
    font-weight: 500;
}
.section-title .counter-number,
.section-title-two .counter-number {
    display: inline-flex;
    flex-direction: row-reverse;
    direction: rtl;
}
/* Nav Catousel */
.part-sec-title {
    position: absolute;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    gap: 30px;
}
.sec-carousel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    gap: 10px;
}
.carousel-nav {
    min-width: 50px;
    min-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--alawn-line-color);
    background-color: transparent;
    color: var(--alawn-dark-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    transition: var(--alawn-transition);
    cursor: pointer;
}
.carousel-nav:hover {
    border: 1px solid var(--alawn-primary-color);
    background-color: var(--alawn-primary-color);
    color: var(--alawn-white-color);
}
.swiper-scrollbar-drag {
    background: var(--alawn-primary-color);
}
.carousel-center {
    position: relative;
}
.carousel-nav-center .carousel-nav {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translate(0, -50%);
}
.nav-bg-white .carousel-nav {
    background: var(--alawn-of-white-color);
    border: 0;
}
.nav-bg-gray .carousel-nav {
    background: var(--alawn-white-color);
    border: 0;
}
.carousel-nav-center .carousel-nav.nav-next {
    right: -70px;
}
.carousel-nav-center .carousel-nav.nav-prev {
    left: -70px;
}
.carousel-nav:hover {
    background: var(--alawn-primary-color);
}
.footer-card .card-item {
    margin-bottom: 40px;
}
.footer-card .section-title {
    padding-left: 100px !important;
}
.footer-card .sec-carousel-nav {
    position: absolute;
    left: 0;
    top: 0;
}
/* Button Section Title */
.btn-sec-title {
    gap: 10px;
}
/* Display */
.display-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.display-table {
    width: 100%;
    height: 100%;
    display: table;
}
.table-cell {
    display: table-cell;
    vertical-align: middle;
}

/* Modal POPup */
.overlay-modal {
    position: fixed;
    background-color: rgb(255 255 255 / 38%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -100;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    animation-delay: 0.5s;
    cursor: crosshair;
}
.overlay-modal.open {
    z-index: 100;
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
    animation-delay: 0.1s;
}
.modal-popup {
    position: fixed;
    min-height: 200px;
    width: 100%;
    max-width: 1000px;
    top: 50%;
    left: 50%;
    z-index: -101;
    transform: translate(-50%, -30%);
    border-radius: 10px;
    box-shadow: 5px 5px 20px hsl(0deg 0% 0% / 10%);
    flex-direction: column;
    padding: 50px 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    opacity: 0;
    visibility: hidden;
    animation-delay: 2s;
    transition: 0.5s;
    border: 1px solid rgba(85, 101, 175, 1);
    background: var(--alawn-of-white-color);
}
.modal-popup.open {
    z-index: 101;
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, -50%);
    transition: 0.8s;
    animation-delay: 1s;
}
.modal-head {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}
.close-modal {
    height: 30px;
    width: 30px;
    position: absolute;
    top: 0px;
    left: 20px;
    width: 35px;
    height: 30px;
    border-radius: 4px;
    background-color: var(--alawn-secondary-color);
    border: none;
    outline: none;
    justify-content: center;
    align-items: center;
    transition: var(--alawn-transition);
    left: -30px;
    top: -40px;
}
.close-modal span {
    width: 20px;
    height: 2px;
    background-color: var(--alawn-white-color);
    transition: all 0.4s;
    position: absolute;
}
.close-modal span:first-child {
    transform: rotate(135deg);
}
.close-modal span:last-child {
    transform: rotate(45deg);
}
.modal-head h4 {
    color: var(--alawn-dark3-color);
    margin-bottom: 30px;
    padding-right: 0;
    display: flex;
    gap: 20px;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
}
.modal-body {
    width: 100%;
}
.modal-body .form-conent {
    display: grid;
    width: 100%;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
}
.modal-body .form-btn {
    display: flex;
    width: 100%;
    justify-content: end;
    align-items: center;
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid var(--alawn-line-color);
}

.conent-files {
    padding: 50px 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px dashed #8c8ca1;
    border-radius: 5px;
}
.edit-avatar {
    border: 1px solid #8c8ca1;
    padding: 10px;
    border-radius: 5px;
    display: grid;
    grid-template-columns: calc(50% - 5px) calc(50% - 5px);
    gap: 10px;
    background-color: #fff;
}
.edit-avatar button {
    display: flex;
    width: auto;
}
.img-upload {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}
.img-upload:hover {
    box-shadow: 0 1px 1px #000;
    opacity: 0.1;
}
.img-avatar {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
/* Tabs  */

.tabs-component {
    position: relative;
}

.tabs-component .tabs-control {
    display: flex;
    gap: 30px;
    text-align: center;
}
.button-tab {
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: right;
    color: var(--alawn-dark3-color);
    border-bottom: none;
}
.button-tab:focus {
    border: none;
}
.button-tab:hover {
    opacity: 0.6;
}
.button-tab.active {
    color: var(--alawn-primary-color);
}
.header-tabs-component {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tabs-container {
    padding: 0;
    margin: 50px 0;
    margin-bottom: 0;
}
.tabs-content {
    opacity: 0;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    position: relative;
    display: flex;
    height: 0;
    transition: var(--alawn-transition);
    transform: translate(0, 200%);
    z-index: -10;
}
.tabs-content .body-conent-tab {
    overflow: hidden;
}
.tabs-content.active {
    height: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    transform: translate(0, 0%);
}
/* List Pagination */
.list-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}
/* Firefox */
.scrollbar {
    scrollbar-color: var(--alawn-primary-color) var(--alawn-white-color);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}
.scrollbar::-webkit-scrollbar {
    width: 7px;
    background-color: var(--alawn-white-color) !important;
}
.scrollbar::-webkit-scrollbar-thumb {
    background-color: var(--alawn-primary-color) !important;
    border-radius: 0px;
    border: 7px solid var(--alawn-primary-color) !important;
}

/* Button */
.list-pagination .pagination-btn {
    border: 1px solid rgba(226, 232, 240, 1);
    width: 130px;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--alawn-gray-color);
    border-radius: 4px;
    background-color: transparent;
    transition: var(--alawn-transition);
}
.list-pagination .pagination-btn svg path {
    stroke: var(--alawn-gray-color);
}
.list-pagination .pagination-btn:hover {
    border-color: var(--alawn-primary-color) !important;
    color: var(--alawn-primary-color) !important;
}
.list-pagination .pagination-btn:hover svg path {
    stroke: var(--alawn-primary-color) !important;
}
/* list */
.list-pagination .list-page-links {
    padding: 0;
    display: flex;
    margin-bottom: 0;
    gap: 5px;
}
.dataTables_paginate {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pagination-btn.next,
.pagination-btn.previous {
    border: 1px solid rgba(226, 232, 240, 1) !important;
    width: 130px;
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: var(--alawn-gray-color) !important;
    border-radius: 4px !important;
    background-color: transparent !important;
    transition: var(--alawn-transition) !important;
    cursor: pointer;
}
.pagination-btn.next.disabled,
.pagination-btn.previous.disabled {
    cursor: auto;
}
.list-pagination .list-page-links li {
    display: inline-block;
}
.dataTables_paginate span {
    display: flex;
    gap: 5px;
}
.list-pagination .list-page-links li a,
.dataTables_paginate span .pagination-btn {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0px;
    text-align: left;
    height: 38px;
    width: 38px;
    color: var(--alawn-dark3-color) !important;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--alawn-transition) !important;
    color: var(--alawn-dark2-color) !important;
    cursor: pointer;
}
.list-pagination .list-page-links li a.active,
.list-pagination .list-page-links li a:hover,
.pagination-btn.next:hover,
.pagination-btn.previous:hover,
.pagination-btn.next:active,
.pagination-btn.previous:active,
.pagination-btn.next.disabled:hover,
.pagination-btn.previous.disabled:hover,
.pagination-btn.next.disabled:active,
.pagination-btn.previous.disabled:active,
.dataTables_paginate span .pagination-btn.current,
.dataTables_paginate span .pagination-btn:hover {
    box-shadow: 0px 1px 2px 0px rgba(15, 23, 42, 0.04) !important;
    background: var(--alawn-primary-color) !important;
    color: var(--alawn-white-color) !important;
}

/* Checkbox */
label {
    color: var(--alawn-dark3-color);
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 5px;
}
.checkbox-theme {
    color: var(--alawn-dark3-color);
    padding-right: 30px;
    cursor: pointer;
    display: flex;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 0px;
    align-items: center;
}
.checkbox-theme input[type="checkbox"] {
    cursor: pointer;
    color: var(--alawn-white-color);
    background: var(--alawn-white-color) !important;
    -webkit-appearance: none;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    margin-left: 0px;
    right: 0;
    border: 2px solid var(--alawn-line-color);
    border-radius: 2px;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox-theme input[type="checkbox"]:checked:after {
    content: "\f00c";
    font-size: 10px;
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: 20;
    background: var(--alawn-blue-color);
    height: 16px;
    width: 16px;
    top: -2px;
    left: -2px;
    line-height: 17px;
    color: #fff !important;
    text-align: center;
    border-radius: 2px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    box-shadow: 0 0 0 2px #ffffff2b;
}

/* Date */
#ui-datepicker-div {
    display: none;
    background-color: var(--alawn-white-color);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    margin-top: 5px;
    border-radius: 0;
    padding: 5px;
    z-index: 99999 !important;
    width: 300px;
}
.ui-datepicker table {
    border-collapse: collapse;
    border-spacing: 0;
}
.ui-datepicker-calendar thead th {
    padding: 0.25rem 0;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: var(--alawn-gray-color);
}
.ui-datepicker-calendar tbody td {
    width: 2.5rem;
    text-align: center;
    padding: 0;
}
.ui-datepicker-calendar tbody td a {
    display: block;
    transition: 0.3s all;
    text-decoration: none;
    font-size: 14px;
    color: var(--alawn-dark3-color) !important;
    border-radius: 0;
    line-height: 35px;
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 3px;
    padding: 0;
}
.ui-datepicker-calendar tbody td a:hover {
    background-color: var(--alawn-of-white-color);
}
.ui-datepicker-calendar tbody td a.ui-state-active {
    background-color: var(--alawn-of-white-color);
    color: var(--alawn-white-color);
}
.ui-datepicker-header a.ui-corner-all {
    cursor: pointer;
    position: absolute;
    top: 0;
    transition: 0.3s all;
    margin: 0;
    border: 1px solid var(--alawn-line-color);
    border-radius: 0;
    height: 34px;
    width: 34px;
    line-height: 34px;
    font-size: 14px;
}
.ui-datepicker-header a.ui-corner-all:hover {
    background-color: var(--alawn-of-white-color);
}
.ui-widget-header {
    background: var(--alawn-of-white-color);
}
.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}
.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}
.ui-datepicker-header a > span {
    display: none;
}
.ui-datepicker-title {
    text-align: center;
    line-height: 2rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    padding-bottom: 0.25rem;
    margin: 0 5px;
    line-height: 1.8em;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: var(--alawn-dark3-color) !important;
    background: var(--alawn-of-white-color);
}
.ui-datepicker-week-col {
    color: var(--alawn-gray-color);
    font-weight: 400;
    font-size: 0.75rem;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid var(--alawn-success-color);
    background: var(--alawn-success-color);
    color: var(--alawn-white-color) !important;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid var(--alawn-dark-color) !important;
    background: var(--alawn-dark-color) !important;
    font-weight: normal;
    color: var(--alawn-white-color) !important;
}
/* Overflow */
.overflow-hidden {
    height: 100%;
    position: relative;
    width: 100%;
}
/* card Item */
.card-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: var(--alawn-transition);
    border-radius: 0px;
    overflow: hidden;
    border: none;
}
.card-item .img-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.card-item .img-card img {
    transition: var(--alawn-transition);
    border-radius: 10px 10px 0px 0px;
}
.card-item:hover .img-card img {
    transform: scale(1.1, 1.1);
}
.icon-card {
    display: flex;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    color: var(--alawn-gray-color);
    margin-bottom: 5px;
}
.content-item-card {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding-bottom: 0;
    padding-top: 20px;
}
.card-item h6 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
}
.card-item:hover h6 {
    color: var(--alawn-primary-color);
}
.content-item-card .p-card {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    /* text-decoration: none;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; */
    font-size: 16px;
    color: var(--alawn-gray-color);
    font-weight: 400;
}
.card-feat-list {
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 5px;
    margin-top: 12px;
    margin-bottom: 12px;
}
.card-feat-list li {
    display: flex;
    gap: 10px;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--alawn-gray-color);
    line-height: 30px;
}

.btn-card {
    width: 100%;
    display: flex;
}
.btn-card .button {
    width: 100%;
}

.card-price {
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 10px;
    line-height: 30px;
    align-items: baseline;
}
.card-price strong {
    font-size: 20px;
    font-weight: 700;
    color: var(--alawn-secondary-color);
}
/* Buttons */
.button {
    cursor: pointer;
    display: inline-flex;
    position: relative;
    padding: 0 35px;
    min-width: 130px;
    z-index: 2;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
    text-align: center;
    align-items: center;
    justify-content: center;
    transition: var(--alawn-transition);
    gap: 10px;
    min-height: 38px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
}
/*  primary */
.btn-primary {
    background: var(--alawn-primary-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-primary-color) inset;
}
.btn-primary:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-dark-color) inset;
}
.btn-primary i {
    color: var(--alawn-white-color) !important;
}
/* Outline primary */
.btn-outline-primary {
    background: transparent;
    color: var(--alawn-primary-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-primary-color) inset;
}
.btn-outline-primary:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-dark-color) inset;
}
.btn-outline-primary i {
    color: var(--alawn-white-color) !important;
}
/* White */
.btn-white {
    font-weight: 600 !important;
    background: var(--alawn-white-color) !important;
    color: var(--alawn-dark-color) !important;
}
.btn-white:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
}
.btn-white i {
    color: var(--alawn-dark-color) !important;
}
.btn-white:hover i {
    color: var(--alawn-white-color) !important;
}
/* Outline White */
.btn-outline-white {
    background: transparent;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-white-color) inset;
}
.btn-outline-white:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-dark-color) inset;
}
.btn-outline-white i {
    color: var(--alawn-white-color) !important;
}
.btn-outline-white:hover i {
    color: var(--alawn-dark-color) !important;
}

/* Dark */
.btn-dark {
    font-weight: 500 !important;
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
}
.btn-dark:hover {
    background: var(--alawn-primary-color) !important;
    color: var(--alawn-white-color) !important;
}
.btn-dark i {
    color: var(--alawn-white-color) !important;
}
/* Outline dark */
.btn-outline-dark {
    background: transparent;
    color: var(--alawn-dark-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-dark-color) inset;
}
.btn-outline-dark:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-dark-color) inset;
}
.btn-outline-dark i {
    color: var(--alawn-dark-color) !important;
}
.btn-outline-dark:hover i {
    color: var(--alawn-white-color) !important;
}
/* secondary */
.btn-secondary {
    font-weight: 500 !important;
    background: var(--alawn-secondary-color) !important;
    color: var(--alawn-white-color) !important;
}
.btn-secondary:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
}
.btn-secondary i {
    color: var(--alawn-white-color) !important;
}
/* Outline secondary */
.btn-outline-secondary {
    background: transparent;
    color: var(--alawn-secondary-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-secondary-color) inset;
}
.btn-outline-secondary:hover {
    background: var(--alawn-secondary-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-secondary-color) inset;
}
.btn-outline-secondary i {
    color: var(--alawn-secondary-color) !important;
}
.btn-outline-secondary:hover i {
    color: var(--alawn-white-color) !important;
}

/* three */
.btn-three {
    font-weight: 500 !important;
    background: var(--alawn-three-color) !important;
    color: var(--alawn-white-color) !important;
}
.btn-three:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
}
.btn-three i {
    color: var(--alawn-white-color) !important;
}
/* Outline three */
.btn-outline-three {
    background: transparent;
    color: var(--alawn-three-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-three-color) inset;
}
.btn-outline-three:hover {
    background: var(--alawn-three-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-three-color) inset;
}
.btn-outline-three i {
    color: var(--alawn-three-color) !important;
}
.btn-outline-three:hover i {
    color: var(--alawn-white-color) !important;
}

/* light */
.btn-light {
    font-weight: 600 !important;
    background: var(--alawn-light-color);
    color: var(--alawn-dark-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-light-color) inset;
}
.btn-light:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-dark-color) inset;
}
.btn-light i {
    color: var(--alawn-dark-color) !important;
}
.btn-light:hover i {
    color: var(--alawn-white-color) !important;
}
/* Outline three */
.btn-outline-light {
    background: transparent;
    color: var(--alawn-dark-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-line-color) inset;
}
.btn-outline-light:hover {
    background: var(--alawn-dark-color) !important;
    color: var(--alawn-white-color) !important;
    box-shadow: 0 0 0 2px var(--alawn-dark-color) inset;
}
.btn-outline-light i {
    color: var(--alawn-dark-color) !important;
}
.btn-outline-light:hover i {
    color: var(--alawn-white-color) !important;
}

.button::after,
.view-cart-btn::after {
    background-color: var(--alawn-dark-color);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transform: scaleY(0);
    transform-origin: bottom left;
    transition: transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    width: 100%;
    z-index: -1;
}
.button:hover::after,
.view-cart-btn:hover::after {
    transform-origin: top right;
    transform: scale(1);
}

/* Button Size */
.btn-xs {
    min-height: 38px;
    line-height: 38px;
}
.btn-sm {
    min-height: 42px;
    line-height: 42px;
}
.btn-md {
    min-height: 48px;
    line-height: 48px;
    padding: 0 20px;
    min-width: 150px;
}
.btn-xl {
    height: 64px;
    padding: 0px 35px;
}

.button i {
    font-size: 20px;
    font-weight: 100;
}

/* link item */
.link-item {
}

.link-item.link-item-two {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

/* Button Link */
.text-link {
    max-width: 650px;
}
.text-link p {
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: var(--alawn-dark3-color);
}
.text-link .btn-link {
    margin-right: 5px;
}
.btn-link {
    position: relative;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding-bottom: 2px;
    color: var(--alawn-dark-color);
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    width: auto;
}
.btn-link:active,
.btn-link:focus {
    color: var(--alawn-dark-color);
}
.btn-link:hover::before {
    left: auto;
    width: 100%;
    right: 0;
}
.btn-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: var(--alawn-primary-color);
    z-index: 1;
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-link::after {
    clear: both;
    display: block;
    width: 100%;
    width: 100%;
    background-color: #d6d6d6;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 2px;
}
.btn-link .text-btn {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    right: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-link:hover .text-btn {
    position: relative;
    right: 14px;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    transform: translateX(4px);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.btn-link:hover {
    color: var(--alawn-primary-color);
}
.btn-link:hover i {
    opacity: 0;
}
.btn-link i {
    font-size: 14px;
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    -webkite-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 0;
    left: -2px;
}

/* Background */
.cover-background {
    position: relative !important;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    height: 100%;
    width: 100%;
}
.bg-image {
    background-image: url(http://placehold.it/1920x1280);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    top: 0;
    left: 0;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    position: relative;
}
.bg-none {
    background: none !important;
}
.white-color {
    color: #fff !important;
}
.gray-color {
    color: #eee !important;
}
hr {
    border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* accordion */
.accor-item {
    position: relative;
    margin: 0;
    padding: 0;
}
.accordion-head {
    background-color: transparent;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0em;
    text-align: right;
    cursor: pointer;
    height: 46px;
    border-radius: 5px;
    padding: 0;
    color: var(--alawn-dark-color);
}
.accordion-head::before {
    position: absolute;
    left: 20px;
    top: 26px;
    font-family: "Font Awesome 5 pro";
    content: "\f107";
    font-size: 16px;
    font-weight: 600;
    height: 20px;
    width: 20px;
    background: transparent;
    text-align: center;
    transform: rotate(0deg);
    transition: var(--alawn-transition);
}
.accordion-head.active::before {
    transform: rotate(180deg);
}
.accordion-body {
    overflow: hidden;
    transition: var(--alawn-transition);
    width: 100%;
    padding: 0;
    height: 0;
}
.accordion-body.open {
    padding: 0;
    padding-bottom: 0;
    height: 100%;
}
/* Rating */
.stars-rating {
    position: relative;
    width: 95px;
    height: 20px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 13px;
}
.stars-rating:before {
    content: "\f005\f005\f005\f005\f005";
    color: #ccc;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    letter-spacing: 4.5px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
}
.stars-rating span {
    overflow: hidden;
    float: right;
    top: 0;
    right: 0;
    position: absolute;
    padding-top: 1.5em;
}
.stars-rating span:before {
    content: "\f005\f005\f005\f005\f005";
    top: 0;
    position: absolute;
    right: 0;
    color: #ffbb0e;
    letter-spacing: 4.5px;
    font-family: "Font Awesome 5 pro";
    font-weight: 600;
}
.stars-rating strong {
    bottom: -5px;
    left: -65px;
    position: absolute;
    font-weight: 600;
    color: var(--alawn-dark-color);
    font-size: 13px;
    opacity: 0.7;
}

/* Toggle switch for change color theme */
.toggle-theme {
    position: relative;
    width: 60px;
    height: 30px;
    border-radius: 35px;
    background-color: var(--alawn-of-white-color);
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 0px 2px rgb(35 31 32 / 13%);
}
.dark-theme .toggle-theme {
    background-color: #e8eaf1;
    box-shadow: 0 0 0px 2px rgb(33 124 232);
}

.toggle i.fa-sun {
    display: none;
}
.dark-switch .toggle i.fa-sun {
    display: inline-block;
    color: #ffbb52;
}
.dark-switch .toggle i.fa-moon-stars {
    display: none;
}
.toggle-theme .toggle {
    position: absolute;
    right: 2px;
    top: 2px;
    bottom: 2px;
    left: 50.5%;
    background: var(--alawn-white-color);
    border-radius: 50%;
    z-index: 1;
    transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.76);
    transition-property: right, left;
    transition-delay: 0s, 0.08s;
    text-align: center;
    color: var(--alawn-dark-color);
    font-size: 15px;
    line-height: 26px;
}
.dark-switch {
    box-shadow: 0 0 0px 2px rgb(83 83 83);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
}
.dark-switch .toggle {
    right: 50.5%;
    left: 2px;
    transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-property: right, left;
    transition-delay: 0.08s, 0s;
    background-color: var(--alawn-of-white-color);
}
/* Side Menu */
.side-menu {
    height: 100%;
    width: 460px;
    position: fixed;
    top: 0;
    right: -100%;
    background-color: var(--alawn-white-color);
    transition: var(--alawn-transition);
    z-index: -999;
    overflow: hidden;
}
.side-menu.open {
    right: 0px;
    z-index: 999;
    visibility: visible;
    opacity: 1;
}
.sidemenu-overlay,
.overlay-fillter-menu,
.overlay-header {
    visibility: hidden;
    height: 100%;
    background-color: rgb(0 22 35 / 40%);
    position: fixed;
    left: -100%;
    top: 0;
    z-index: -20;
    cursor: crosshair;
    opacity: 0;
    width: 0px;
    transition: var(--alawn-transition);
}
.sidemenu-overlay {
    left: -100%;
    right: inherit;
}
.sidemenu-overlay.open,
.overlay-fillter-menu.open,
.overlay-header.open {
    width: 100%;
    opacity: 1;
    visibility: visible;
    z-index: 15;
    left: 0;
}
.overlay-header.open {
    z-index: -1;
}
.side-menu .head-sidebar {
    background: var(--alawn-of-white-color);
    font-size: 16px;
    font-weight: 600;
    color: var(--alawn-dark-color);
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.side-menu .close-sidebar {
    width: 35px;
    height: 35px;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alawn-dark-color);
    cursor: pointer;
    position: relative;
    z-index: 5;
    font-size: 22px;
    font-weight: 100;
}
.side-menu .close-sidebar:hover {
    background-color: var(--alawn-dark-color);
    color: var(--alawn-white-color);
}
.side-menu .inner-side {
    margin: 0px 30px 0;
    position: relative;
    height: 100%;
    top: -100px;
    padding-top: 150px;
    direction: rtl;
}
.scrollbar-menu {
    max-height: 100%;
    transition: 0.4s;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    scrollbar-color: var(--alawn-dark3-color) var(--alawn-white-color);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    direction: ltr;
    margin-left: 0;
    padding-left: 0;
    padding-right: 20px;
}
.scrollbar-menu::-webkit-scrollbar {
    width: 5px;
    background-color: var(--alawn-white-color) !important;
}
.scrollbar-menu::-webkit-scrollbar-thumb {
    background-color: var(--alawn-dark3-color) !important;
    border-radius: 0px;
    border: 5px solid var(--alawn-dark3-color) !important;
}
.sidemenu-conent {
    direction: rtl;
}
.about-side {
    margin-bottom: 50px;
}
.side-logo {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.side-logo img {
    min-width: 200px;
    max-width: 200px;
}
.side-logo h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    letter-spacing: 0em;
    color: var(--alawn-dark-color);
}
.side-info-text {
    font-weight: 600;
    font-size: 15px;
    line-height: 28px;
    color: var(--alawn-dark-color);
}
.contact-side h6,
.follow-us h6 {
    position: relative;
    text-transform: capitalize;
    color: var(--alawn-dark-color);
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 30px;
}

.contact-side {
    margin-bottom: 60px;
}

.contact-side .contact-item {
    margin-bottom: 25px;
}
.contact-side .contact-item .contact-icon {
    color: var(--alawn-dark-color) !important;
    opacity: 1;
    font-size: 22px !important;
}
.contact-side .contact-item p {
    color: var(--alawn-gray-color);
    font-weight: 600 !important;
    font-size: 11px !important;
    margin-bottom: 0;
    opacity: 1;
}
.contact-side .contact-item a,
.contact-side .contact-item span {
    color: var(--alawn-dark2-color) !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 30px !important;
}

.inner-side .social-media li a {
    font-size: 15px;
    color: var(--alawn-dark-color);
    border: 1px solid transparent;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background: var(--alawn-of-white-color);
}
.inner-side .social-media li a:hover {
    background: var(--alawn-primary-color);
    color: var(--alawn-white-color);
}

/*----------------------------------------------------------------
					End Default Settings
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					   Start Search
----------------------------------------------------------------*/

.search-screen {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    overflow: hidden;
    visibility: hidden;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.search-screen.open {
    top: 0;
    visibility: visible;
}
/* Start Close Search */
.search-screen .close-search {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: transparent;
    border: none;
    outline: none;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--alawn-dark-color);
    cursor: pointer;
    position: relative;
    z-index: 5;
    font-size: 20px;
    font-weight: 100;
    top: 30px;
    right: 30px;
    transition: var(--alawn-transition);
}
.close-search span {
    font-size: 35px;
    font-weight: 100;
    text-align: center;
    line-height: 40px;
    color: #fff;
}
.close-search span i {
    font-weight: 100;
}
.close-search:hover {
    background-color: var(--alawn-dark-color);
    color: var(--alawn-white-color);
}
.close-search:hover span {
    color: #fff;
}
/* End Close Search */
.search-screen .input-search {
    top: 50%;
    max-width: 750px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
}
.search-screen .input-search input[type="search"] {
    position: relative;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    color: var(--alawn-dark-color);
    border-radius: 10px;
    background: #fff;
    outline: 0;
    cursor: pointer;
    margin: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #eee;
    height: 70px;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
    font-weight: 600;
}
.search-screen .search-btn {
    background: var(--alawn-bg-gradient-color);
    border: none;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 16px;
    height: 60px;
    width: 60px;
    text-align: center;
    position: absolute;
    top: 5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: var(--alawn-dark-color);
    left: 5px;
    border-radius: 5px;
}
.search-screen .search-btn i {
    padding-left: 5px;
}
.search-screen .search-btn:hover {
    background: var(--alawn-primary-color);
}
/*----------------------------------------------------------------
					   End   Search
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					   Start Header
----------------------------------------------------------------*/
.main-header {
    position: relative;
    background-color: var(--alawn-white-color);
    z-index: 15;
}
.main-header .container {
    max-width: 1700px;
    height: 100%;
}
.main-header .header-top {
    background-color: var(--alawn-bg-dark-color);
    background: var(--alawn-dark-color);
    height: 50px;
    font-family: var(--alawn-font-two);
}
.content-top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
}
.header-contact-us {
    display: flex;
    align-items: center;
    gap: 35px;
    color: var(--alawn-light-color);
}
.header-contact-us a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 400;
    color: var(--alawn-light-color);
    line-height: 14px;
    transition: var(--alawn-transition);
}
.header-contact-us a .phone-num {
    direction: ltr;
}
.header-contact-us a i {
    font-weight: 300;
    font-size: 15px;
    color: var(--alawn-white-color);
    height: 30px;
    width: 30px;
    background: hsl(0deg 0% 100% / 15%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-contact-us a:hover {
    color: var(--alawn-white-color);
}
/* Soical Holder */
.header-social {
    display: flex;
    gap: 20px;
    height: 100%;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
}
.header-social .dir-page {
    font-size: 13px;
    font-weight: 400;
    color: #002041;
    line-height: 14px;
    transition: var(--alawn-transition);
    height: 36px;
    width: 100px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    gap: 5px;
    color: var(--alawn-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    /* border: 1px solid #ffffff0f; */
}
.header-social .dir-page:hover {
    background: var(--alawn-primary-color);
}
.header-social .social-media-bar {
    display: flex;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}
.header-social .social-media-bar a {
    color: var(--alawn-light-color);
    transition: var(--alawn-transition);
    font-weight: 300;
    font-size: 15px;
    height: 30px;
    width: 30px;
    background: hsl(0deg 0% 100% / 15%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social .social-media-bar a:hover {
    color: var(--alawn-white-color);
    background: var(--alawn-primary-color);
}
/* Header Logo */
.logo-holder {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.logo-holder .logo img {
    max-width: 200px;
}
.logo-light {
    display: none;
}
/* navbar toggle button */
.toggle-menu {
    display: none;
    align-content: center;
    justify-items: center;
    right: 0;
    top: 0;
    gap: 5px;
    align-items: center;
    height: 30px;
    width: 30px;
    justify-content: center;
}
.toggle-menu span {
    transition: var(--alawn-transition);
}
.toggle-menu:hover span {
    background: var(--alawn-blue-color);
}
.toggle-menu span {
    background: var(--alawn-dark-color);
    display: block;
    height: 2px;
    margin: auto;
    position: relative;
    width: 25px;
}
.toggle-menu-active span:first-child {
    top: 7px;
    transform: rotate(45deg);
    background: var(--alawn-blue-color);
}
.toggle-menu-active span:nth-child(2) {
    display: none;
}
.toggle-menu-active span:nth-child(3) {
    top: 7px;
    transform: rotate(135deg);
    background: var(--alawn-blue-color);
}
/* navbar */

.main-header .nav-links {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    font-weight: 500;
    position: relative;
    height: 100%;
    align-items: center;
}
.main-header .nav-links > .nav-item {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}
.main-header .nav-links .nav-link {
    font-size: 13px;
    font-weight: 600;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.nav-link .icon-down {
    height: 20px;
}
.main-header .nav-links .nav-item .nav-link:hover,
.main-header .nav-links > .nav-item.active .nav-link {
    color: var(--alawn-primary-color);
}
.main-header .nav-item > .nav-link:before {
    position: absolute;
    content: "";
    width: 100%;
    display: table;
    height: 3px;
    bottom: 25px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: var(--alawn-primary-color) !important;
    opacity: 0;
    border-radius: 10px;
}
.main-header .nav-item.active > .nav-link:before,
.main-header .nav-item:hover > .nav-link:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
    color: var(--alawn-primary-color) !important;
    background-color: transparent;
}

.stuck {
    position: fixed !important;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 18;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
    right: 0;
    border-bottom: 1px solid var(--alawn-light-color);
}
/* Header ICons */
.app-header {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 0;
    gap: 30px;
    margin: 0;
    padding: 0;
}
.app-header li {
    display: flex;
    align-items: center;
    justify-content: center;
}
.app-header .app-header-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alawn-dark-color);
    font-size: 20px;
    transition: var(--alawn-transition);
    position: relative;
}
.app-header .app-header-item a:hover {
    color: var(--alawn-primary-color);
}
.booking-holder {
    display: flex;
}
.booking-holder a {
    font-size: 13px;
    color: var(--alawn-white-color);
    font-weight: 500;
    padding: 0px 25px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--alawn-dark-color);
    height: 40px;
    transition: var(--alawn-transition);
}
.booking-holder a:hover {
    background: var(--alawn-primary-color);
}

/* Navigation Bar */
.navbar {
    position: relative;
    background-color: var(--alawn-white-color);
    padding: 0;
    height: 85px;
    z-index: 111;
}
.content-nav {
    height: 100%;
}
.navbar .nav-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    gap: 35px;
    padding: 0;
}
.navbar .nav-list .nav-item .nav-link {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
}
.nav-list .nav-item .nav-link:hover {
    color: var(--alawn-primary-color);
}
.nav-list .nav-item .nav-link:hover .icon {
    background-color: var(--alawn-blue-color);
}

/* Submenu */
.main-header .nav-items {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-links .nav-item.has-dropdown > ul.sub-menu {
    transform: translateY(10%);
    transition: var(--alawn-transition);
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    width: 280px;
    visibility: hidden;
    opacity: 0;
    margin-left: 5px;
    z-index: 555;
    top: 50px;
    padding-left: 0;
    margin-left: 0;
    background: var(--alawn-white-color);
    padding: 12px;
    border-radius: 10px;
    border: 1px solid var(--alawn-of-white-color);
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
        0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.nav-links > .nav-item.has-dropdown > ul.sub-menu {
    top: 75px;
}
.nav-item.has-dropdown > ul.sub-menu li {
    display: block;
    z-index: 3;
}
.nav-item.has-dropdown > ul.sub-menu li a {
    display: block;
    padding: 10px;
    margin: 0;
    position: relative;
    background: transparent;
    font-size: 13px;
    font-weight: 600;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
    border-bottom: 1px solid #d7d6eb52;
}
.nav-item.has-dropdown > ul.sub-menu li:last-child a {
    padding-bottom: 0;
}
.nav-item.has-dropdown > ul.sub-menu li:last-child a {
    border-bottom: none !important;
}
.nav-item.has-dropdown > ul.sub-menu li a:hover {
    opacity: 1;
}
.nav-item.has-dropdown > ul.sub-menu li a:hover,
ul.nav-links > li > ul.sub-menu > li aa:hover {
    color: var(--alawn-dark-color);
}
.nav-item.has-dropdown:hover > .sub-menu {
    transform: translateY(0) !important;
    opacity: 1 !important;
    visibility: visible !important;
}

ul.nav-links > li > ul.sub-menu > li.has-dropdown::before {
    content: "\f105";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    font-size: 13px;
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    top: 14px;
    color: var(--alawn-gray-color);
    transition: var(--alawn-transition);
    z-index: 22;
    opacity: 0.9;
    right: inherit !important;
    left: 15px;
    transform: rotate(180deg);
}
ul.nav-links > li > ul.sub-menu > li.has-dropdown:hover::before {
    right: 10px;
}
ul.nav-links > li > ul.sub-menu > li.has-dropdown:hover > a {
    color: var(--alawn-blue-color);
    opacity: 1;
}
ul.nav-links > li > ul.sub-menu > li > ul.sub-menu {
    left: inherit;
    top: 0 !important;
    right: 198px !important;
}
ul.nav-links > li > ul.sub-menu > li.has-dropdown > ul.sub-menu {
    transform: translateY(-10);
    opacity: 0;
    visibility: hidden;
}
ul.nav-links > li > ul.sub-menu > li.has-dropdown:hover > ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.nav-item.has-dropdown > ul.sub-menu li {
    position: relative;
}
ul.nav-links
    > li
    > ul.sub-menu
    > li.has-dropdown
    > ul.sub-menu
    > li.has-dropdown::before {
    content: "\f105";
    line-height: 1;
    font-family: "Font Awesome 5 pro";
    font-weight: 900;
    font-size: 13px;
    display: block;
    margin-top: 0;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 18px;
    color: var(--alawn-gray-color);
    transition: var(--alawn-blue-color);
    z-index: 22;
    opacity: 0.9;
}
ul.nav-links
    > li
    > ul.sub-menu
    > li.has-dropdown
    > ul.sub-menu
    > li.has-dropdown:hover::before {
    right: 10px;
}
ul.nav-links > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    left: 198px;
    top: 0 !important;
}
ul.nav-links > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    transform: translateY(-10);
    opacity: 0;
    visibility: hidden;
}
ul.nav-links
    > li
    > ul.sub-menu
    > li
    > ul.sub-menu
    > li.has-dropdown:hover
    > ul.sub-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

/*----------------------------------------------------------------
					   End Navbar
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Section Banner  
----------------------------------------------------------------*/
.home-banner {
    position: relative;
    background-color: var(--alawn-white-color);
}
.home-banner .hero-slider,
.home-banner .slider-item .container {
    height: calc(100vh - 130px);
    position: relative;
}
.home-banner .slider-item::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.6;
    background-image: linear-gradient(
        to bottom,
        rgb(56 66 69) 0%,
        #3b3f41 10%,
        rgba(18, 34, 29, 0) 30%,
        rgb(51 57 59 / 15%) 100%
    );
}
.home-banner .slider-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 52 62 / 25%);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/banner/overlay.png);
    z-index: 2;
}
.home-banner .slider-item .container {
    z-index: 3;
}
.home-banner .info-banner {
    max-width: 1000px;
    margin: 0;
}
.home-banner .top-title {
    position: relative;
    max-width: 450px;
    margin-bottom: 15px;
    color: var(--alawn-white-color);
    font-weight: 300;
    font-size: 20px;
}

.info-banner h1 {
    font-weight: 600;
    font-size: 66px;
    line-height: 1.2;
    opacity: 1;
    position: relative;
    padding-bottom: 40px;
    color: var(--alawn-white-color);
}
p.text-banner {
    color: var(--alawn-light-color);
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0px;
    max-width: 700px;
    margin-bottom: 30px;
}
.btns-item {
    display: flex;
    gap: 25px;
}

.btn-video {
    display: flex;
    gap: 15px;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    align-items: center;
    position: relative;
    z-index: 10;
}
.btn-video-play {
    position: relative;
    z-index: 10;
    box-sizing: content-box;
    display: block;
    background: var(--alawn-white-color);
    border-radius: 50%;
    height: 60px;
    width: 60px;
}
.btn-video-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--alawn-white-color);
    border-radius: 50%;
    animation: pulse-border 1500ms ease-out infinite;
}
.btn-video-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 60px;
    height: 60px;
    background: var(--alawn-white-color);
    border-radius: 50%;
    transition: all 200ms;
}
.btn-video-play:hover:after {
    background-color: darken(var(--alawn-white-color), 10%);
}
.btn-video-play i {
    background: transparent;
    border: 2px solid var(--alawn-white-color);
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 50%;
    position: relative;
    font-size: 15px;
    display: inline-block;
    text-align: center;
    color: var(--alawn-dark-color);
    transition: all 0.4s;
    z-index: 555;
}
.btn-video span {
    border-bottom: 1px solid #fff;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.btn-video:hover span {
    color: var(--alawn-white-color);
}
.btn-video:hover .btn-video-play,
.btn-video:hover .btn-video-play:after {
    background: var(--alawn-dark-color);
}
.btn-video:hover .btn-video-play i {
    border: 2px solid var(--alawn-dark-color);
    color: var(--alawn-white-color);
}

/* carousel */
.carousel-hero {
    position: absolute;
    background: var(--alawn-white-color);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    color: #000;
    display: flex;
    align-items: center;
    top: 50%;
    justify-content: center;
    z-index: 1;
    transform: translate(0, -50%);
    transition: var(--alawn-transition);
    color: var(--alawn-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid #ffffff0f;
}
.carousel-hero.nav-next {
    right: 10px;
}
.carousel-hero.nav-prev {
    left: 10px;
}
.carousel-hero:hover {
    background-color: var(--alawn-primary-color);
    color: var(--alawn-white-color);
}

/* Dots Slider */
.hero-slider-dots {
    position: absolute;
    bottom: 40px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    z-index: 1;
}
.hero-slider-dots .swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 2px;
    position: relative;
    opacity: 1;
    transition: var(--alawn-transition);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid #ffffff0f;
}
.hero-slider-dots .swiper-pagination-bullet-active {
    width: 50px;
    background: var(--alawn-primary-color);
}
.go-down {
    position: absolute;
    right: 0;
    width: 115px;
    display: flex;
    flex-direction: row;
    bottom: 30px;
    gap: 10px;
    align-items: center;
    z-index: 1;
}

.go-down span {
    font-weight: 600;
    color: var(--alawn-white-color);
    font-size: 12px;
}

.hero-section-scroll {
    width: 20px;
    height: 30px;
}
.hsc2 {
    bottom: 100px;
}
.hero-section-scroll:before {
    content: "";
    position: absolute;
    bottom: -35px;
    height: 30px;
    width: 1px;
    right: 10px;
    background: rgba(255, 255, 255, 0.2);
}
.mousey {
    float: left;
    width: 20px;
    height: 30px;
    border-radius: 6px;
    padding: 0 6px;
    box-sizing: border-box;
    position: relative;
    z-index: 10;
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid #ffffff0f;
}
.scroller {
    position: relative;
    left: 30%;
    top: 0px;
    margin-left: -2px;
    width: 18px;
    height: 18px;
    /* background: var(--alawn-white-color); */
    animation-name: scroll;
    animation-duration: 3s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
    font-size: 15px;
    color: var(--alawn-white-color);
}
@keyframes scroll {
    0% {
        opacity: 0;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    30% {
        transform: translateY(0);
        opacity: 0;
    }
    50% {
        transform: translateY(0);
        opacity: 1;
    }
    70% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.container-slider {
    position: relative;
    max-width: 1300px;
}

/* Effect  Header */

.swiper-slide-active .info-banner h1 {
    animation: slideTop 2s ease-in-out;
    opacity: 1;
}
.swiper-slide-active .info-banner p.text-banner {
    animation: slideBottom 2s ease-in-out;
    opacity: 1;
}
.swiper-slide-active .info-banner .btns-item,
.swiper-slide-active .info-banner .top-title {
    animation: slideBottom 2s ease-in-out;
    opacity: 1;
}

@keyframes slideTop {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
@keyframes slideBottom {
    from {
        transform: translateY(50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.home-banner .slider-item .bg-slider {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--alawn-dark-color);
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.5;
    -webkit-transform: scale(1.15);
    -khtml-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
    -khtml-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
    -moz-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
    -ms-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
    -o-transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
    transition: opacity 0.6s ease-in-out, transform 2s ease 0.8s;
}
.home-banner .slider-item .bg-slider video,
.home-banner .slider-item .bg-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.swiper-slide-active.slider-item .bg-slider {
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.swiper-slide {
    overflow: hidden;
    position: relative;
}

/*----------------------------------------------------------------
					End Banner 
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Section About Alawn
----------------------------------------------------------------*/
.about-alawn {
    background: var(--alawn-white-color);
    position: relative;
}
.about-alawn .conent-about {
    position: relative;
    /* overflow: hidden; */
}
.about-alawn .image-about {
    position: relative;
    max-height: 500px;
}
.about-alawn .image-about img,
.about-alawn .image-about video {
    border-radius: 16px;
    min-height: 500px;
    max-height: 500px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.about-alawn .image-about .popup-video {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    margin: 0 auto;
    right: 0;
    left: 0;
    max-width: 200px;
    z-index: 5;
}
.about-alawn .image-about .popup-video a {
    height: 55px;
}
.about-alawn .bg-color-about {
    position: absolute;
    inset: 0;
    display: block;
    background: linear-gradient(to right top, transparent 70%, #384245);
    overflow: hidden;
}

.about-alawn .info-about {
    position: relative;
    background: #fff;
    height: 100%;
    padding: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 500px;
}
.about-alawn .info-about::after {
    position: absolute;
    background: #384245;
    width: 100%;
    width: 100%;
    inset: 0;
    display: block;
    content: "";
    z-index: 0;
}
.about-alawn .info-about::before {
    position: absolute;
    background: var(--alawn-white-color);
    width: 100%;
    inset: 0;
    display: block;
    content: "";
    z-index: 1;
    border-top-left-radius: 25px;
}
.about-alawn .info-about .conent-about {
    z-index: 2;
    position: relative;
}
.about-alawn .info-about .conent-about p {
    font-size: 16px;
    font-weight: 600;
    line-height: 36px;
    color: var(--alawn-dark3-color) !important;
    margin-bottom: 30px;
}
/* Wrapper Md  */
.about-alawn .wrapper-md .bg-color-about {
    background: linear-gradient(to bottom left, transparent 70%, #384245);
}
.about-alawn .wrapper-md .info-about::after {
    position: absolute;
    background: #384245;
    width: 100%;
    width: 100%;
    inset: 0;
    display: block;
    content: "";
    z-index: 0;
}
.about-alawn .wrapper-md .info-about::before {
    border-radius: 0;
    border-bottom-right-radius: 25px;
}
.about-alawn .wrapper-md .info-about .conent-about {
    z-index: 2;
    position: relative;
}
.about-alawn .wrapper-md .image-about img,
.about-alawn .wrapper-md .image-about video,
.about-alawn .wrapper-md .info-about {
    min-height: 300px;
    max-height: 300px;
}
.about-alawn .wrapper-md p.author-desc {
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 600;
    color: var(--alawn-dark2-color) !important;
}
.about-alawn .wrapper-md .author {
    display: flex;
    gap: 20px;
    align-items: center;
}
.about-alawn .wrapper-md .author .img-author {
    min-height: 75px;
    min-width: 75px;
    border-radius: 50%;
    background: var(--alawn-light-color);
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-alawn .wrapper-md .author .img-author img {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    object-fit: cover;
}
.about-alawn .wrapper-md .author h6 {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--alawn-dark-color);
}
.about-alawn .wrapper-md .author span {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0px;
    font-weight: 500;
    color: var(--alawn-dark3-color);
}
/*----------------------------------------------------------------
					End  Section About Alawn 
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Section Goals
----------------------------------------------------------------*/
.goals-section {
    position: relative;
    background: var(--alawn-of-white-color);
}

.goals-section .all-goals {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: -25px;
}
.goals-section .all-goals .swiper-wrapper {
    margin: 30px 0 0;
}
.goals-section .all-goals .slide-item {
    padding: 15px;
    padding-bottom: 45px;
}
.gaol-item {
    background: var(--alawn-white-color);
    /* box-shadow: 0 15px 25px #00000014; */
    color: var(--alawn-dark-color);
    text-align: center;
    border-radius: 16px;
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 24px;
    height: 240px;
    gap: 20px;
    flex-direction: column;
    transition: var(--alawn-transition);
}
.gaol-item i {
    height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 55px;
    color: var(--alawn-primary-color);
    font-weight: 100;
    transition: var(--alawn-transition);
}
.gaol-item h3 {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.gaol-item:hover {
    background: var(--alawn-primary-color);
    color: var(--alawn-white-color);
    transform: scale(1.1, 1.1);
}
.gaol-item:hover i {
    color: var(--alawn-white-color);
}

/* Vision Ad Mission */
.vision-mission {
    display: flex;
    position: relative;
    border-radius: 15px;
    margin-bottom: 30px;
    gap: 25px;
}
.vision-mission > div {
    padding: 50px;
    position: relative;
    display: flex;
    gap: 30px;
    background: var(--alawn-white-color);
    border-radius: 15px;
    transition: var(--alawn-transition);
}
.vision-mission > div i {
    height: 70px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 20px;
    font-size: 55px;
    color: var(--alawn-primary-color);
    font-weight: 100;
    transition: var(--alawn-transition);
}
.vision-mission .conent-item {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.vision-mission .conent-item h5 {
    font-size: 22px;
    line-height: 24px;
    margin: 0;
    font-weight: 600;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
}
.vision-mission .conent-item p {
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    color: var(--alawn-dark-color);
    font-size: 15px;
    font-weight: 600;
    line-height: 30px;
    color: var(--alawn-dark3-color);
    transition: var(--alawn-transition);
}
.vision-mission > div:hover {
    background: var(--alawn-primary-color);
    transform: scale(1.1, 1.1);
    z-index: 5;
}
.vision-mission > div:hover i,
.vision-mission > div:hover .conent-item h5,
.vision-mission > div:hover .conent-item p {
    color: var(--alawn-white-color);
}

/* 
.mission-conent {
    background: var(--alawn-dark-color) !important;
}
.mission-conent i,
.mission-conent h5,
.mission-conent p {
    color: var(--alawn-white-color) !important;
}

.vision-conent {
    background: var(--alawn-primary-color) !important;
}
.vision-conent i,
.vision-conent h5,
.vision-conent p {
    color: var(--alawn-white-color) !important;
} */
/*----------------------------------------------------------------
					End Section Goals 
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start section services
----------------------------------------------------------------*/
.section-services {
    background: var(--alawn-white-color);
}
.service-list {
    background: var(--alawn-white-color);
    padding-bottom: 500px;
}

.section-services .tabs-container {
    margin-top: -500px;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

.service-list .nav-single-card {
    display: flex;
}

.service-list .tabs-control {
    display: inline-flex;
    gap: 50px;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    border-bottom: 1px solid var(--alawn-of-white-color);
    padding-bottom: 15px;
    margin-top: 0px;
}
.service-list .nav-single-card .button-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    gap: 10px;
}
.service-list .nav-single-card .button-tab.active::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: -16px;
    right: 0;
    background: var(--alawn-primary-color);
    border-radius: 10px;
}
.service-list .nav-single-card .button-tab {
    background: transparent !important;
}
.service-list .nav-single-card .button-tab i {
    background: var(--alawn-of-white-color);
    color: var(--alawn-dark-color);
    text-align: center;
    border-radius: 12px;
    cursor: pointer;
    overflow: hidden;
    transform: translateZ(0);
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
    width: 90px;
    flex-direction: column;
    font-size: 40px;
    transition: var(--alawn-transition);
    font-weight: 100;
}
.service-list .button-tab.active {
    color: var(--alawn-dark-color) !important;
    box-shadow: none !important;
}
.service-list .button-tab.active i {
    background: var(--alawn-primary-color);
    color: var(--alawn-white-color);
}
.section-services .tabs-container .tabs-content {
    width: 1270px;
    margin: 0 auto;
}

.img-service {
    height: 600px;
    border-radius: 16px;
    /* box-shadow: 0 15px 45px rgb(0 0 0 / 15%); */
    overflow: hidden;
}
.img-service::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: inherit;
    transition: all 300ms linear 0ms;
    /* background-image: -webkit-linear-gradient(-90deg, rgba(17, 29, 25, 0) 0%, rgba(17, 29, 25, 0) 0%, #0f313a 96%); */
    background-image: -ms-linear-gradient(
        -90deg,
        rgba(17, 29, 25, 0) 0%,
        rgba(17, 29, 25, 0) 0%,
        #0f313a 96%
    );
    opacity: 0.5;
}
.img-service img {
    height: 600px;
    width: 1270px;
    object-fit: cover;
}

.text-item-service {
    position: absolute;
    width: 380px;
    right: 50px;
    bottom: 50px;
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    /* box-shadow: 0 10px 25px rgb(0 0 0 / 5%); */
}
.tabs-content.active .text-item-service {
    animation: slideBottom 2s ease-in-out;
    opacity: 1;
}
.text-item-service h3 {
    font-size: 19px;
    letter-spacing: -0.5px;
    line-height: 19px;
    font-weight: 600;
    color: var(--alawn-dark2-color);
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.text-item-service p {
    font-size: 17px;
    color: var(--alawn-dark-color);
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

/*----------------------------------------------------------------
					End  section services
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					start Section Call To Action
----------------------------------------------------------------*/
.call-to-action-item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 200px;
    padding: 50px;
}
.call-to-action-item img {
    transition: var(--alawn-transition);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.call-to-action-item:hover img {
    transform: scale(1.1, 1.1);
}
.call-action-content {
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(
        to bottom,
        rgba(6, 27, 65, 0) 0%,
        rgb(1 45 71) 100%
    );
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    gap: 20px;
    padding: 50px;
    text-align: center;
}
.call-action-content h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    color: var(--alawn-white-color);
    transition: var(--alawn-transition);
}
.call-action-content a {
    min-height: 50px;
}
/*----------------------------------------------------------------
					End Section Call To Action
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					start Section features
----------------------------------------------------------------*/
.feat-item {
    display: flex;
    gap: 15px;
    flex-direction: column;
}
.feat-item i {
    font-size: 40px;
    color: var(--alawn-secondary-color);
}
.feat-item h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
}
.feat-item p {
    margin: 0;
    font-size: 18px;
}
/*----------------------------------------------------------------
					End Section features
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                       start Reels Section 
----------------------------------------------------------------*/
.section-reels {
    position: relative;
    background: var(--alawn-white-color);
}
.reels-tabs .tabs-container {
    overflow: hidden;
}
.all-reels {
    position: relative;
}

/* .all-reels .swiper-container {
    overflow: visible;
    max-width: 380x;
    margin: 0px;
}
.all-reels .swiper-container .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform-origin: 0 50%;
        -ms-transform-origin: 0 50%;
            transform-origin: 0 50%;
    max-width: 445px;
    min-width: 380px;
    background: transparent;
    border-radius: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  } */
.all-reels .reel-item {
    position: relative;
}
.reel-item .conent-reel-item {
    position: relative;
    overflow: hidden;
    height: 580px;
}

.all-reels .conent-reel-item video,
.all-reels .conent-reel-item iframe {
    object-fit: cover;
    object-position: center center;
    height: 580px;
    width: 100%;
    border-radius: 15px;
}
.content-story-reel {
    background: var(--alawn-of-white-color);
    height: 100%;
    border-radius: 15px;
}
.content-story-reel .text-story-reel {
    font-size: 24px;
    line-height: 46px;
    margin-bottom: 0px;
    font-weight: 600;
    color: var(--alawn-dark2-color) !important;
    padding: 30px;
}
.overlay-reels {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 25;
    opacity: 0;
    display: block;
    background: linear-gradient(transparent 0%, #282828) no-repeat;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
    border-radius: 15px;
}
.all-reels .reel-item:hover .overlay-reels {
    opacity: 0.95;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}
.all-reels .reel-item .popup-video {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    gap: 15px;
}
.popup-video a {
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    transition: var(--alawn-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 35px;
    gap: 15px;
    color: var(--alawn-white-color);
    background: hsl(0deg 0% 100% / 20%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    padding: 16px 30px;
}
.popup-video a:hover {
    background: var(--alawn-dark-color);
}
.text-of-reel {
    padding-top: 15px;
}
.text-of-reel h5 {
    padding-left: 40px;
    color: var(--alawn-dark2-color);
    line-height: 32px;
    font-weight: 600;
    font-size: 20px;
}
/*----------------------------------------------------------------
                       End Reel Section 
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                       Start testimonials Section 
----------------------------------------------------------------*/
.testimonials {
    position: relative;
}
.testimonials .slider-container {
    max-width: 100%;
    margin: auto;
    text-align: center;
}
.testimonials .main-slide {
    width: 100%;
    background-size: cover;
    background-position: center;
    position: relative;
    transition: background-image 0.5s ease;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    height: calc(100vh - 85px);
    min-height: calc(100vh - 85px);
    position: relative;
    top: 0;
    right: 0;
    align-content: flex-start;
}
.testimonials .testimonial-text {
    font-size: 40px;
    color: white;
    text-align: right;
    max-width: 740px;
    font-weight: 600;
    line-height: 60px;
    margin: 0;
}
.testimonials .main-slide img {
    max-width: 100%;
    height: auto;
    display: block;
    z-index: 2;
}
.thumbnails-container {
    position: absolute;
    bottom: 80px;
    right: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: flex-start;
}
.testimonials .thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    z-index: 10;
    align-items: flex-start;
    gap: 50px;
}
.testimonials .thumbnail {
    opacity: 0.5;
    cursor: pointer;
    transition: opacity 0.3s;
    display: flex;
    gap: 10;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
}
.testimonials .thumbnail img {
    width: 100%;
    height: 100%;
    max-width: 64px;
    max-height: 64px;
    border-radius: 50%;
    object-fit: cover;
}
.testimonials .thumbnail.active {
    opacity: 1;
}
.author-details {
    max-width: 200px;
}
.author-details h6 {
    font-size: 14px;
    font-weight: 600;
    color: var(--alawn-white-color);
    margin-bottom: 10px;
}
.author-details span {
    font-size: 12px;
    font-weight: 500;
    color: var(--alawn-light-color);
    line-height: 18px;
    display: block;
}
/*----------------------------------------------------------------
                       End testimonials Section 
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Footer Page
----------------------------------------------------------------*/
footer.footer {
    position: relative;
    background: var(--alawn-dark-color);
}
footer.footer .container {
    position: relative;
    z-index: 2;
}
/* Footer Contacts */
footer.footer .footer-contacts {
    position: relative;
    background: var(--alawn-dark-color);
    padding: 50px 0px 0;
    border-bottom: 1px solid #eeeeee12;
}
.footer-contacts .contact-title {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}
.footer-contacts .contact-title h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0em;
    color: var(--alawn-white-color);
    transition: var(--alawn-transition);
}
.footer-contacts .contact-title p {
    color: var(--alawn-of-white-color);
    margin: 0;
    font-size: 15px;
}
.contact-item {
    display: flex;
    gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
footer.footer .contact-item .contact-icon {
    position: relative;
    font-weight: 100;
    font-size: 20px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--alawn-white-color);
    /* background: hsl(0deg 0% 100% / 15%); */
    background: var(--alawn-primary-color);
    backdrop-filter: blur(14px) brightness(0.92);
}
.contact-item .contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.contact-item p {
    color: var(--alawn-of-white-color);
    font-size: 14px;
    margin: 0;
    line-height: 20px;
    margin-bottom: 10px;
    font-weight: 400;
    opacity: 0.5;
}
.contact-item .contact-info a {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    color: var(--alawn-white-color);
    transition: var(--alawn-transition);
    direction: ltr;
}
.contact-item .contact-info .info-phone {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.contact-item .contact-info .info-phone a {
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    letter-spacing: 0em;
    color: var(--alawn-white-color);
}

/* Footer Content */
footer.footer .footer-content {
    background: var(--alawn-dark-color);
    position: relative;
    padding: 80px 0 0;
    overflow: hidden;
}

.footer-content .row {
    position: relative;
    z-index: 1;
}
.footer-logo {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
}
.footer-logo img {
    min-width: 200px;
    max-width: 200px;
}
.footer-logo h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 34px;
    color: var(--alawn-white-color);
    transition: var(--alawn-transition);
}

.footer-info-text {
    font-weight: 300;
    line-height: 34px;
    color: var(--alawn-of-white-color);
    margin-bottom: 0;
    font-size: 16px;
    opacity: 0.8;
    max-width: 500px;
}

.social-media {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    margin: 0;
    padding: 0;
}
.social-media li a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    transition: var(--alawn-transition);
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    color: var(--alawn-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid transparent;
}
.social-media li a:hover {
    color: var(--alawn-dark-color);
    background: var(--alawn-white-color);
}

/* Footer Widget */
.title-widget {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
    margin-bottom: 20px;
    color: var(--alawn-white-color);
}
.footer-widget {
    margin-bottom: 30px;
}
.footer-widget .widget-links {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 17px;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer-widget .widget-links a {
    position: relative;
    padding-right: 20px;
    color: var(--alawn-white-color);
    font-weight: 400;
    display: inline-block;
    font-size: 14px;
    opacity: 0.8;
}
.footer-widget .widget-links a::before {
    content: "";
    height: 4px;
    width: 4px;
    right: 0;
    top: 13px;
    background-color: var(--alawn-white-color);
    border-radius: 50%;
    position: absolute;
    opacity: 0.5;
}

.contact-item .contact-info a,
.footer-widget .widget-links a {
    transition: var(--alawn-transition);
}
.contact-item .contact-info a:hover,
.footer-widget .widget-links a:hover {
    color: var(--alawn-white-color);
    opacity: 1;
}
.newsletter-item {
    position: relative;
    margin-bottom: 35px;
}
.footer-newsletter p {
    font-size: 13px;
    font-weight: 500;
    color: var(--alawn-line-color);
    margin-bottom: 20px;
}
.newsletter-item input {
    color: var(--alawn-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid transparent;
    height: 60px;
    border-radius: 5px;
}
.newsletter-item button {
    height: 50px;
    box-shadow: none;
    position: absolute;
    cursor: pointer;
    left: 5px;
    width: 80px;
    text-align: center;
    font-size: 18px;
    /* color: var(--alawn-dark-color);
    background: var(--alawn-white-color); */
    color: var(--alawn-white-color);
    background: var(--alawn-primary-color);
    display: inline-block;
    top: 5px;
    line-height: 50px;
    border-radius: 5px;
    font-weight: 100;
}
.newsletter-item button:hover {
    background: var(--alawn-white-color);
    color: var(--alawn-dark-color);
}
.newsletter-item button i {
    font-weight: 100;
}

/* Copyright */
.copyright {
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 80px;
    gap: 20px;
    border-top: 1px solid #eeeeee12;
    margin-top: 50px;
}

.copyright p {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    color: hsl(67.5deg 100% 98.43% / 60%);
    display: inline-flex;
    gap: 5px;
}
.copyright p a {
    text-decoration: underline;
    color: var(--alawn-light-color);
}

.back-to-top {
    color: hsl(67.5deg 100% 98.43% / 60%);
    font-weight: 700;
    transition: var(--alawn-transition);
}
.back-to-top:hover,
.copyright p a:hover {
    color: var(--alawn-primary-color);
}
/*----------------------------------------------------------------
					End Footer Page
----------------------------------------------------------------*/
/*----------------------------------------------------------------
					Start Inner Pages
----------------------------------------------------------------*/
.inner-page {
    background-color: var(--alawn-white-color);
    position: relative;
}
.listing-page .all-listing .card-item {
    margin-bottom: 40px;
}
/*----------------------------------------------------------------
					End Inner Pages
----------------------------------------------------------------*/

/*----------------------------------------------------------------
					Start Breadcrumb
----------------------------------------------------------------*/
.header-breadcrumb {
    height: 400px;
    padding: 20px 0;
    position: relative;
    background-position: top center !important;
    display: flex;
    align-items: center;
}
.header-breadcrumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(15 52 62 / 25%);
    background-position: 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url(../images/banner/overlay.png);
    z-index: 2;
}
.header-breadcrumb::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0.6;
    background-image: linear-gradient(
        to bottom,
        rgb(56 66 69) 0%,
        #3b3f41 10%,
        rgba(18, 34, 29, 0) 30%,
        rgb(51 57 59 / 15%) 100%
    );
}
.breadcrumb-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    z-index: 3;
    position: relative;
}
.breadcrumb-title h1 {
    width: 100%;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
    color: var(--alawn-white-color);
    padding: 0;
    margin-top: -5px;
}
.breadcrumb-title p {
    color: var(--alawn-light-color);
    font-size: 18px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 0px;
    max-width: 700px;
    margin-bottom: 30px;
}
.header-breadcrumb .breadcrumb {
    background: transparent;
    display: flex;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    gap: 30px;
}
.header-breadcrumb .breadcrumb li,
.header-breadcrumb .breadcrumb li a {
    color: var(--alawn-line-color);
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    position: relative;
    transition: var(--alawn-transition);
}
.header-breadcrumb .breadcrumb li a svg path {
    color: var(--alawn-white-color);
}
.header-breadcrumb .breadcrumb li a:hover {
    color: var(--alawn-white-color);
}
.header-breadcrumb .breadcrumb li.active,
.header-breadcrumb .breadcrumb li.active a,
.header-breadcrumb .breadcrumb li.active span {
    color: var(--alawn-white-color);
}

.header-breadcrumb .breadcrumb li {
    color: var(--alawn-white-color);
}
.header-breadcrumb .breadcrumb li::before {
    content: "/";
    font-style: normal;
    font-variant: normal;
    font-family: "Font Awesome 5 pro";
    line-height: 1;
    text-rendering: auto;
    position: absolute;
    color: var(--alawn-white-color);
    font-size: 16px;
    left: -15px;
    top: 4px;
    z-index: 5;
    font-weight: 600;
}
.header-breadcrumb .breadcrumb li:last-child::before {
    content: none;
}
.breadcrumb-text {
    overflow: hidden;
}
.breadcrumb-text p {
    font-size: 18px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: right;
    color: var(--alawn-light-color);
    margin: 0;
}
.breadcrumb-rating {
    display: flex;
    gap: 15px;
    align-items: center;
}
.breadcrumb-rating .location {
    padding: 3px 12px;
    background: var(--alawn-light-color);
    border-radius: 5px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    gap: 5px;
    color: #fff;
}
.breadcrumb-rating .stars-rating {
    width: 110px;
    font-size: 16px;
}
.breadcrumb-rating .stars-rating strong {
    left: -70px;
    font-size: 15px;
}

.breadcrumb-bg-white {
    height: auto;
    padding: 30px;
    background: var(--alawn-white-color);
    border-top: 1px solid var(--alawn-light-color);
}
.breadcrumb-bg-white::before,
.breadcrumb-bg-white::after {
    display: none;
}
.breadcrumb-bg-white .breadcrumb li a {
    color: var(--alawn-gray-color);
}
.breadcrumb-bg-white .breadcrumb li::before {
    color: var(--alawn-gray-color);
}
.breadcrumb-bg-white .breadcrumb li,
.breadcrumb-bg-white .breadcrumb li a:hover {
    color: var(--alawn-dark-color);
}

/*----------------------------------------------------------------
                        End Breadcrumb
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Section Team
----------------------------------------------------------------*/
.team-section {
    position: relative;
}
.team-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}
.team-section .item-team {
    position: relative;
    margin-bottom: 0px;
    padding: 10px;
    border-radius: 5px;
    background: var(--alawn-of-white-color);
}
.team-section .item-team:hover {
    transform: scale(1.1, 1.1);
    z-index: 5;
}
.image-team img {
    width: 100%;
    border-radius: 5px;
    height: 270px;
    object-fit: cover;
    object-position: top;
}
.team-content {
    padding: 20px 10px;
}
.team-content h5 {
    color: var(--alawn-dark-color);
    line-height: 30px;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}
.team-content span {
    display: block;
    color: var(--alawn-dark3-color);
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    margin-top: 12px;
}
/*----------------------------------------------------------------
                        End Section Team
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Blog Page
----------------------------------------------------------------*/
.blog-item,
.project-item {
    margin-bottom: 40px;
    padding: 10px;
    background: var(--alawn-of-white-color);
}
.blog-item .content-item-card {
    padding: 20px;
}
/*  Start Single Blog  */
.article-page {
    position: relative;
}
.article-page .post-img img {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-bottom: 30px;
    height: 600px;
    object-fit: cover;
    object-position: top center;
}
.entry-post-conent img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}
.article-page h1,
.article-page h2,
.article-page h3,
.article-page h4,
.article-page h5,
.article-page h6 {
    font-size: 34px;
    font-weight: 600;
    line-height: 50px;
    color: var(--alawn-dark2-color);
    margin-bottom: 20px !important;
    letter-spacing: -1px;
}
.article-page h1 {
    color: var(--alawn-dark-color);
}
.article-page h2 {
    line-height: 48px;
    font-size: 32px;
}
.article-page h3 {
    line-height: 38px;
    font-size: 26px;
}
.article-page h4 {
    line-height: 34px;
    font-size: 24px;
}
.article-page h5 {
    line-height: 30px;
    font-size: 22px;
}
.article-page h6 {
    line-height: 28px;
    font-size: 20px;
}
.post-time-item {
    display: flex;
    font-size: 15px;
    font-weight: 600;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    color: var(--alawn-gray-color);
    margin-bottom: 5px;
}
.article-page .heade-conent .post-item-footer {
    gap: 30px;
    display: flex;
    padding: 15px 0px;
    border-top: 1px solid #eee;
    margin-top: 25px;
    margin-bottom: 15px;
}
.article-page .heade-conent .post-item-footer > div {
    font-size: 16px;
    font-weight: 700;
    line-height: 27px;
    text-align: right;
    color: var(--alawn-dark3-color);
    display: flex;
    align-items: center;
    gap: 10px;
}
.article-page .heade-conent .post-item-footer i {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--alawn-dark-color);
    border-radius: 8px;
    font-weight: 100;
    color: var(--alawn-white-color);
}
.entry-post-conent > * {
    margin-bottom: 25px;
}

.entry-post-conen .article-page p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: var(--alawn-dark2-color);
    overflow: hidden;
    white-space-collapse: preserve-breaks;
    text-wrap: pretty;
}
.article-page blockquote {
    position: relative;
    overflow: hidden;
    padding: 40px 65px;
    border: none;
    line-height: 1.4166666667;
    font-weight: 400;
    font-size: 34px;
    margin: 40px 0;
    font-style: normal;
    border-radius: 20px;
    overflow-wrap: break-word;
    background-color: var(--alawn-of-white-color);
    min-height: 190px;
    color: var(--alawn-dark3-color);
    padding-right: 120px;
    padding-left: 20px;
    font-size: 30px !important;
    line-height: 2 !important;
    color: var(--alawn-dark-color) !important;
}
.article-page blockquote::before {
    position: absolute;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    vertical-align: middle;
    font-family: "Font Awesome 5 pro";
    content: "\f10e";
    font-size: 60px;
    right: 30px;
    top: 50px;
    opacity: 0.2;
}
.article-page blockquote p {
    font-size: 20px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
    font-weight: 600 !important;
    color: var(--alawn-dark2-color) !important;
}
.article-page blockquote cite {
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--alawn-dark-color);
}
.article-page ul {
    padding: 0;
}
.article-page ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 50px;
    color: var(--alawn-dark-color);
}
.article-page ul li strong {
    color: var(--alawn-dark2-color);
}

.masonry-gallery {
    column-gap: 20px;
    display: grid;
    grid-template-columns: 59.5% 1fr;
    margin-bottom: 10px;
}
.gallery-item img {
    margin-bottom: 20px;
    display: block;
    width: 100%;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .masonry-gallery {
        grid-template-columns: 1fr;
    }
}

/*----------------------------------------------------------------
                        End Blog Page
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Files Page
----------------------------------------------------------------*/
.files-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}
.item-file {
    position: relative;
    margin-bottom: 0px;
    padding: 20px;
    border-radius: 10px;
    background: var(--alawn-of-white-color);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
    text-align: center;
    gap: 15px;
    transition: var(--alawn-transition) !important;
    box-shadow: 0 0 0 2px #f1f1f1 inset;
}
.item-file:hover {
    background: var(--alawn-primary-color);
    color: var(--alawn-white-color);
    box-shadow: 0 0 0 2px var(--alawn-primary-color) inset;
    transform: scale(1.1, 1.1) !important;
}
.item-file .icon-file {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    position: relative;
    width: 100%;
}
.item-file .icon-file i {
    font-size: 50px;
    color: var(--alawn-primary-color);
    font-weight: 100;
    transition: var(--alawn-transition);
}
.item-file .icon-file .down-load {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -5px;
    font-weight: 500;
    color: var(--alawn-line-color);
}

.item-file .file-content {
    margin: 0;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.item-file .file-content span {
    font-size: 13px;
    line-height: 25px;
    font-weight: 600;
    color: var(--alawn-dark3-color);
    transition: var(--alawn-transition);
}
.item-file:hover .icon-file i,
.item-file:hover .file-content span {
    color: var(--alawn-white-color);
}
.item-file:hover .icon-file .down-load {
    font-weight: 600;
}
/*----------------------------------------------------------------
                        End Files Page
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Support Page
----------------------------------------------------------------*/
.tabs-support .tabs-container {
    padding: 0;
    padding-top: 0px;
}
.tabs-support .button-tab {
    background: var(--alawn-light-color);
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    gap: 15px;
    color: var(--alawn-dark-color);
    padding: 18px 25px;
    box-shadow: 0 0 0 2px var(--alawn-light-color) inset;
}
.tabs-support .button-tab i {
    font-size: 25px;
    font-weight: 100;
}
.tabs-support .button-tab.active {
    background: var(--alawn-primary-color);
    color: var(--alawn-white-color);
    box-shadow: 0 0 0 2px var(--alawn-primary-color) inset;
}
.tabs-support .button-tab.active i {
    fill: var(--alawn-white-color);
}

.tabs-support .accordion {
    width: 100%;
    overflow: hidden;
}
.tabs-support .accordion .accor-item {
    margin-bottom: 20px;
    border-radius: 5px;
    background: var(--alawn-of-white-color);
}
.tabs-support .accordion .accor-item .accordion-head {
    height: 70px;
    padding: 15px 40px;
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    display: flex;
    align-items: center;
    border-radius: 0;
}
.tabs-support .accordion .accor-item .accordion-head h4 {
    font-size: 18px;
    color: var(--alawn-dark2-color);
    font-weight: 600;
}
.tabs-support .accordion .accor-item .body-content {
    padding: 30px;
    border-top: 1px solid var(--alawn-light-color);
}

.contact-us .form-login {
    width: 80%;
}
.contact-us .form-login .form-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.contact-us .btn-form button {
    height: 57;
    width: 204px;
    background: linear-gradient(90deg, #00bef4 0%, #008dc3 100%);
}
/*----------------------------------------------------------------
                        End Support Page
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Blog page
----------------------------------------------------------------*/
.section-blog {
    background: var(--alawn-of-white-color);
    position: relative;
}
.section-blog .all-blog {
    margin-top: 20px;
}
.section-blog .all-blog .blog-item {
    background: var(--alawn-white-color);
}
.blog-item,
.project-item {
    border-radius: 0;
    border: 0;
    border-radius: 10px;
}
.blog-item-img,
.project-item-img {
    overflow: hidden;
    border-radius: 10px;
}
.blog-item-img .img-card,
.project-item .img-card {
    border-radius: 10px;
    overflow: hidden;
    height: 230px;
    display: block;
}
.blog-item-img .img-card img,
.project-item .img-card img {
    object-fit: cover;
    width: 100%;
    height: 230px;
}

.blog-item h6,
.project-item h6 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
    margin-bottom: 20px;
    min-height: 90px;
}

.blog-item .excerpt,
.project-item .excerpt {
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
    color: var(--alawn-dark3-color);
    height: 112px;
    overflow: hidden;
}

.blog-item .content-item-card .p-card,
.project-item .content-item-card .p-card {
    margin-bottom: 10px;
}
.blog-item .btn-card a,
.project-item .btn-card a {
    justify-content: space-between;
    margin-bottom: 3px;
}
.date-blog {
    display: flex;
    gap: 30px;
    font-weight: 600;
    margin-bottom: 30px;
    padding: 0;
    font-size: 18px;
    color: var(--alawn-dark-color);
}
.date-blog li {
    display: flex;
    gap: 10px;
}
.date-blog li i {
    color: var(--alawn-secondary-color);
}
.date-blog li a {
    color: var(--alawn-dark-color);
}

.content-item-single-blog {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.content-item-single-blog:last-child {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
/*----------------------------------------------------------------
                        end Blog page
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start SEction statistics
----------------------------------------------------------------*/
.statistics {
    position: relative;
}
.statistics-conent {
    max-width: 1470px;
    padding: 100px 0 70px;
    border-radius: 16px;
    background: var(--alawn-of-white-color);
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid var(--alawn-primary-color);
}
.statistics-conent .container {
    position: relative;
    z-index: 2;
}

.icon-section {
    position: absolute;
    bottom: -55%;
    right: -10%;
    color: var(--alawn-dark-color);
    opacity: 0.1;
    transform: rotate(-44deg);
}
.icon-section i {
    font-size: 800px;
    color: var(--alawn-dark-color);
}

.stat-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    position: relative;
}
.stat-item::before {
    left: -10px;
    top: 50%;
    bottom: 0;
    height: 140px;
    width: 2px;
    background: var(--alawn-dark-color);
    position: absolute;
    content: "";
    transform: translate(0, -50%);
    opacity: 0.05;
}
.statistics .col-md-3.col-sm-6:last-child .stat-item::before {
    display: none;
}

.stat-item i {
    background: var(--alawn-dark-color);
    font-size: 35px;
    height: 80px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: var(--alawn-white-color);
    margin-bottom: 10px;
}

.stat-item .counter-number {
    direction: ltr;
    font-size: 35px;
    color: var(--alawn-dark-color);
    font-weight: 600;
    font-family: "Bukra Sans";
    line-height: 30px;
}
.counter-number {
    direction: ltr;
}
.stat-item .counter-number .counter-type {
    font-weight: 600;
    color: var(--alawn-primary-color);
    margin-left: -5px;
    font-size: 20px;
}

.stat-item .text {
    font-size: 16px;
    color: var(--alawn-gray-color);
    font-weight: 600;
    line-height: 20px;
}

/*----------------------------------------------------------------
                        end statistics statistics
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Section Media
----------------------------------------------------------------*/
.section-media {
    position: relative;
    background: var(--alawn-white-color);
}
.media-list {
    overflow: hidden;
}
.media-list .tabs-container {
    padding-bottom: 0;
}
.media-list .tabs-control {
    display: flex;
    gap: 30px;
    width: 50%;
    position: relative;
    z-index: 5;
}
.tabs-control .button-tab {
    background: var(--alawn-light-color);
    color: var(--alawn-dark-color);
    padding-right: 25px;
    padding-left: 25px;
}
.tabs-control .button-tab.active {
    background: var(--alawn-primary-color);
    color: var(--alawn-white-color);
    box-shadow: 0 0 0 2px var(--alawn-primary-color) inset;
}

.section-media .tabs-container {
    position: relative;
}
.section-media .part-control-media {
    position: absolute;
    left: 0;
    top: -98px;
    width: 350px;
    display: flex;
    justify-content: flex-end;
    gap: 25px;
}

.gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}
.gallery-item .img-case {
    height: 275px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.gallery-item img {
    -webkit-transition: var(--alawn-transition);
    -moz-transition: var(--alawn-transition);
    -ms-transition: var(--alawn-transition);
    -o-transition: var(--alawn-transition);
    transition: var(--alawn-transition);
    overflow: hidden;
    width: 100%;
    height: 275px;
    object-fit: cover;
}
.gallery-item:hover .img-case img {
    opacity: 0.95;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.gallery-item .img-case .overlay-case {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 25;
    opacity: 0;
    display: block;
    background: linear-gradient(to bottom, rgba(6, 27, 65, 0) 0%, #2f3537 100%);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: bottom;
    -moz-transform-origin: bottom;
    -ms-transform-origin: bottom;
    -o-transform-origin: bottom;
    transform-origin: bottom;
}
.gallery-item:hover .img-case .overlay-case {
    opacity: 0.95;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}

.gallery-item .img-case .overlay-case .inner-overlay {
    position: absolute;
    left: 0px;
    top: 30px;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 1;
    padding: 10px 10px;
    vertical-align: middle;
    opacity: 0;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.gallery-item:hover .img-case .overlay-case .inner-overlay {
    opacity: 1;
    top: 0;
    transition-delay: 0.5s;
}
.gallery-item .img-case .overlay-case .inner-overlay .case-study-text {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.gallery-item .links-case {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    gap: 15px;
}
.text-of-case {
    position: absolute;
    bottom: 20px;
    right: 10px;
    width: 90%;
}
.text-of-case h5 {
    color: var(--alawn-white-color);
    line-height: 36px;
    font-weight: 500;
    font-size: 20px;
}
.links-case div a {
    transition: 0.4s;
    width: 44px;
    height: 44px;
    font-size: 20px;
    display: flex;
    text-align: center;
    color: var(--alawn-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    /* border: 1px solid #ffffff0f; */
    border-radius: 5px;
    color: var(--alawn-white-color);
    background: hsl(0deg 0% 100% / 20%);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    align-items: center;
    justify-content: center;
}
.links-case div a:hover {
    border-color: var(--alawn-dark-color);
    background: var(--alawn-dark-color);
    color: var(--alawn-white-color);
}

.media-section .gallery-item {
    margin-bottom: 40px;
}

.gprev,
.gnext {
    /*display: none;*/
}

.glightbox-clean .gslide-desc {
    font-size: 22px;
    margin-bottom: 0;
    line-height: 1.4em;
    font-weight: 500;
    color: var(--alawn-dark-color);
}

/*----------------------------------------------------------------
                        End  Section Media
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Section Partenrs
----------------------------------------------------------------*/
.section-partners {
    background: var(--alawn-of-white-color);
}
.section-partners .all-partners {
    margin-right: -15px;
    margin-left: -15px;
}

.section-partners .all-partners .slide-item {
    padding: 15px 15px 30px;
}
.partner-item {
    background: var(--alawn-white-color);
    overflow: hidden;
    border-radius: 14px;
    /* box-shadow: 0 15px 25px #00000014; */
    transition: var(--alawn-transition);
}
.partner-item:hover {
    transform: scale(1.1, 1.1);
}
.partner-item .img-partner {
    background: var(--alawn-white-color);
    overflow: hidden;
    border-radius: 5px;
    min-height: 150px;
    max-height: 150px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}
.partner-item .img-partner img {
    width: 100%;
    max-width: 150px;
}

.partner-item h4 {
    font-weight: 600;
    background: var(--alawn-white-color);
    padding: 20px 5px;
    font-size: 15px;
    text-align: center;
    color: var(--alawn-dark-color);
    border-top: 1px solid var(--alawn-light-color);
}

/* Dots Slider */
.partners-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    z-index: 1;
    margin-top: 30px;
}
.partners-dots .swiper-pagination-bullet {
    width: 20px;
    height: 7px;
    border-radius: 2px;
    position: relative;
    opacity: 1;
    transition: var(--alawn-transition);
    background: var(--alawn-line-color);
    backdrop-filter: blur(14px) brightness(0.92);
    /* border: 1px solid #ffffff0f; */
}
.partners-dots .swiper-pagination-bullet-active {
    width: 50px;
    background: var(--alawn-primary-color);
}

/*----------------------------------------------------------------
                        End   Section Partenrs
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Page Conatc us
----------------------------------------------------------------*/
.contact-us-page {
    background: #fff;
}

.contact-us-meta {
    position: relative;
}
.contact-us-meta .follow-us {
    margin-bottom: 30px;
}
.follow-us strong {
    font-size: 14px;
    font-weight: 600;
    line-height: 10px;
    display: block;
    margin-bottom: 25px;
    color: var(--alawn-white-color);
    opacity: 0.7;
    margin-top: 15px;
}

.social-media-follow-us {
    gap: 30px;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    overflow: hidden;
    display: flex;
}
.social-media-follow-us li a {
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 15px;
    transition: 0.4s;
    gap: 10px;
    color: var(--alawn-white-color);
}
.social-media-follow-us li a i {
    float: left;
    display: block;
    margin-right: 5px;
    line-height: 16px;
    font-size: 14px;
}
.social-media-follow-us li a:hover {
    color: var(--alawn-primary-color);
}

.head-form-contact h2,
.contact-us-meta .contact-info h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 30px;
    color: var(--alawn-dark-color);
}

.form-contact-us {
    /* border-right: 2px solid #EEE; */
    /* padding-right: 50px; */
    margin-right: 20px;
}

.contact-us-meta .contact-info-item {
    margin-bottom: 25px;
}
.contact-us-meta .contact-info-item:last-child {
    padding: 0;
    margin: 0;
    border: 0;
}
.contact-us-meta .contact-info-item span {
    color: var(--alawn-dark-color);
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    display: block;
    margin-bottom: 12px;
    opacity: 0.3;
}
.contact-us-meta .contact-info-item .info-cont {
    display: flex;
    flex-direction: column;
    gap: 2px;
}
.contact-us-meta .contact-info-item .info-cont a,
.contact-us-meta .contact-info-item .info-cont p {
    font-size: 15px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0em;
    color: var(--alawn-dark-color);
    transition: var(--alawn-transition);
    direction: ltr;
}
.contact-us-meta .contact-info-item .info-cont a:hover {
    color: var(--alawn-primary-color);
}

.form-contact-us .form-group {
    margin-bottom: 30px;
}

.form-privacy {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.form-privacy p {
    max-width: 300px;
    font-weight: 500;
    font-size: 16px;
    color: var(--alawn-dark3-color);
}
.form-privacy p a {
    color: var(--alawn-dark-color);
    font-weight: 600;
}
.form-privacy p a:hover {
    color: var(--alawn-primary-color);
}

.map-contacts iframe {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
}
/*----------------------------------------------------------------
                        End Page Contact us
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Page Search
----------------------------------------------------------------*/
.search-main-content {
    margin-bottom: 50px;
}
.total-result {
    font-size: 16px;
    font-weight: 600;
    color: var(--alawn-dark-color);
    margin-bottom: 20px;
}
.search-main-content p {
    font-size: 18px;
    font-weight: 500;
    color: var(--alawn-dark-color);
    margin-bottom: 30px;
}
.search-main-content form {
    position: relative;
}
.search-main-content form input {
    position: relative;
    width: 100%;
    font-family: inherit;
    font-size: 14px;
    font-weight: inherit;
    color: var(--alawn-dark-color);
    border-radius: 5px;
    background: #fff;
    outline: 0;
    cursor: pointer;
    margin: 0;
    margin-right: auto !important;
    margin-left: auto !important;
    display: block;
    overflow: hidden;
    padding: 10px;
    border: 1px solid #eee;
    height: 60px;
    font-weight: 600;
}
.search-main-content form button {
    border: none;
    outline: none;
    color: #fff;
    font-size: 14px;
    height: 55px;
    text-align: center;
    position: absolute;
    top: 2.5px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    background: var(--alawn-dark-color);
    left: 3px;
    border-radius: 4px;
    padding: 0 25px;
    font-weight: 600;
}
.search-main-content form button i {
    font-size: 16px;
}
.search-main-content form button:hover {
    background: var(--alawn-primary-color);
}

.alawn-search-item {
    display: flex;
    gap: 25px;
    background: var(--alawn-of-white-color);
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.alawn-search-item .alawn-image {
    min-width: 200px;
    height: 150px;
    position: relative;
    overflow: hidden;
}
.alawn-search-item .alawn-image img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 5px;
}
.alawn-search-item .alawn-search-item-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px 0;
}
.alawn-search-item .alawn-search-item-content a {
    font-size: 22px;
    color: var(--alawn-dark-color);
    font-weight: 600;
}
.alawn-search-item .alawn-search-item-content .alawn-search-excerpt {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: var(--alawn-dark-color);
}
.alawn-search-item .alawn-search-item-content a:hover {
    color: var(--alawn-primary-color);
}
/*----------------------------------------------------------------
                        End Page Search
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                        Start Page Projects
----------------------------------------------------------------*/
.project-entry-conent .info-project {
    margin-bottom: 50px;
    padding-left: 50px;
}

.conent-single-project .article-page .project-img img {
    width: 100%;
    border-radius: 10px;
    display: block;
    margin-bottom: 50px;
    height: 500px;
    object-fit: cover;
}
.conent-single-project .article-page p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    color: var(--alawn-dark2-color);
}
.project-entry-conent .meta-project {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 50px;
}

.project-entry-conent .meta-project .item-info-project {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.item-info-project h6 {
    margin-bottom: 0 !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    opacity: 0.5;
}
.item-info-project p {
    margin-bottom: 0 !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    line-height: 30px !important;
}

/*----------------------------------------------------------------
                        End  Page Projects
----------------------------------------------------------------*/

/*----------------------------------------------------------------
                        Start Note Card
----------------------------------------------------------------*/
.notecard {
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    gap: 15px;
    padding: 0 20px;
}
.notecard .icon-card {
    width: 64px;
    height: 64px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: var(--alawn-light-color);
    font-size: 28px;
    color: var(--alawn-dark2-color);
    border-radius: 50%;
}
.notecard p {
    color: var(--alawn-gray-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: -0.25px;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
/*----------------------------------------------------------------
                       End Note Card
----------------------------------------------------------------*/
/*----------------------------------------------------------------
                       start Error Page
----------------------------------------------------------------*/
.error-content {
    min-height: 100vh;
    padding: 100px 0;
}
.error-content h1 {
    line-height: 140px;
    color: var(--alawn-primary-color);
    margin-bottom: 10px;
    font-size: 180px;
}
.error-content h2 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: var(--alawn-dark-color);
    position: relative;
}
/*----------------------------------------------------------------
                       start Error Page
----------------------------------------------------------------*/

/****************************************************************************/

/*----------------------------------------------------------------
                       LTR English
----------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html[dir="ltr"],
html[dir="ltr"] body,
html[dir="ltr"] .swiper-container {
    direction: ltr !important;
    text-align: left !important;
    /*font-family: "Roboto", sans-serif;*/
}

/* Header */
html[dir="ltr"] .header-social .dir-page {
    font-weight: 600;
}
html[dir="ltr"] .header-contact-us a {
    font-size: 12px;
    font-weight: 500;
}
html[dir="ltr"] .main-header .nav-links .nav-link,
html[dir="ltr"] .nav-item.has-dropdown > ul.sub-menu li a {
    font-size: 14px;
}
html[dir="ltr"] ul.nav-links > li > ul.sub-menu > li.has-dropdown::before {
    right: 15px !important;
    transform: rotate(360deg);
    left: inherit;
}
html[dir="ltr"] ul.nav-links > li > ul.sub-menu > li > ul.sub-menu {
    left: inherit;
    top: 0 !important;
    right: -220px !important;
}

/* Menu */
html[dir="ltr"] .sidemenu-conent {
    direction: ltr;
}
html[dir="ltr"] .side-logo h3,
html[dir="ltr"] .footer-logo h3 {
    font-size: 18px;
    line-height: 30px;
}
html[dir="ltr"] .side-info-text,
html[dir="ltr"] .footer-info-text,
html[dir="ltr"] .contact-side .contact-item a,
html[dir="ltr"] .contact-side .contact-item span,
html[dir="ltr"] .contact-item .contact-info a {
    font-size: 16px;
}
html[dir="ltr"] .contact-side span.contact-icon {
    font-size: 20px !important;
}
/* Banner  */
html[dir="ltr"] .info-banner h1 {
    font-size: 60px;
}
html[dir="ltr"] p.text-banner {
    font-size: 18px;
    font-weight: 500;
}
html[dir="ltr"] .button i.fa-arrow-circle-left:before {
    content: "\f0a9";
}
/* Forms */
html[dir="ltr"] .main-search-input .form-group input,
html[dir="ltr"] .main-search-input .form-group .nice-select,
html[dir="ltr"] .select-form .form-group .nice-select,
html[dir="ltr"] .form-page .form-group input,
html[dir="ltr"] .form-with-icon input {
    padding-right: 15px !important;
    padding-left: 40px !important;
}
html[dir="ltr"] .nice-select:after {
    left: inherit !important;
    right: 15px !important;
}
html[dir="ltr"] .input-icon {
    right: inherit;
    left: 10px;
}
/* About */
html[dir="ltr"] .about-alawn .wrapper-md .bg-color-about {
    background: linear-gradient(to bottom right, transparent 70%, #384245);
}
html[dir="ltr"] .about-alawn .wrapper-md .info-about::before {
    border-radius: 0;
    border-bottom-left-radius: 25px;
}
html[dir="ltr"] .about-alawn .info-about::before {
    border-radius: 0;
    border-top-right-radius: 25px;
}
html[dir="ltr"] .about-alawn .bg-color-about {
    background: linear-gradient(to left top, transparent 70%, #384245);
}
/* Section Title */
html[dir="ltr"] .section-title {
    padding-left: 0;
    padding-right: 240px;
}
html[dir="ltr"] .part-sec-title {
    left: inherit;
    right: 0;
}
html[dir="ltr"] .sec-carousel-nav {
    flex-direction: row-reverse;
}
html[dir="ltr"] .section-title .top-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
html[dir="ltr"] .section-title p {
    font-size: 16px;
}

html[dir="ltr"] .text-item-service {
    right: inherit;
    left: 50px;
}
html[dir="ltr"] .search-main-content form button {
    left: inherit;
    right: 3px;
}

html[dir="ltr"] .text-of-case {
    right: inherit;
    left: 10px;
}

/* Button Link */
html[dir="ltr"] .text-link .btn-link {
    margin-right: 0px;
    margin-left: 5px;
    font-size: 14px;
}
html[dir="ltr"] .btn-link:hover::before {
    left: 0;
    right: inherit;
}
html[dir="ltr"] .btn-link::before {
    left: inherit;
    right: 0;
}
html[dir="ltr"] .btn-link::after {
    left: 0;
    right: inherit;
}
html[dir="ltr"] .btn-link .text-btn {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
}
html[dir="ltr"] .btn-link:hover .text-btn {
    left: 14px;
    -webkit-transform: translateX(-4px);
    -moz-transform: translateX(-4px);
    transform: translateX(-4px);
}
html[dir="ltr"] .btn-link i {
    margin: 0;
    right: -2px;
}
html[dir="ltr"] .btn-link i.fa-long-arrow-alt-left:before {
    content: "\f30b";
}
/* Reels */
.text-of-reel h5 {
    padding-left: 0px;
    padding-right: 40px;
}
/* Tesimonials */
html[dir="ltr"] .testimonials .container {
    display: flex;
    justify-content: flex-end;
}
html[dir="ltr"] .testimonials .testimonial-text {
    text-align: left;
}
/* Media */
html[dir="ltr"] .section-media .part-control-media {
    left: inherit;
    right: 0;
}
html[dir="ltr"] .newsletter-item button {
    left: inherit;
    right: 5px;
}
/* Card */
html[dir="ltr"] .content-item-pack {
    padding-left: 20px;
    padding-right: 40px;
}
html[dir="ltr"] .content-item-pack span {
    left: inherit;
    right: 20px;
    transform: rotate(180deg);
}
html[dir="ltr"] .card-item h6 {
    font-size: 18px;
}
html[dir="ltr"] .stars-rating strong {
    left: inherit;
    font-size: 12px;
    right: -90px;
    font-family: "Roboto", sans-serif;
}
html[dir="ltr"] .icon-card {
    left: 20px;
    right: inherit;
}
html[dir="ltr"] .card-feat-list li i {
    font-size: 16px;
}
html[dir="ltr"] .card-feat-list li {
    font-size: 13px;
    font-weight: 500;
}
/* Footer */
html[dir="ltr"] .feat-item p {
    font-size: 16px;
}
html[dir="ltr"] .footer-widget .widget-links a {
    padding-right: 0;
    padding-left: 20px;
}
html[dir="ltr"] .footer-widget .widget-links a::before {
    right: inherit;
    left: 0;
}
html[dir="ltr"] .copyright p {
    font-size: 15px;
}

/* Pagination */
html[dir="ltr"] .list-pagination,
html[dir="ltr"] .list-pagination .pagination-btn {
    flex-direction: row-reverse;
}

/* Login */
html[dir="ltr"] .back-to-home {
    display: flex;
    flex-direction: row-reverse;
    right: 10px;
    left: inherit;
}
html[dir="ltr"] .checkbox-theme {
    padding-right: 0;
    padding-left: 30px;
}
html[dir="ltr"] .checkbox-theme input[type="checkbox"] {
    right: inherit;
    left: 0;
}

/* breadcrumb */
html[dir="ltr"] .breadcrumb-rating .stars-rating strong {
    right: -60px;
}
html[dir="ltr"] .header-breadcrumb .breadcrumb li::before {
    right: -15px;
    left: inherit;
}
/* Single */
html[dir="ltr"] .p-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
html[dir="ltr"] .single-service .card-feat-list li {
    font-size: 14px;
    font-weight: 500;
}
html[dir="ltr"] .article-page blockquote {
    padding: 40px 65px;
    padding-left: 120px;
}
html[dir="ltr"] .article-page blockquote::before {
    right: inherit;
    left: 30px;
}

html[dir="ltr"] .footer-card .section-title {
    padding-left: 0 !important;
    padding-right: 100px !important;
}
html[dir="ltr"] .footer-card .sec-carousel-nav,
html[dir="ltr"] .tabs-content .btn-sec-title,
html[dir="ltr"] .accordion-head::before {
    left: inherit;
    right: 0;
}
html[dir="ltr"] .accordion-head::before {
    right: 20px;
}
html[dir="ltr"] .tabs-content .btn-sec-title {
    display: flex;
    flex-direction: row-reverse;
}
html[dir="ltr"] .plan-line-between-icons {
    left: 0;
    right: inherit;
}
html[dir="ltr"] .plan-line-between-icons-inner {
    left: 50%;
    right: inherit;
}
html[dir="ltr"] .plan-head h4 {
    padding-left: 0;
    padding-right: 40px;
}
html[dir="ltr"] .tour-plan .accordion-body .body-content {
    padding: 15px 0px 15px 60px;
}
html[dir="ltr"] .tour-plan .accordion-body.open::before {
    right: inherit;
    left: 70px;
}

/*----------------------------------------------------------------
                      Start Dark Theme
----------------------------------------------------------------*/

html[data-theme="dark"] .logo-dark {
    display: none;
}
html[data-theme="dark"] .logo-light {
    display: block;
}

html[data-theme="dark"] .booking-holder a {
    color: var(--alawn-dark-color);
    background: var(--alawn-white-color);
}
/* White Colors  */
html[data-theme="dark"] .booking-holder a,
html[data-theme="dark"] .main-header .nav-item > .nav-link:before,
html[data-theme="dark"] .toggle-menu span {
    background: var(--alawn-white-color);
}
html[data-theme="dark"] .app-header .app-header-item a,
html[data-theme="dark"] .booking-holder a:hover,
/* html[data-theme="dark"] .main-header .nav-links .nav-item .nav-link:hover,
html[data-theme="dark"] .main-header .nav-links > .nav-item.active .nav-link, */
html[data-theme="dark"] .nav-item.has-dropdown > ul.sub-menu li a:hover,
html[data-theme="dark"] .contact-side h6,
html[data-theme="dark"] .follow-us h6,
html[data-theme="dark"] .about-alawn .wrapper-md .author h6,
html[data-theme="dark"] .section-title h2,
html[data-theme="dark"] .section-title-two h2,
html[data-theme="dark"] .vision-mission .conent-item h5,
html[data-theme="dark"] .gaol-item h3,
html[data-theme="dark"] .btn-link,
html[data-theme="dark"] .service-list .button-tab.active,
html[data-theme="dark"] .blog-item h6,
html[data-theme="dark"] .project-item h6,
html[data-theme="dark"] .stat-item .counter-number,
html[data-theme="dark"] .section-title h2 span,
html[data-theme="dark"] .section-title-two h2 span,
html[data-theme="dark"] .team-content h5,
html[data-theme="dark"] .head-form-contact h2,
html[data-theme="dark"] .contact-us-meta .contact-info h3,
html[data-theme="dark"] .contact-us-meta .contact-info-item .info-cont a,
html[data-theme="dark"] .contact-us-meta .contact-info-item .info-cont p,
html[data-theme="dark"] .form-privacy p a,
html[data-theme="dark"] .page-title,
html[data-theme="dark"] .total-result,
html[data-theme="dark"] .alawn-search-item .alawn-search-item-content a,
html[data-theme="dark"] .breadcrumb-bg-white .breadcrumb li,
html[data-theme="dark"] .breadcrumb-bg-white .breadcrumb li a:hover,
html[data-theme="dark"] .article-page h1,
html[data-theme="dark"] .article-page ul li,
html[data-theme="dark"] .tabs-support .accordion .accor-item .accordion-head,
html[data-theme="dark"] .small-title {
    color: var(--alawn-white-color) !important;
}
html[data-theme="dark"] .main-header .nav-links .nav-link,
html[data-theme="dark"] .nav-item.has-dropdown > ul.sub-menu li a,
html[data-theme="dark"] .side-menu .close-sidebar,
html[data-theme="dark"] .side-info-text,
html[data-theme="dark"] .contact-side .contact-item a,
html[data-theme="dark"] .contact-side .contact-item span,
html[data-theme="dark"] .about-alawn .wrapper-md p.author-desc,
html[data-theme="dark"] .about-alawn .info-about .conent-about p,
html[data-theme="dark"] .vision-mission .conent-item p,
html[data-theme="dark"] .text-link p,
html[data-theme="dark"] .nav-bg-gray .carousel-nav,
html[data-theme="dark"] .section-title p,
html[data-theme="dark"] .section-title-two p,
html[data-theme="dark"] .btn-outline-light,
html[data-theme="dark"] .btn-outline-light i,
html[data-theme="dark"] .text-of-reel h5,
html[data-theme="dark"] .nav-bg-white .carousel-nav,
html[data-theme="dark"] .service-list .nav-single-card .button-tab,
html[data-theme="dark"] .nav-items .navbar-head,
html[data-theme="dark"] .nav-items .navbar-head h6,
html[data-theme="dark"] .nav-items .close-navbar,
html[data-theme="dark"] .icon-section i,
html[data-theme="dark"] .content-story-reel .text-story-reel,
html[data-theme="dark"] .list-pagination .list-page-links li a,
html[data-theme="dark"] .dataTables_paginate span .pagination-btn,
html[data-theme="dark"] .contact-us-meta .contact-info-item span,
html[data-theme="dark"] .form-privacy p,
html[data-theme="dark"] .error-content h2,
html[data-theme="dark"] .item-file .file-content span,
html[data-theme="dark"] .search-main-content p,
html[data-theme="dark"] .article-page h3,
html[data-theme="dark"] .article-page blockquote p,
html[data-theme="dark"] .article-page blockquote,
html[data-theme="dark"] .article-page blockquote cite,
html[data-theme="dark"] .article-page ul li strong,
html[data-theme="dark"] .conent-single-project .article-page p,
html[data-theme="dark"] .item-info-project h6,
html[data-theme="dark"]
    .tabs-support
    .accordion
    .accor-item
    .accordion-head
    h4 {
    color: var(--alawn-light-color) !important;
}

html[data-theme="dark"] .about-alawn .wrapper-md .author span,
html[data-theme="dark"] .team-content span,
html[data-theme="dark"] .alawn-search-item .alawn-search-item-content a:hover {
    color: var(--alawn-gray-color) !important;
}

html[data-theme="dark"] .booking-holder a:hover,
html[data-theme="dark"] .nav-bg-gray .carousel-nav:hover,
html[data-theme="dark"] .nav-bg-white .carousel-nav:hover {
    background: var(--alawn-primary-color);
}

/* Dark Colors */
html[data-theme="dark"] .main-header .header-top,
html[data-theme="dark"] .nav-links .nav-item.has-dropdown > ul.sub-menu,
html[data-theme="dark"] .side-menu .head-sidebar,
html[data-theme="dark"] .goals-section,
html[data-theme="dark"] .section-blog,
html[data-theme="dark"] .statistics-conent,
html[data-theme="dark"] .nav-bg-white .carousel-nav,
html[data-theme="dark"] .section-partners,
html[data-theme="dark"] .nav-items .navbar-head,
html[data-theme="dark"] .content-story-reel,
html[data-theme="dark"] .blog-section .blog-item,
html[data-theme="dark"] .project-item,
html[data-theme="dark"] .team-section .item-team,
html[data-theme="dark"] .item-file,
html[data-theme="dark"] .alawn-search-item,
html[data-theme="dark"] .article-page blockquote,
html[data-theme="dark"] .tabs-support .accordion .accor-item {
    background: var(--alawn-dark-color);
}
html[data-theme="dark"] body,
html[data-theme="dark"] .inner-page,
html[data-theme="dark"] .navbar,
html[data-theme="dark"] .side-menu,
html[data-theme="dark"] .about-alawn,
html[data-theme="dark"] .about-alawn .info-about,
html[data-theme="dark"] .about-alawn .info-about::before,
html[data-theme="dark"] .vision-mission > div,
html[data-theme="dark"] .gaol-item,
html[data-theme="dark"] .nav-bg-gray .carousel-nav,
html[data-theme="dark"] .service-list,
html[data-theme="dark"] .section-services,
html[data-theme="dark"] .section-blog .all-blog .blog-item,
html[data-theme="dark"] .section-reels,
html[data-theme="dark"] .statistics,
html[data-theme="dark"] .stat-item i,
html[data-theme="dark"] .section-media,
html[data-theme="dark"] .team-section,
html[data-theme="dark"] .page-conent,
html[data-theme="dark"] .blog-section,
html[data-theme="dark"] .conainer-pagination,
html[data-theme="dark"] .contact-us-page,
html[data-theme="dark"] .breadcrumb-bg-white {
    background: var(--alawn-dark1-color);
}
html[data-theme="dark"] .booking-holder a {
    color: var(--alawn-dark-color);
}
html[data-theme="dark"] .nav-links .nav-item.has-dropdown > ul.sub-menu,
html[data-theme="dark"] .nav-item.has-dropdown > ul.sub-menu li a,
html[data-theme="dark"] .stuck,
html[data-theme="dark"] .service-list .tabs-control,
html[data-theme="dark"] .main-header .nav-items,
html[data-theme="dark"] .main-header .nav-links,
html[data-theme="dark"] .breadcrumb-bg-white,
html[data-theme="dark"] .tabs-support .accordion .accor-item .body-content {
    border-color: var(--alawn-dark2-color);
}
html[data-theme="dark"] .item-file {
    box-shadow: 0 0 0 2px var(--alawn-dark2-color) inset;
}
/* Overlay */
html[data-theme="dark"] .sidemenu-overlay,
html[data-theme="dark"] .overlay-fillter-menu,
html[data-theme="dark"] .overlay-header,
html[data-theme="dark"] .search-screen {
    background-color: rgb(0 0 0 / 75%);
    backdrop-filter: blur(14px) brightness(0.92);
}

/* Colors */
html[data-theme="dark"] .gaol-item:hover,
html[data-theme="dark"] .vision-mission > div:hover {
    background: var(--alawn-primary-color);
}

/* Inputs */
html[data-theme="dark"] input[type="text"],
html[data-theme="dark"] input[type="email"],
html[data-theme="dark"] input[type="url"],
html[data-theme="dark"] input[type="tel"],
html[data-theme="dark"] input[type="search"],
html[data-theme="dark"] input[type="password"],
html[data-theme="dark"] input[type="subject"],
html[data-theme="dark"] textarea,
html[data-theme="dark"] .nav-items .search-navbar input[type="search"],
html[data-theme="dark"] .search-screen .input-search input[type="search"] {
    color: var(--alawn-light-color);
    background: hsl(0deg 0% 100% / 15%);
    backdrop-filter: blur(14px) brightness(0.92);
    border: 1px solid transparent;
}
html[data-theme="dark"] .form-with-icon .input-icon,
html[data-theme="dark"] .nav-items .search-navbar .search-btn {
    opacity: 1;
    color: var(--alawn-white-color);
}
