@font-face {
    font-family: sitefont;
    src: url("../fonts/SuisseIntl-Light.otf") format("opentype");
}

@font-face {
    font-family: sfbold;
    src: url("../fonts/SuisseIntl-Bold.otf") format("opentype");
}

html {
    scroll-behavior: smooth;
    scroll-padding-top: 70px;
}

html,
body {
    direction: rtl;
    text-align: right;
}

body {
    font-family: "sitefont", "Rubik",
        sans-serif;
    font-weight: bold;
    background: #ffffff;
    color: #475467;
}

img {
    max-width: 100%;
}

.btn:focus,
a {
    box-shadow: none;
    outline: none !important;

}

a {
    color: #0887CA;
}

/* ================================ navbar ======================== */
.navbar {
    background-color: rgba(255, 255, 255, .5);
    transition: background-color .4s linear;
    top: -1px !important;
    border-bottom: 1px solid #EAECF0;
}

.navbar .navbar-nav {
    padding-inline-start: 0;
}

.navbar-toggler {
    color: #0A1045;
    padding: 3px;
    margin-right: 6px;
    transition: color .3s ease;
}

.navbar-toggler svg {
    height: 26px;
    width: 26px;
}

.navbar .container {
    position: relative;
}

.navbar .container .menu-abs {
    position: absolute;
    display: flex;
    align-items: center;
    height: 62px;
    top: 0;
    left: 0;
    padding-right: 16px;

}

.navbar .lang-btn {
    padding: 6px 3px;
    text-decoration: none !important;
    color: #0A85C7;
}

.navbar .nav-link {
    color: #8F8FA6;
    transition: color .3s ease;
    font-size: 16px;
}

.navbar .active .nav-link {
    color: #0A85C7;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-brand img {
    height: 62px;
}

.navbar-collapse ul {
    margin: auto;
}

.navbar-collapse .btn {
    margin: 0 1rem;
}

.navbar-collapse ul li {
    margin: 0 4px;
}

.navbar.inner-nav,
.navbar.scrolled {
    background-color: #ffffff !important;
    box-shadow: 1px 1px 6px rgba(0, 7, 69, 0.3);
}

/* ssssssssss nav toggler start  sssssssssssss*/

.navbar-toggler {
    border: 1px solid rgba(9, 77, 136, 0.5);
    position: relative;
    height: 38px;
    width: 38px;
    border-radius: 50%;
    padding: 0;
}

.navbar-toggler span,
.navbar-toggler span:before,
.navbar-toggler span:after {
    position: absolute;
    display: inline-block;
    height: 2px;
    width: 17px;
    background-color: #0887CA;
    will-change: transform;
}

.navbar-toggler span {
    background-color: transparent;
}

.navbar-toggler span {
    position: absolute;
    top: 19px;
    right: 10px;
    margin-top: -1px;
    padding: 0;
    will-change: transform;
    transition: background-color 0.3s 0s;
}

.navbar-toggler span:before,
.navbar-toggler span:after {
    content: '';
    right: 0;
    transform-origin: 0% 50%;
    transition: transform 0.3s 0.1s;
}

.navbar-toggler span:before {

    transform: translateX(3px) translateY(0px) rotate(45deg);
}

.navbar-toggler span:after {
    transform: translateX(3px) translateY(0px) rotate(-45deg);
}

.navbar-toggler span:before {
    top: -6px;
}

.navbar-toggler span:after {
    top: 6px;
}

.navbar-toggler.collapsed span {
    background: #0887CA;
}

.navbar-toggler.collapsed span:before,
.navbar-toggler.collapsed span:after {

    transform: none;
}

/* eeeeeee nav toggler end  eeeeeee */

