/*** Spinner Start ***/
/*** Spinner ***/
* {
    box-sizing     : border-box;
    padding        : 0;
    margin         : 0;
    scrollbar-width: none;
    scroll-behavior: auto;
    font-family    : "Almarai", sans-serif;
}

.body {
    font-family: "Almarai", sans-serif;
    padding    : 0%;
    margin     : 0%;
    box-sizing : border-box;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1,
.p {
    font-family: "Almarai", sans-serif !important;
}

#spinner {
    opacity   : 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index   : 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity   : 1;
}


/*** Spinner End ***/

.back-to-top {
    position       : fixed;
    right          : 30px;
    bottom         : 30px;
    display        : flex;
    width          : 45px;
    height         : 45px;
    align-items    : center;
    justify-content: center;
    transition     : 0.5s;
    z-index        : 99;
}

#lang-page {
    background-color: transparent;
    border          : 0px;
    color           : #ffffff;
    margin-left     : 5px;
}

/*** Button Start ***/
.btn {
    font-weight: 600;
    transition : .5s;
}

.btn-square {
    width : 32px;
    height: 32px;
}

.btn-sm-square {
    width : 34px;
    height: 34px;
}

.btn-md-square {
    width : 44px;
    height: 44px;
}

.btn-lg-square {
    width : 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding        : 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    font-weight    : normal;
    border-radius  : 50%;
}

.btn.btn-primary {
    box-shadow      : inset 0 0 0 0 var(--bs-primary);
    background-color: #1863dc;
    color           : white;
}

.btn.btn-primary:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-light) !important;
    color     : var(--bs-primary) !important;
}

