:root {
    --body-font: 'Cairo', CairoBold700;
    --heading-font: 'Din', DIN-Arabic-Cond-Bold;
}


/*=============== Fonts ===============*/

@font-face {
    font-family: 'Cairo';
    src: url(../Fonts/RTA-Bold.ttf);
    /* src: url(../Fonts/CairoBold700.ttf); */
    /* src: url(../Fonts/RTACross.ttf); */
    /* font-weight: 100; */
    font-style: normal;
}

@font-face {
    font-family: 'Din';
    src: url(../Fonts/RTA-Bold.ttf);
    /* src: url(../Fonts/CairoBold700.ttf); */
    /* src: url(../Fonts/RTACross.ttf); */
    /* font-weight: 100; */
    font-style: normal;
}

html {
    font-family: var(--body-font);
    /* Base In Font Type Chang Values */
    font-weight: 800;
    font-style: bold;
}

body {
    font-family: var(--body-font);
    direction: rtl;
    /* line-height: 1.7; */
}

.footerIcon {
    transform: rotate(180deg);
}

.text-start {
    text-align: right !important;
}

.text-end {
    text-align: left !important;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-right: -1px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: var(--bs-btn-border-radius) !important;
    border-bottom-left-radius: var(--bs-btn-border-radius) !important;
}

.border-news {
    border-right: 1px solid rgb(180, 177, 177);
}

.border-harvest {
    border-right: 1px solid #a4a4a4;
}

.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: var(--bs-btn-border-radius) !important;
    border-bottom-left-radius: var(--bs-btn-border-radius) !important;
}


/*  */

[dir=rtl] .breadcrumb-item+.breadcrumb-item {
    padding-right: .5rem !important;
    padding-left: 0
}

[dir=rtl] .breadcrumb-item+.breadcrumb-item::before {
    content: "\\";
    padding-right: 0;
    padding-left: .5rem;
    float: right !important
}

[dir=rtl] .breadcrumb-style1 .breadcrumb-item+.breadcrumb-item::before {
    content: "" !important;
}

[dir=rtl] .breadcrumb-style2 .breadcrumb-item+.breadcrumb-item::before {
    content: "" !important;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0 !important;
    padding-right: .5rem !important;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right !important;
    padding-left: .5rem !important;
    padding-right: 0 !important;
    color: white;
    content: var(--bs-breadcrumb-divider, "https://demos.themeselection.com/")
    /* rtl: var(--bs-breadcrumb-divider, "\\") */
}


/*  */


/* .swiperPrograms .swiper-button-prev,
.swiperPrograms .swiper-container-rtl .swiper-button-next {
    left: auto;
    right: 10px;
}

.swiperPrograms .swiper-button-next,
.swiperPrograms .swiper-container-rtl .swiper-button-prev {
    /* right: auto; */


/* left: 10px !important; */


/* } */

[dir=rtl] .swiper-button-prev.custom-icon,
[dir=rtl] .swiper-button-next.custom-icon {
    transform: scaleX(-1) rotate(180deg)
}

.swiper-button-prev.custom-icon,
.swiper-button-next.custom-icon {
    transform: scaleX(-1) rotate(180deg) !important;
}


/*  */


/* Animation */


/* Hero Animation */


/* .animated-title {
    transform: translate(-45%, -50%);
} */


/* YWBOD ANIMATION */

.animated-title {
    color: var(--color);
    font-weight: 600;
    /* height: 65vh; */
    height: 100vh;
    left: 32%;
    position: absolute;
    top: 70%;
    transform: translate(-60%, -50%);
    width: 70vmin;
    z-index: 0;
}

@media (max-width:912px) {
    .animated-title {
        color: var(--color);
        font-weight: 600;
        height: 65vh;
        height: 100vh;
        left: 60%;
        position: absolute;
        top: 70%;
        transform: translate(-60%, -50%);
        width: 90vmin;
        z-index: 0;
    }
}