/* ================================ banner ======================== */
header .banner {
    width: 100%;
    min-height: 100vh;
    min-height: 100svh;
    background-image: url(../pic/RKT-Slicer.svg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 95px;
    padding-bottom: 16px;
    overflow-x: hidden;
}

.text-blue {
    color: #0A85C7;
}

.banner h2 {
    color: #0E0E0E;
    font-weight: 900;
    font-size: 75px;
    margin-bottom: .5em;
}

.banner-text {
    height: 100%;
    display: flex;
    align-items: center;
    max-width: 650px;
}

.banner-text p {
    font-size: 24px;
    color: #667085;
}

.banner-text .item {
    color: #667085;
    line-height: 2;
    margin-bottom: 4px;
}

.banner-text .item i {
    color: #0887CA;
}

.main-slider .swiper-slide .img-wr,
.main-slider .swiper-slide,
.main-slider {
    height: 100%;
}

.main-slider .swiper-slide .img-wr {
    width: 100%;
    margin-right: auto;
    display: flex;
    align-items: center;
}


.main-slider .swiper-slide img {
    max-height: 100%;
    width: 100%;
    filter: drop-shadow(5px 6px 10px rgba(0, 0, 0, .22));
    opacity: 0;
}

.main-slider {
    overflow: visible;
}

.main-slider .swiper-slide-active img {
    animation: vic 7.1s ease-in-out backwards;
    opacity: 1;
}

@keyframes vic {
    0% {
        transform: translateX(-120%);
        opacity: 0;

    }

    15% {
        transform: translateX(0%);
        opacity: 1;
    }

    85% {
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        transform: translateX(0);
        opacity: 0;
    }

}

.btnstyle {
    background-color: #0A85C7;
    border-radius: 4px;
    color: #ffffff;
    padding: 12px 24px;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(61, 52, 52, 0.2);
    transition: all .3s ease;
}

.btnstyle:hover,
.btnstyle:focus {
    color: #ffffff;
    background-color: #094C88;
}

.banner .btnstyle {
    width: 190px;
    margin-top: 40px;
    padding: 1rem;
    font-size: 18px;
}

/* /////////////////////////////////////////////// about ///////////////////////////////// */
section#about {
    padding: 4.5rem 0;
    background-color: #E1ECF4;
    background-color: #edf8fe;
}

.sec-title {
    font-family: 'sfbold', sans-serif;
    font-size: 36px;
    color: #0E0E0E;
    margin-bottom: 2rem;
}

.sec-title.text-center {
    margin-bottom: 3rem;
}

#about figure {
    height: 100%;
    position: relative;
}

#about figure img {
    position: absolute;
    max-height: 100%;
    left: 0;
}


.about-text p {
    line-height: 2;
    /* font-weight: normal; */
    color: #49595A;
}

.about-text hr {
    width: 70%;
    border: 0;
    height: 2px;
    background: rgb(255, 255, 255);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(79, 96, 98, 1) 100%);
    margin: 2rem 0;
}

.about-text .d-flex {
    margin-bottom: 1.5rem;
    color: #0E0E0E;
}

.about-text .d-flex .txt {
    line-height: 1.8;
}

.about-text .d-flex img {
    margin-left: 1rem;
    max-width: 55px;
    max-height: 55px;
    margin-top: 5px;
}

.about-text .d-flex .text-blue {
    font-size: 22px;
}

/* //////////////////////////// services ///////////////////////////// */
#services {
    padding: 4.5rem 0;
    position: relative;
}

#services::after,
#services::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10%;
    width: 55px;
    height: 55px;
    display: inline-block;
    background: url(../pic/Vector.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}

#services::after {
    top: auto;
    bottom: 0;
    right: auto;
    left: 10%;
    width: 55px;
    transform: translateY(50%);
}

.after-title {
    font-family: "sitefont",
        "Rubik",
        sans-serif;
    font-size: 16px;
    color: rgba(16, 24, 40, 0.65);
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}

.serv-card {
    border-radius: 8px;
    box-shadow: 0px 1px 8px 0px rgba(0, 0, 0, 0.16);
    padding: 1.5rem .5rem;
    text-align: center;
    height: 100%;
    position: relative;
}

.serv-card .inner {
    position: relative;
    z-index: 5;
}


.serv-card .i-wr {
    display: flex;
    width: 70px;
    height: 70px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: 8px solid #cbe5f3;
    background: #e1f0f8;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 0 8px rgba(10, 133, 199, 0.10);
    margin-top: 10px;
    margin-bottom: 10px;
    transition: all .3s ease;
}