.btn.btn-light {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.btn.btn-light:hover {
    box-shadow: inset 300px 0 0 0 var(--bs-primary);
    color     : var(--bs-light) !important;
}

.btn-hover {
    transition: 0.5s;
}

.btn-hover:hover {
    color: var(--bs-secondary) !important;
}

/*** Section Title Start ***/
.section-title h1 {
    font-size  : 40px !important;
    font-weight: 900;

}

.section-title {
    /* max-width : 900px; */
    text-align: center;
    margin    : 0 auto;
}

.sub-style {
    position      : relative;
    display       : inline-block;
    text-transform: uppercase;
    color         : var(--bs-primary);
}

.sub-style::after {
    content      : "";
    width        : 1200px;
    position     : absolute;
    top          : 43%;
    left         : 0;
    right        : -1158px;
    transform    : translateY(-50%);
    margin-bottom: 5px;
    margin-left  : 211px;
    border       : 2px solid rgba(242, 242, 242, 1) !important;

}

.sub-style-services {
    position      : relative;
    display       : inline-block;
    text-transform: uppercase;
    color         : var(--bs-primary);
}

.sub-style-services::after {
    content      : "";
    width        : 1200px;
    position     : absolute;
    top          : 43%;
    left         : 0;
    right        : 170px;
    transform    : translateY(-50%);
    margin-bottom: 5px;
    margin-left  : 242px;
    border       : 2px solid rgba(242, 242, 242, 1) !important;

}

.cover {
    background-position: 100% 100% !important;
    background-size    : cover !important;
}

/* .section-title .sub-style::before {
    content: "";
    width: 100px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 8px;
    margin-left: -100px;
    border: 1px solid var(--bs-primary) !important;
} */

/* .section-title .sub-style::after {
    content: "";
    width: 50px;
    position: absolute;
    top:35%;
    left: 0;
    transform: translateY(-50%);
    margin-bottom: 5px;
    margin-left: -50px;
    border: 1px solid var(--bs-primary) !important;
} */



.sub-title {
    position      : relative;
    display       : inline-block;
    text-transform: uppercase;
    color         : var(--bs-primary);
}

.sub-title::before {
    content     : "";
    width       : 100px;
    position    : absolute;
    top         : 50%;
    right       : 0;
    transform   : translateY(-50%);
    margin-top  : 8px;
    margin-right: -100px;
    border      : 1px solid var(--bs-primary) !important;
}

.sub-title::after {
    content      : "";
    width        : 50px;
    position     : absolute;
    top          : 50%;
    right        : 0;
    transform    : translateY(-50%);
    margin-bottom: 8px;
    margin-right : -50px;
    border       : 1px solid var(--bs-primary) !important;
}


/*** Toolbar Start ***/
.fixed-top .container {
    transition: 0.5s;
}

.topbar {
    padding   : 2px 10px 2px 20px;
    background: var(--bs-primary) !important;
}

.topbar a,
.topbar a i {
    transition: 0.5s;
}

.topbar a:hover,
.topbar a i:hover {
    color: var(--bs-secondary) !important;
}

.sub-style h2 {
    color: #030326;

}

@media (max-width: 576px) {
    .topbar {
        display: none;
    }
}

/*** Topbar End ***/


/*** Navbar ***/

.navbar-custom {
    padding         : 0px 0px !important;
    background-color: rgb(11, 18, 24) !important;
    flex-wrap       : wrap !important;

}

.btnLink {
    color        : #ffffff;
    border-radius: 25px;
    padding      : 10px 15px;
    margin       : auto;
    font-size    : medium;
    background   : linear-gradient(to right, #00773eef, #01aae7ef) !important;
    font-family  : "Almarai", sans-serif;

}

.lang-options {
    background-color: #DDDDDD;
}

.nav-link {
    font-family    : "Almarai", sans-serif;
    position       : relative;
    /* margin-right: 25px; */
    padding        : 30px 0;
    outline        : none;
    color          : #FFF !important;
    font-size      : 15px;
    font-style     : normal;
    font-weight    : 400;
    line-height    : normal;
    transition     : .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
    color  : #fff !important;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--bs-primary) !important;
}

.navbar-light .navbar-brand img {
    max-height: 50px;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-brand img {
    max-height: 45px;
}

.navbar .dropdown-toggle::after {
    border        : none;
    content       : "\f107";
    font-family   : "Font Awesome 5 Free";
    font-weight   : 600;
    vertical-align: middle;
    margin-left   : 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display         : block;
        visibility      : hidden;
        top             : 100%;
        transform       : rotateX(-75deg);
        transform-origin: 0% 0%;
        border          : 0;
        border-radius   : 10px;
        transition      : .5s;
        opacity         : 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 1.5rem;
        padding-left : 1.5rem;
    }

    .navbar-expand-lg .navbar-collapse {
        display        : flex !important;
        flex-basis     : auto;
        margin         : auto;
        text-align     : center;
        justify-content: normal;
    }

}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-primary);
    color     : var(--bs-white);

}

.navbar .nav-item:hover .dropdown-menu {
    transform : rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    transition: .5s;
    opacity   : 1;
}

@media (max-width: 991.98px) {
    .sticky-top.navbar-light {
        position  : relative;
        background: var(--bs-white);
    }

    .navbar.navbar-expand-lg .navbar-toggler {
        padding: 10px 20px;
        border : 1px solid white;
        color  : white !important;

    }

    .navbar-light .navbar-collapse {
        margin-top: 15px;
        border-top: 1px solid #DDDDDD;
    }

    .navbar-light .navbar-nav .nav-link,
    .sticky-top .navbar-light .navbar-nav .nav-link {
        padding    : 10px 0;
        margin-left: 0;
        color      : var(--bs-dark) !important;

    }


    .navbar-light .navbar-brand img {
        max-height: 45px;
    }
}

/* ******* Selected-lang */

.lang-menu {
    position: relative;
}


.selected-lang {
    cursor         : pointer;
    display        : flex;
    justify-content: space-between;
    line-height    : 2;
    width          : 90px;

}