.cube {
    position: absolute;
    top: 70vh;
    left: 15vw;
    width: 8px;
    height: 8px;
    border: solid 0.5px var(--secondary-color);
    transform-origin: top left;
    transform: scale(0) rotate(0deg) translate(-50%, -50%);
    -webkit-animation: cube 12s ease-in forwards infinite;
    animation: cube 10s ease-in forwards infinite;
}

.cube:nth-child(2n) {
    border-color: var(--main-color);
}


/*
.cube:nth-child(2) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    right: 30vw;
    top: 65vh;
}

.cube:nth-child(3) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    right: 25vw;
    top: 70vh;
} */

.cube:nth-child(2) {
    /* -webkit-animation-delay: 6s; */
    /* animation-delay: 6s; */
    left: 10vw;
    top: 80vh;
}

.cube:nth-child(3) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    left: 9vw;
    top: 75vh;
}

.cube:nth-child(4) {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    left: 6vw;
    top: 70vh;
}

.cube:nth-child(5) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
    left: 14vw;
    top: 40vh;
}

.cube:nth-child(6) {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    left: 7vw;
    top: 90vh;
}

.me-3 {
    margin-left: 1rem;
}

.btn-left {
    background: none;
    border: 0;
    font-size: 19px;
    line-height: 2em;
    position: relative;
    width: 6em;
    height: 2em;
    margin-left: 5px;
    margin-right: 5px;
}

.btn-left a {
    /* color: #fff; */
    text-decoration: none;
    position: relative;
    z-index: 10;
    color: var(--dark);
}

.btn-left.active a {
    color: white !important;
}

.btn-left::before,
.btn-left::after {
    /* background: #6e7785; */
    background: var(--light);
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 1.03em;
}

.btn-left::before {
    /* box-shadow: -1px 1px 0 #6e7785, -2px 2px 0 #6e7785, -3px 3px 0 #6e7785, -4px 4px 0 #6e7785; */
    transform: skew(45deg);
    bottom: 0;
    z-index: 1;
}

.btn-left::after {
    /* box-shadow: 1px 1px 0 #6e7785, 2px 2px 0 #6e7785, 3px 3px 0 #6e7785, 4px 4px 0 #6e7785; */
    transform: skew(-45deg);
    top: 0;
}

.btn-left:hover::before,
.btn-left:hover::after {
    background: var(--main-color);
}

.btn-left:focus {
    outline: 0;
}

.btn-left:focus::before,
.btn-left:focus::after,
.btn-left.active::before,
.btn-left.active::after {
    background: var(--main-color);
    color: white !important;
}

.search-box {
    width: max-content;
    height: fit-content;
    position: relative;
}

.input-search {
    height: 50px;
    width: 50px;
    border-style: none;
    padding: 10px;
    font-size: 18px;
    letter-spacing: 2px;
    outline: none;
    border-radius: 25px;
    transition: all .5s ease-in-out;
    background-color: var(--secondary-color);
    padding-right: 40px;
    color: #fff;
}

.input-search::placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 100;
}

.btn-search {
    width: 50px;
    height: 50px;
    border-style: none;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    cursor: pointer;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    color: #ffffff;
    background-color: var(--secondary-color);
    ;
    pointer-events: painted;
}