.serv-card .i-wr img {
    max-width: 42px;
    max-height: 42px;
}

.serv-card .c-title {
    font-family: 'sfbold',
        sans-serif;
    font-size: 20px;
    color: #0E0E0E;
    margin-top: 1.5rem;
    margin-bottom: .5rem;
    transition: all .5s ease-in-out;
}

.serv-card:before {
    z-index: -1;
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    bottom: 0px;
    right: 0px;
    border-radius: 8px;
    transition: all 600ms ease-in-out;
    background: linear-gradient(-30deg, #0887CA, #094C88 100%);
    opacity: 0;
}


.serv-card:hover:before {
    height: 100%;
    opacity: .9;

}

.serv-card p {
    font-weight: normal;
    margin-bottom: 0;
    color: #475467;
    transition: all .5s ease-in-out;
}

.serv-card:hover p {
    color: #e0e0e0;
}

.serv-card:hover .c-title {
    color: #ffffff;

}

.serv-card:hover .i-wr {
    box-shadow: 0px 0px 0 8px rgba(255, 255, 255, 0.3);
}

.show-all {
    text-align: center;
    padding-top: 2rem;
}

.show-all .btn {
    padding: 15px 24px;
    min-width: 200px;
}

/* //////////////////////////// projects ///////////////////////////// */
#projects {
    padding-top: 3.5rem;
    padding-bottom: 5.5rem;
}

#projects .row {
    margin: 0 !important;
}

#projects .row .col-lg-3 {
    padding-left: 0;
    padding-right: 0;
}

.proj-card {
    height: 100%;
    padding: .75rem;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.proj-card:hover {
    box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.09);
}

.proj-card:hover .img-wr img {
    filter: grayscale(100%) brightness(80%) contrast(145%);
    -webkit-filter: grayscale(100%) brightness(80%) contrast(145%);
    -moz-filter: grayscale(100%) brightness(80%) contrast(145%);
}

.proj-card .img-wr {
    background-color: #0887CA;
    position: relative;
    width: 100%;
    padding: 33.33333% 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.5rem;
}

.proj-card .img-wr img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    inset: 0;
    transition: all .3s ease;
}

.proj-card .c-title {
    font-size: 20px;
    margin-bottom: 8px;
    color: #101828;
}

.proj-card p {
    font-weight: normal;
    font-size: 15px;
    color: #475467;
}

/* /////////////////////////////////////////// blogs /////////////////////////////// */
#blogs {
    padding: 5.5rem 0;
    background-color: #E1ECF4;
    position: relative;
}

#blogs .lay {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.7);
}

#blogs .container {
    position: relative;
    z-index: 2;
}

.blog-card .img-wr {
    position: relative;
    padding: 66.6666% 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog-card {
    border: 0;
    position: relative;
}

.blog-card .img-wr img {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    object-fit: cover;
    z-index: 1;
}

.blog-card .img-wr::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 26.94%, #000 99.96%);
    z-index: 2;
}

.blog-card .c-cont {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    color: #ffffff;
    z-index: 5;
    padding: 1.5rem;
    display: flex;
    align-items: flex-end;
}

.blog-card .c-cont .wr {
    width: 100%;
}

.blog-card .c-cont .lable {
    font-weight: normal;
    background-color: #0887CA;
    font-size: 14px;
    line-height: 1.6;
    padding: 5px;
    margin-bottom: 1.5rem;
    display: inline-flex;
}

.blog-card .c-cont .c-title {
    font-size: 18px;
    margin-bottom: 1.625rem;
    max-height: 54px;
    overflow: hidden;
}

.blog-card .c-cont p {
    font-size: 15px;
    font-weight: normal;
    max-height: 90px;
    overflow: hidden;
}

.blog-card .c-cont .d-flex {
    align-items: center;
    justify-content: flex-end;
}

.blog-card .c-cont a {
    display: inline-flex;
    align-items: center;
}

/* /////////////////////////////////////////// partners /////////////////////////////// */
#partners {
    padding: 3.5rem 0;
}