.selected-lang:before {
    content         : '';
    display         : block;
    width           : 32px;
    height          : 32px;
    background-image: url(https://flagsapi.com/US/shiny/32.png);
    /* width        : 100px; */
}

.lang-menu ul {
    margin          : 0;
    padding         : 0;
    background-color: #ffffff;
    border          : 1px solid #f8f8f8;
    box-shadow      : 0px 1px 10px rgb(11, 18, 24, 0.6) !important;
    border-radius   : 7px;
    display         : none;
    position        : absolute;
    top             : -20px;
    left            : -30px;
}

.lang-menu ul li {
    list-style     : none;
    display        : flex;
    justify-content: space-between;
    transition     : all .5s;
}

.lang-menu ul li a {
    width     : 130px;
    display   : block;
    padding   : 3px 3px;
    transition: all .5s;
}

.lang-menu ul li a:before {
    content            : '';
    display            : inline-block;
    width              : 32px;
    height             : 32px;
    /* background-image: url(https://flagsapi.com/SA/shiny/32.png); */
    vertical-align     : middle;
    margin-right       : 25px;
    transition         : all .5s;
}

.lang-menu ul li a:hover {
    background-color: #f2f2f2;
}

.ar::before {
    background-image: url(https://flagsapi.com/SA/shiny/32.png)
}

.en::before {
    background-image: url(https://flagsapi.com/US/shiny/32.png);
}

.lang-menu:hover ul {
    display: block;
}

a {
    text-decoration: none;
}

@media (min-width: 992px) {
    .navbar-light {
        position     : absolute;
        width        : 100%;
        top          : 0;
        left         : 0;
        border-bottom: 1px solid rgba(255, 255, 255, .1);
        z-index      : 999;
    }

    .sticky-top.navbar-light {
        position  : fixed;
        background: var(--bs-light) !important;
    }

    .navbar-light .navbar-nav .nav-link::before {
        position  : absolute;
        content   : "";
        width     : 0;
        height    : 2px;
        bottom    : -1px;
        left      : 50%;
        background: var(--bs-primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: calc(100% - 2px);
        left : 1px;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

/*** Carousel Hero Header Start ***/
.header-carousel {
    position: relative;
}

@media (min-width: 991px) {
    .img-rna {

        background-position: 100% 100% !important;
        background-size    : cover !important;
        height             : 100vh;

    }

}

.img-custom {

    background-position: 100% 100% !important;
    background-size    : cover !important;
}

@media (max-width: 844px) {
    .img-custom-01 {
        background-image   : url(../img/banner/banner-small-01.jpg) !important;
        background-position: center center !important;
        background-size    : cover !important;
    }

    .img-custom-02 {
        background-image   : url(../img/banner/banner-small-02.jpg) !important;
        background-position: center center !important;
        background-size    : cover !important;
    }

    .img-custom-03 {
        background-image   : url(../img/banner/banner-small-03.jpg) !important;
        background-position: center center !important;
        background-size    : cover !important;
    }

    .img-custom-04 {
        background-image   : url(../img/banner/banner-small-04.jpg) !important;
        background-position: center center !important;
        background-size    : cover !important;
    }
}


.header-carousel .owl-nav .owl-prev {
    position       : absolute;
    width          : 70px;
    height         : 70px;
    top            : 50%;
    left           : 20px;
    transform      : translateY(-50%);
    border-radius  : 50%;
    background     : var(--bs-primary);
    color          : var(--bs-white);
    font-size      : 30px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    transition     : 0.5s;
}

.header-carousel .owl-nav .owl-next {
    position       : absolute;
    width          : 70px;
    height         : 70px;
    top            : 50%;
    right          : 20px;
    transform      : translateY(-50%);
    border-radius  : 50%;
    background     : var(--bs-primary);
    color          : var(--bs-white);
    font-size      : 30px;
    display        : flex;
    align-items    : center;
    justify-content: center;
    transition     : 0.5s;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    transition: 0.5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    box-shadow: inset 150px 0 0 0 var(--bs-light) !important;
    color     : var(--bs-primary) !important;
}

@media (max-width: 576px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        top       : 630px;
        transition: 0.5s;
    }

    .header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
        width: 95% !important;
    }

}

.header-carousel .header-carousel-item,
.header-carousel .header-carousel-item img {
    position  : relative;
    width     : 100%;
    height    : 700px;
    margin-top: 95px;
    display   : block;
    object-fit: cover;
    transition: 0.5s;

}

@media (max-width: 992px) {

    .header-carousel .header-carousel-item,
    .header-carousel .header-carousel-item img {
        margin-top: 0;
        transition: 0.5s;
    }


}

@media (min-width: 992px) {

    .header-carousel .owl-nav .owl-prev,
    .header-carousel .owl-nav .owl-next {
        margin-top: 50px;
    }
}

.header-carousel .header-carousel-item .carousel-caption {
    width          : 100%;
    height         : 100%;
    position       : absolute;
    top            : 0;
    left           : 0;
    padding        : 100px 0;
    display        : flex;
    align-items    : center;
    justify-content: center;
    background     : rgba(0, 0, 0, .5);
}

.header-carousel .header-carousel-item .carousel-caption .carousel-caption-content {
    position: relative;
    width   : 75%;

}

/*** Carousel Hero Header End ***/

.carousel .carousel-indicators button {
    width           : 8px !important;
    height          : 8px !important;
    background-color: #ffffffd0 !important;
    border          : 1px solid transparent;
    border-radius   : 20px !important;
}

.carousel .carousel-indicators button.active {
    width           : 20px !important;
    height          : 8px !important;
    background-color: #ffffffce !important;
    border          : 1px solid transparent;
    border-radius   : 20px !important;
}

/* .carousel-caption {
    /* position       : absolute; */
/* right       : 15%;
    bottom         : 10rem;
    left           : 15%;
    padding-top    : 7rem;
    padding-bottom : 7rem; */
color           : #fff;
text-align      : center;
display         : flex;
justify-content : center !important;
align-items     : center !important;
background-color: #000000;
align-content   : center !important;
}

*/ .home-cap h3 {
    color: #fff !important;

}

.home-cap p {
    color: #fff !important;

}

.carousel-control-next-icon {
    display      : flex;
    width        : 2rem;
    height       : 2rem;
    position     : absolute;
    bottom       : 70px;
    right        : 70px;
    color        : #161515;
    border-radius: 50%;

}

/* .next-icon-pos{
    position: relative;h
    
} */

.carousel-control-prev-icon {
    display : inline-block;
    width   : 2rem;
    height  : 2rem;
    position: absolute;
    bottom  : 70px;
    left    : 70px;
}

/*** Single Page Hero Header Start ***/
.bg-breadcrumb {
    background         : linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
    padding            : 160px 0 60px 0;
}

.bg-breadcrumb .breadcrumb-item a {
    color: var(--bs-white) !important;
}

/*** Single Page Hero Header End ***/


/*** Service Start ***/


.service .service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .2);
}

.service .service-item .service-img {
    position: relative;
    overflow: hidden;
    z-index : 1;
}

.service .service-item .service-img img {
    transition: 0.5s;
}

.service .service-item .service-img::before {
    width                  : 100%;
    height                 : 0;
    position               : absolute;
    content                : "";
    top                    : 0;
    left                   : 0;
    border-top-right-radius: 10px;
    border-top-left-radius : 10px;
    transition             : 0.5s;
    z-index                : 5;

}

.service .service-item:hover .service-img::before {
    height    : 100%;
    background: rgba(21, 185, 217, .3);
}

.service .service-item .service-img:hover img {
    transform: scale(1.3);
}

.service .service-item .service-content {
    position: relative;
    z-index : 2;

}

.service .service-item .service-content::before {
    width                     : 100%;
    height                    : 8px;
    position                  : absolute;
    content                   : "";
    bottom                    : 0;
    left                      : 0;
    border-bottom-left-radius : 10px;
    border-bottom-right-radius: 10px;
    background                : rgba(21, 185, 217, .5);
    transition                : 0.5s;
    z-index                   : 3;
}

.service .service-item:hover .service-content::before {
    background: rgba(21, 185, 217, .5);
    height    : 100%;
}

.service .service-item .service-content .service-content-inner {
    transition: 0.5s;
}


.service .service-item:hover .service-content .service-content-inner {
    position: relative;
    color   : var(--bs-white) !important;
    z-index : 9;
}

.service .service-item:hover .service-content .service-content-inner h5 {
    color: var(--bs-secondary);
}

/*** Service End ***/

/*** About Start ***/
.about .about-img {
    position     : relative;
    overflow     : hidden;
    height       : 100%;
    border-radius: 10px;
}

.about .about-img .about-img-inner {
    position     : absolute;
    left         : 0;
    bottom       : 0;
    border       : 10px solid;
    border-color : var(--bs-white) var(--bs-white) var(--bs-white) var(--bs-white);
    border-radius: 50%;

}

.about .about-img .about-experience {
    position      : absolute;
    top           : 125px;
    left          : -125px;
    transform     : rotate(-90deg);
    background    : transparent;
    color         : var(--bs-primary);
    font-size     : 20px;
    font-weight   : 600;
    letter-spacing: 4px;
}

.fa-angle-double-left:before {
    content: "\f100";
    color  : black;
}

/*** About End ***/

/***** message section *****/

.msg-sec-bg {
    background-image : url(../img/backgroung.jpeg);
    position         : relative;
    background-repeat: no-repeat;
    background-size  : cover;
    width            : 100%;
}

.msg-sec-bg::before {
    content         : "";
    position        : absolute;
    background-color: rgba(11, 24, 39, 0.95);
    width           : 100%;
    height          : 100%;
    right           : 0;
    left            : 0;
    top             : 0;
    bottom          : 0;
    overflow        : hidden;

}

.msg-title {
    color                    : #fff;
    text-align               : right;
    -webkit-text-stroke-width: 1;
    font-family              : "Almarai", sans-serif;
    font-size                : 32px;
    font-style               : normal;
    font-weight              : 800;
    line-height              : 58px;
    /* 181.25% */
    letter-spacing           : 0.2px;
}

.msg-caption {
    color         : rgba(230, 245, 251, 1);
    text-align    : right;
    font-family   : "Almarai", sans-serif;
    font-size     : 20px;
    font-style    : normal;
    font-weight   : 400;
    line-height   : 40px;
    letter-spacing: -0.2px;
}

.w-cus {
    width : 95%;
    height: 100%;
}

@media (max-width: 600px) {
    .vh-layer {
        height: 100vh;
    }

    .work-details h4 {
        margin-left: -25px !important;
    }

    .work-details p {
        margin-left: -23px !important;
        font-size  : 15px !important;
    }

}

/***** message end *****/

/*** Feature Start ***/
.feature .feature-item {
    position        : relative;
    display         : flex;
    border          : 1px solid rgba(242, 242, 242, 1);
    border-radius   : 10px;
    background-color: rgba(255, 255, 255, 1);
    transition      : 0.5s;

}

.feature .feature-item::before {
    width        : 0;
    height       : 100%;
    content      : "";
    position     : absolute;
    top          : 0;
    left         : 0;
    border-radius: 10px;
    transition   : 0.5s;
}

.feature-icon i {
    color:
        rgba(0, 66, 90, 1);
}

.feature .feature-item:hover {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, 0.789) !important;
    transition: all 1s;
}