.btn-search:focus~.input-search {
    width: 50vw;
    border-radius: 20px;
    background-color: var(--secondary-color);
    ;
    border-bottom: 1px solid var(--secondary-color);
    ;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.input-search:focus {
    width: 50vw;
    border-radius: 20px;
    background-color: var(--secondary-color);
    ;
    border-bottom: 1px solid var(--secondary-color);
    ;
    transition: all 500ms cubic-bezier(0, 0.110, 0.35, 2);
}

.arrow {
    width: 120px;
}

.line {
    color: var(--main-color);
    width: 90px;
    background: rgb(248, 248, 250);
    height: 40px;
    float: left;
    font-size: 12px;
}

.point {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 30px solid rgb(253, 253, 255);
    float: left;
}


/* padding */

.ps-4 {
    padding-right: 1.5rem !important;
}

.ps-3 {
    padding-right: 1rem !important;
}


/* //oppertunity css */

.opp-btn {
    width: 1.33rem;
    height: 1.33rem;
    padding: 0px;
    margin-top: 0px;
    margin-left: -50px;
    /* margin-right: -50px; */
    text-align: center !important;
    position: absolute;
    z-index: 12;
    background-color: #676767;
    border-radius: 50%;
}

.btn-arrow-opp {
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 2em;
    position: relative;
    width: 5em;
    height: 1em;
    /* margin-left: 5px;
    margin-right: 5px; */
}

.btn-arrow-opp p {
    /* color: #fff; */
    text-decoration: none;
    position: relative;
    z-index: 10;
    color: var(--dark);
    top: 0;
    right: 20px;
}

.btn-arrow-opp.active p {
    color: white !important;
    font-size: 15px;
}

.btn-arrow-opp::before,
.btn-arrow-opp::after {
    /* background: #6e7785; */
    background: var(--light);
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 0.5em;
}

.btn-arrow-opp::before {
    /* box-shadow: -1px 1px 0 #6e7785, -2px 2px 0 #6e7785, -3px 3px 0 #6e7785, -4px 4px 0 #6e7785; */
    transform: skew(45deg);
    top: 0;
    /* z-index: 1; */
}

.btn-arrow-opp::after {
    /* box-shadow: 1px 1px 0 #6e7785, 2px 2px 0 #6e7785, 3px 3px 0 #6e7785, 4px 4px 0 #6e7785; */
    transform: skew(-45deg);
    bottom: 0;
}

.btn-arrow-opp:hover::before,
.btn-arrow-opp:hover::after,
.btn-arrow-opp.active::before,
.btn-arrow-opp.active::after {
    background: var(--main-color);
    color: white !important;
}

.btn-arrow-opp-c:hover::before,
.btn-arrow-opp-c:hover::after,
.btn-arrow-opp-c.active::before,
.btn-arrow-opp-c.active::after {
    background: var(--secondary-color);
    color: white !important;
}

.btn-arrow-opp:focus {
    outline: 0;
}

.btn-arrow-opp:focus::before,
.btn-arrow-opp:focus::after {
    background: var(--main-color);
}


/* .btn-arrow-opp:active::before, .btn-arrow-opp:active::after ,.btn-arrow-opp a:active{
    background: var(--main-color) !important;
    color: white !important;
  } */

.btn-arrow-opp-card {
    background: none;
    border: 0;
    font-size: 22px;
    line-height: 2em;
    position: relative;
    width: 3em;
    height: 1em;
    margin-left: -15px;
}

.btn-arrow-opp-card p {
    /* color: #fff; */
    text-decoration: none;
    position: relative;
    z-index: 10;
    color: var(--dark);
    top: 0;
    left: -10px;
}

.btn-arrow-opp-card.active p {
    /* color: white !important; */
    font-size: 14px;
}

.btn-arrow-opp-card::before,
.btn-arrow-opp-card::after {
    /* background: #6e7785; */
    background: var(--light);
    border-radius: 2px;
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 1s;
    height: 0.5em;
}

.btn-arrow-opp-card::before {
    /* box-shadow: -1px 1px 0 #6e7785, -2px 2px 0 #6e7785, -3px 3px 0 #6e7785, -4px 4px 0 #6e7785; */
    transform: skew(-45deg);
    top: 0;
    /* z-index: 1; */
}

.btn-arrow-opp-card::after {
    /* box-shadow: 1px 1px 0 #6e7785, 2px 2px 0 #6e7785, 3px 3px 0 #6e7785, 4px 4px 0 #6e7785; */
    transform: skew(45deg);
    bottom: 0;
}

.btn-arrow-opp-card:hover::before,
.btn-arrow-opp-card:hover::after,
.btn-arrow-opp-card.active::before,
.btn-arrow-opp-card.active::after {
    background: var(--main-color);
    color: white !important;
}

.btn-arrow-opp-card-c:hover::before,
.btn-arrow-opp-card-c:hover::after,
.btn-arrow-opp-card-c.active::before,
.btn-arrow-opp-card-c.active::after {
    background: var(--secondary-color);
    color: white !important;
}

.btn-arrow-opp-card-d:hover::before,
.btn-arrow-opp-card-d:hover::after,
.btn-arrow-opp-card-d.active::before,
.btn-arrow-opp-card-d.active::after {
    background: var(--light);
    color: white !important;
}

.btn-arrow-opp-card:focus {
    outline: 0;
}

.btn-arrow-opp-card:focus::before,
.btn-arrow-opp-card:focus::after {
    background: var(--main-color);
}


/* .btn-arrow-opp-card:active::before, .btn-arrow-opp-card:active::after ,.btn-arrow-opp-card a:active{
    background: var(--main-color) !important;
    color: white !important;
  } */


/* .opp-img-status {
    position: absolute;
    z-index: 10;
    bottom: 72;
    width: 35px;
}


@media only screen and (max-width: 912px) {
    .opp-img-status {
        position: absolute;
        z-index: 10;
        bottom: 67;
        right: 150;
    }
}

@media only screen and (max-width: 820px) {
    .opp-img-status {
        position: absolute;
        z-index: 10;
        bottom: 65;
        right: 130;
    }
}

@media only screen and (max-width: 768px) {
    .opp-img-status {
        position: absolute;
        z-index: 10;
        bottom: 65;
        right: 110;
    }
}

@media only screen and (max-width: 540px) {
    .opp-img-status {
        position: absolute;
        z-index: 10;
        bottom: 67;
        right: 60;
    }
    .justify-540 {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }
}

@media only screen and (max-width: 414px) {
    .opp-img-status {
        position: absolute;
        z-index: 10;
        bottom: 67;
        right: 100;
    }
}

@media only screen and (max-width: 390px) {
    .opp-img-status {
        position: absolute;
        z-index: 10;
        bottom: 67;
        right: 100;
    }
}

@media only screen and (max-width: 375px) {
    .opp-img-status {
        position: absolute;
        z-index: 10;
        bottom: 65;
        right: 100;
    }
} */

.apply-btn {
    width: auto;
    padding-right: 30px;
    padding-left: 5px;
}

.apply-btn:hover {
    width: auto;
    padding-right: 30px;
    padding-left: 5px;
    background: #f5d4b7;
}

.apply-icon {
    /* color: white; */
    width: 30px;
    height: 30px;
    /* border: none; */
    border-radius: 50%;
    /* background: var( --secondary-color); */
    position: absolute;
    /* padding-top: 5px; */
    left: 720;
    top: 625;
}

@media only screen and (max-width: 375px) {
    .apply-icon {
        /* color: white; */
        width: 30px;
        height: 30px;
        /* border: none; */
        border-radius: 50%;
        /* background: var( --secondary-color); */
        position: absolute;
        /* padding-top: 5px; */
        left: 0;
        top: 0;
    }
}


/*  */

@media (min-width: 768px) {
    .text-md-end {
        text-align: left !important;
    }
}

@media (min-width: 576px) {
    .text-sm-start {
        text-align: right !important;
    }
}

@media (min-width: 992px) {
    .text-lg-end {
        text-align: left !important;
    }
}


/* books  */

.box:before {
    right: 15px;
}

.box:hover:before {
    right: -37px;
}

.box .box-content {
    right: 15px;
}

.profileImg {
    margin-right: 4rem;
}


/* icon socail media =>story  */

.story-share {
    padding-left: -2rem !important;
}

ol,
ul {
    padding-left: 0rem;
}
.badge.badge-notifications {
    position: absolute;
    top: auto;
    display: inline-block;
    margin: 0;
    transform: translate(36%, -28%) !important;
}
@media (max-width: 768px) {
    .border-sm-start-0 {
        border-left: 0 !important;
      }
     }