.part-card {
    text-align: center;
    padding: 20px 5px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.part-card img {
    height: 100px;
    max-width: 100%;
    margin-bottom: 1rem;
    object-fit: cover;
}

.part-card .c-title {
    color: #0C111D;
}

/* /////////////////////////////////////////// idea /////////////////////////////// */
#idea {
    padding-top: 7rem;
    padding-bottom: 4rem;
    background-image: url(../pic/Section.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.idea-text {
    color: #ffffff;
}

.idea-text h4 {
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000000bf;
}

.idea-text .item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 1rem;
    font-size: 20px;
    font-weight: normal;
    text-shadow: 0px 0px 3px #000000bf;
}

.idea-text .item span {
    margin-left: .5rem;
    color: #0887CA;
}

.idea-text .item span svg {
    height: 20px;
    width: auto;
}

/* /////////////////////////////////////////// team /////////////////////////////// */
#team {
    padding: 6.5rem 0;
}

.team-col {
    padding: 1rem;
}

.team-card {
    position: relative;
    padding: 1rem;
    border-radius: 16px;
    background: #DAEDF7;
    height: 100%;
}

.team-card .name {
    color: #101828;
    font-size: 18px;
    max-width: 80%;
}

.team-card .role {
    color: #0887CA;
    margin-bottom: 1rem;
    max-width: 80%;
}

.team-card p {
    font-size: 15px;
    color: #667085;
}

.team-card .soc a {
    font-size: 20px;
    margin-inline-end: 8px;
    margin-bottom: 5px;
}

.team-card .soc a:hover {
    color: #094C88;
    text-decoration: none;
}

.team-card img {
    position: absolute;
    width: 27%;
    max-width: 85px;
    max-height: 85px;
    height: auto;
    top: 0;
    left: 0;
    transform: translate3d(-14px, -14px, 0);
    box-shadow: inset 0 0 0 6px #ffffff;
    border-radius: 50%;
}

/* /////////////////////////////////////////// clints /////////////////////////////// */

.sec-bg {
    background-color: #F0F8FC;
    padding: 3.5rem 0;

}


.slider2 {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.slide-cont {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.slide-cont .text-box {
    max-width: 50%;
    padding-bottom: 70px;
}

.slide-cont .img-wr {
    max-width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-cont .img-wr img {
    border-radius: 0 50% 50% 50%;
    width: 490px;
    max-width: 100%;
}

.slide-cont .text-box img {
    margin-bottom: 1rem;
}

.slide-cont .text-box p {
    color: #3A3838;
    font-size: 28px;
}

.slide-cont .stars {
    margin-bottom: 1rem;
}

.slide-cont .person {
    font-size: 20px;
}

.slide-cont .name {
    color: #0887CA;
}

.slide-cont .role {
    color: #3A3838;
}

.slider2 .btns-wr {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    z-index: 1200;
    width: 100%;
    bottom: 0;

}

.slider2 .btns-wr .navi {
    position: relative;
    height: 55px;
    width: 50%;
}

.slider2 .btns-wr .navi {
    display: flex;
    align-items: flex-start;

}

.slider2 .sbtn svg {
    width: 24px;
    height: 24px;
}

.slider2 .sbtn {
    background-color: #F0F8FC;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    color: #0887CA;
    border-radius: 50%;
    border: 1px solid rgba(6, 6, 6, 0.50);

}

.slider2 .s2prev {
    margin-left: 30px;
}

#contactUs {
    padding: 5rem 0;
}

#contactUs .container {
    position: relative;
}

#contactUs .container .form-preloader {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
    z-index: 5;
    color: #475467;
    border-radius: 24px;
    font-size: 18px;
}

.form-wr {
    border-radius: 24px;
    background: #F0F8FC;
    overflow: hidden;
}

.form-wr .pic-col {
    padding: 0;
}


.form-wr .pic-col img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    object-position: top;
}


.form-style {
    padding: 2rem;
}

.form-style label {
    font-size: 90%;
}

.form-style label span {
    padding: 0 3px;
    color: #D90000;
}

.form-style .form-group .d-flex {
    align-items: center;
    justify-content: space-between;
}

.form-style .form-group small {
    color: #6B7280;
    font-size: 14px;
    font-weight: normal;
}