/* .feature .feature-item:hover::before {
    width: 100%;
    background: var(--bs-primary);
} */

.feature .feature-item .feature-icon {
    display      : inline-flex;
    border-radius: 10px;
    transition   : 0.5s;
}

/* .feature .feature-item:hover .feature-icon {
    position: relative;
    z-index: 2;
} */

/* .feature .feature-item:hover .feature-content {
    position: relative;
    color: var(--bs-white);
    z-index: 2;
} */

.feature-content h5 {

    color      : var(--Foundation-Dark-dark-900, #0B1218);
    text-align : center;
    font-family: "Almarai", sans-serif;
    font-size  : 24px;
    font-style : normal;
    font-weight: 800;
    line-height: normal;
}

.feature-content p {
    color      : var(--Foundation-Dark-dark-400, #495561);
    text-align : center;
    font-family: "Almarai", sans-serif;
    font-size  : 18px;
    font-style : normal;
    font-weight: 700;
    line-height: 28px;
    /* 155.556% */
}

/*** Feature End ***/

/******  product start ******/


.sub-style-product {
    position           : relative;
    display            : inline-block;
    text-transform     : uppercase;
    color              : var(--bs-primary);
    /* background-color: #000000; */

}

.sub-style-product:after {
    content      : "";
    width        : 1200px;
    position     : absolute;
    top          : 46%;
    left         : 520px;
    right        : 0;
    transform    : translateY(-50%);
    margin-bottom: 5px;
    margin-left  : -95px;
    border       : 2px solid rgba(242, 242, 242, 1) !important;

}

/* @media (min-width: 200px) and (max-width: 1199.98px){
    .sub-style-product::after {
        
        
    }
} */



/******  product end **********/

.partners h4 {
    color      : var(--Foundation-Dark-dark-50, #E8EAEB);
    text-align : right;
    font-family: "Almarai", sans-serif;
    font-size  : 28px;
    font-style : normal;
    font-weight: 800;
    line-height: 30px;
    /* 116.667% */
}

.partners p {
    color      : rgba(255, 255, 255, 0.609);
    font-family: "Almarai", sans-serif;
    font-size  : 18px;
    font-style : normal;
    font-weight: 400;
    line-height: 27px;

}

/********why saudi start ********/
.transparent-background {
    background-color: transparent !important;
}

.custom-p {
    color      : rgba(255, 255, 255, 0.609);
    font-family: "Almarai", sans-serif;
    font-size  : 18px;
    font-weight: 400;
}

.whysaudi h2 {
    color      : var(--Foundation-White-white-50, #FEFEFE);
    text-align : right;
    font-family: "Almarai", sans-serif;
    font-size  : 36px;
    font-style : normal;
    font-weight: 800;

}

.font-custom {
    color       : rgba(255, 255, 255, 0.73) !important;
    /* font-size: 800px; */
}

@media(max-width: 576px) {
    .font-custom {
        color: rgba(255, 255, 255, 0.609) !important;

        font-size  : 15px !important;
        line-height: 155% !important;
    }
}


/* .why-icon{
    display: flex;
padding: 16px;
justify-content: center;
align-items: center;
gap: 10px;
} */

.why-icon i {
    color           : #0B1827;
    background-color: #4c5a68;
    padding         : 12px;
    border-radius   : 50%;
    border-radius   : 50%;
    /* background   : rgba(230, 245, 251, 0.30); */

}

.why-contet {
    text-align: end !important;
}

.why-contet h3 {
    color         : white;
    /* text-align : right;   */
    font-family   : "Almarai", sans-serif;
    font-size     : 22px;
    font-style    : normal;
    font-weight   : 800;
    line-height   : normal;
}

.why-contet p {
    color      : rgba(255, 255, 255, 0.661);
    text-align : right;
    font-family: "Almarai", sans-serif;
    font-size  : 16px;
    font-style : normal;
    font-weight: 600;
    line-height: 28px;
    /* 162.5% */
}

/********why saudi end ********/


/*********Contact us *********/

.contact-us {
    /* margin-top          : 0% !important; */
    /* padding-bottom   : 210px;
    padding-top         : 50px; */
    color               : white !important;
    display             : flex;
    justify-content     : center;
    align-items         : center;
    gap                 : 10px;
    border-radius       : 20px;
    /* border           : 1px solid #000; */
    background          : rgba(4, 14, 29, 0.95);

}

.contact-us h3 {
    color      : #FFF;
    text-align : right;
    font-family: "Almarai", sans-serif;
    font-size  : 28px;
    font-style : normal;
    font-weight: 800;
    line-height: 46px;
    /* 164.286% */
}

.contact-us i {
    background-color: #00425a;
    padding         : 20px;
    border-radius   : 50%;

}

.content-icons h4 {
    color      : #FFF;
    text-align : right;
    font-family: "Almarai", sans-serif;
    font-size  : 24px;
    font-style : normal;
    font-weight: 700;
    line-height: 26px;
    /* 108.333% */
}


.content-icons address {
    color      : #FFF !important;
    text-align : right;
    font-family: "Almarai", sans-serif;
    font-size  : 16px;
    font-style : normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.content-icons a {
    color      : #FFF !important;
    text-align : right;
    font-family: Almarai;
    font-size  : 16px;
    font-style : normal;
    font-weight: 400;
    line-height: 26px;
    /* 162.5% */
}

.social-icons {
    display         : inline-block;
    background-color: "Almarai", sans-serif
        /* font-size: small; */
}

#twitter-x-icon {
    /* max-width: 60px !important;
    position: absolute;
    top: -5px;
    right: -35px; */
    background-color: transparent !important;
    background-color: #00425a;

}

/*********** contact us end **********/
/*** Appointment Start ***/
.appointment {
    background           : linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url(../img/carousel-2.jpg);
    background-position  : center center;
    background-repeat    : no-repeat;
    background-size      : cover;
    background-attachment: fixed;
}

.appointment .appointment-form {
    /* background: rgba(239, 162, 134, 0.3); */
    background-color: rgba(246, 246, 246, 1);
    border-radius   : 20px;
}

.appointment label {
    font-weight: 900;
    color      : #000000;
    font-size  : larger;
}

.appointment .appointment-form .btn.btn-primary {
    box-shadow: inset 0 0 0 0 var(--bs-primary);
}

.appointment .appointment-form .btn.btn-primary:hover {
    box-shadow: inset 600px 0 0 0 var(--bs-light) !important;
    color     : var(--bs-primary) !important;
}



/*** Footer Start ***/
.footer {
    background         : linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/carousel-2.jpg);
    background-position: center center;
    background-repeat  : no-repeat;
    background-size    : cover;
}

.footer .footer-item a {
    line-height: 35px;
    color      : var(--bs-body);
    transition : 0.5s;
}

.footer .footer-item p {
    line-height: 35px;
}

.footer .footer-item a:hover {
    letter-spacing: 2px;
    color         : var(--bs-primary);
}

.widget-content h4,
.footer-item h4 {
    color      : var(--Foundation-Dark-dark-50, #E8EAEB);
    text-align : right;
    font-family: "Almarai", sans-serif;
    font-size  : 24px;
    font-style : normal;
    font-weight: 800;
    line-height: 29px;
}

.btn-custom {
    background: linear-gradient(to right, #00773d, #01a9e7) !important;
}

.subscribe-form {
    position: relative
}

.subscribe-form .form-input {
    border       : 1px solid #e5e5e5;
    width        : 100%;
    height       : 50px;
    padding      : 10px;
    padding-right: 140px;
    border-radius: 2px
}

.submit-btn {
    text-transform: uppercase;
    color         : #fff;
    font-size     : 12px;
    border-radius : 2px;
    line-height   : 50px;
    font-weight   : 600;
    display       : inline-block;
    letter-spacing: .5px;
    padding       : 0 30px;
    position      : absolute;
    top           : 0;
    right         : 0;
    cursor        : pointer
}

.navbar-toggler-icon {
    background-image: none !important;
    background-color: white;
    height          : 3px;
    width           : 25px;
    margin          : 10px 0;
    position        : relative;
    transition      : all 0.35s ease-out;
    transform-origin: center;
}

.navbar-toggler-icon::before {
    display         : block;
    background-color: white;
    height          : 3px;
    content         : "";
    position        : relative;
    top             : -7px;
    transition      : all 0.15s ease-out;
    /*taken down to hide quicker*/
    transform-origin: center;
}

.navbar-toggler-icon::after {
    display         : block;
    background-color: white;
    height          : 3px;
    content         : "";
    position        : relative;
    top             : 4px;
    transition      : all 0.35s ease-out;
    transform-origin: center;
}

.navbar-dark .navbar-toggler-icon,
.navbar-dark .navbar-toggler-icon::before,
.navbar-dark .navbar-toggler-icon::after {
    background-color: white;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    transform: rotate(45deg);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    opacity: 0;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    transform: rotate(-90deg) translateX(7px);
}

/*** Footer End ***/