.form-style .btn-wr {
    text-align: end;
    padding: 0;
}

.form-style .btn-wr .btn {
    margin-top: 1.5rem;
    padding: 12px 24px;
    width: 190px;
}

.form-style .form-group {
    margin-bottom: 1.5rem;
}

.form-style .form-control {
    min-height: 48px;
    background-color: #ffff;
    border: 1px solid transparent;
    box-shadow: 0 1px 4px rgba(61, 52, 52, 0.07);
}

.form-style .form-control:focus {
    border: 1px solid #0886ca78;
    box-shadow: 0 0px 0px rgba(61, 52, 52, 0);
}

.form-style .error {
    color: #D90000;
    font-size: 12px;
    padding-top: 5px;

}

.form-style input:-webkit-autofill {
    box-shadow: inset 0 0 0px 1000px rgb(255, 255, 255) !important;
}

.icon-inp-wr {
    position: relative;
}

.icon-inp-wr .i-wr {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 42px;
    color: rgba(8, 134, 202, 0.55);
}

.icon-inp-wr .i-wr svg {
    height: 18px;
    width: 18px;
}

.icon-inp-wr .form-control {
    padding-right: 36px;
}

/* /////////////////////////////////////// footer //////////////////////////////// */
footer {
    padding-top: 3.5rem;
    color: #ffffff;
    background-color: #094C88;
    font-weight: normal;
}

footer p {
    font-size: 15px;
    margin-bottom: .75rem;
}

footer .col-lg-4 img {
    margin-bottom: 1rem;
}

.footer-soc {
    margin-bottom: .25rem;
    padding-top: .5rem;
}

.footer-soc a {
    color: #094C88;
    font-size: 16px;
    margin-left: .75rem;
    text-decoration: none !important;
    transition: all .3s ease;
    padding: 0;
    line-height: 1;
    display: inline-flex;
    width: 26px;
    height: 26px;
    background-color: #ffffff;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}

.footer-soc a:hover {
    color: #ffffff;
    background-color: #ffffff00;
    transform: scale(1.1);
}

.footer-title {
    font-family: 'sfbold',
        sans-serif;
    margin-bottom: .75rem;
    margin-top: .75rem;
}

footer .link-wr {
    margin-bottom: .5rem;
    display: block;
    font-size: 14px;
    position: relative;
    padding-right: 15px;
}

footer .info div {
    margin-bottom: .5rem;
}

footer .info div span {
    font-size: 14px;
}

footer .link-wr::before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    right: 0;
    top: 7px;
    background-color: #ffffff;
    transform: rotate(45deg);
}

footer .link-wr a {
    color: #ffff;
    font-weight: normal;
}

footer .link-wr a:hover {
    color: #8CC5F8;
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    padding: 1.5rem 1rem;
    border-top: 1px solid #ffff;
    margin-top: 1.5rem;
}


/* ///////////////////////// modal////////////////////// */
.modal-content {
    border-radius: 24px;
    border: 0;

}

.modal-content .close {
    display: inline-flex;
    width: 3.5rem;
    height: 3.5rem;
    justify-content: center;
    align-items: center;
    margin: 0;
    margin-left: auto;
}

.modal-content img {
    height: 120px;
}

.modal-content h5 {
    font-family: 'sfbold',
        sans-serif;
    color: #0887CA;
    font-weight: bold;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.modal-content p {
    color: #101828;
    margin-bottom: 2rem;
}

/* -------------- btn------------- */
.fixed-btns {
    position: fixed;
    z-index: 999;
    left: 20px;
    bottom: 20px;
    width: 54px;
}

.fixed-btns .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 54px;
    height: 54px;
    font-size: 22px;
    color: #fff;
    border-radius: 50%;
    transition: all 300ms ease;
}


.fixed-btns .btn svg {
    height: 20px;
}

.fixed-btns .btn.whats {
    box-shadow: 0px 8px 18px #25D36633;
    background-color: #25D366;
}

.fixed-btns .btn.whats:hover {
    background-color: #FFFFFF;
    color: #25D366;
}

.cap-wr {
    text-align: right;
}