/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@400;800&family=Open+Sans:wght@400;700;800&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.3/font/bootstrap-icons.css");
:root {
    /*--bs-primary-color:#6AB0BD;
	--bs-primary-rgb:99,176,186;*/
    --bs-primary-color: #0b3f4f;
    --bs-primary-rgb: 11, 63, 79;
    --bs-secondary-color: #4dbdd1;
    --bs-secondary-rgb: 77, 189, 209;
    --bs-dark-color: #1a3b3d;
    --bs-darker-color: #002628;
    --bs-dark-rgb: 26, 59, 61;
    --bs-light-color: #E8F0F6;
    --bs-light-rgb: 232, 240, 246;
    --bs-link-color-rgb: 99, 176, 186;
    /*--bs-heading-color:#6AB0BD;*/
    --bs-heading-color: #156977;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 3px #dee2e6;
}

::-webkit-scrollbar-thumb {
    background-color: var(--bs-primary-color);
}

html {
    overflow-x: hidden;
}

html,
body {
    font-family: 'Open Sans', 'Noto Kufi Arabic', sans-serif;
    font-weight: 400;
    color: var(--bs-darker-color);
}

section {
    transition: all 0.3s ease;
}

#logo {
    transition: all 0.3s ease;
    height: 50px;
}

#logo.sticky-logo {
    height: 30px;
}

.btn.newsletter i {
    padding-left: 6px;
}

a:hover span {
    text-decoration: underline;
}

@media (max-width: 1400px) {
    #logo {
        height: 50px;
    }
    #logo.sticky-logo {
        height: 30px;
    }
}

@media (max-width: 768px) {
    #logo {
        height: 50px;
    }
    #logo.sticky-logo {
        height: 30px;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
    .col-sm-12 .img-fluid {
        max-width: 80%;
        margin: auto;
    }
    #img_4_2 {
        top: 70% !important;
        transform: translateY(-50%);
        z-index: 1
    }
    #img_4_2 img {
        height: 60% !important;
    }
}

.mh-vh-100 {
    min-height: 100vh;
}

.mh-vh-50 {
    min-height: 50vh;
}

.fw-bolder {
    font-weight: 800 !important;
}

.fw-bolder.btnsmall {
    font-size: 1.4rem !important;
}

.text-darker {
    color: var(--bs-darker-color);
}

.btn-outline-gradient {
    background: linear-gradient(to right, #4E986D, #00EDF9);
    padding: 2px;
    color: var(--bs-dark-color);
    position: relative;
}

.border-gradient {
    position: relative;
    z-index: 1;
}

.border-gradient:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #156977;
    z-index: 0;
    transition: all 0.3s ease;
}

.border-gradient .text {
    position: relative;
}

.btn-outline-gradient:hover {
    color: #fff;
}

.btn-outline-gradient:hover .border-gradient:before {
    height: 0%;
    bottom: 100%;
}

.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
 :not(.btn-check)+.btn:active {
    color: #000;
}

.btn:focus-visible {
    color: #000;
    outline: 2px #000 solid !important;
}

.text-gradient {
    background: -webkit-linear-gradient(45deg, #10DBDB, #00EDF9);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-gradient2 {
  background: -webkit-linear-gradient(45deg, #4E986D, #00EDF9);
}

.btn {
    background: #156977 !important;
    color: var(--bs-btn-hover-color) !important;
}

.btn:hover,
.btn:focus {
    color: #fff !important;
    background: #0b3f4f;
    text-decoration: underline;
}

.btn:hover .border-gradient,
.btn:focus .border-gradient {
    border: #156977 !important;
}

.btn.text-white:hover,
.links .btn {
    color: #fff !important;
}

.btn.text-white:hover svg .cls1 {
    fill: #ffffff !important;
}

.bg-gradient-custom {
    background: rgb(var(--bs-primary-rgb));
    background: radial-gradient(circle, rgba(var(--bs-primary-rgb), 1) 0%, rgba(var(--bs-dark-rgb), 1) 50%);
	
background: rgb(166,154,227);background: radial-gradient(circle, rgba(166,154,227,0.5) 0%, rgba(var(--bs-dark-rgb),1) 50%);
}

.bg-light-gradient {
    background: #4DB8A3;
background: linear-gradient(180deg,rgba(77, 184, 163, 1) 34%, rgba(202, 186, 159, 1) 89%);
}

.bg-light-gradient-reverse {
    background: rgb(232, 240, 246);
    background: linear-gradient(180deg, rgba(232, 240, 246, 0) 0%, rgba(232, 240, 246, 1) 67%);
}

.bg-dark-gradient {
    background: linear-gradient(0deg, rgba(57, 116, 130, 1) 7%, rgba(11, 63, 79, 1) 100%);
}

.bg-light-gradient.section-3 {

background: linear-gradient(180deg,rgba(77, 189, 209, 1) 34%, rgba(202, 186, 159, 1) 89%);
}

.bg-light-gradient.section-4 {

background: linear-gradient(180deg,rgba(26, 59, 61, 1) 64%, rgba(202, 186, 159, 1) 100%);
}
.bg-darker {
    background-color: var(--bs-darker-color)
}

.link-gradient {
    text-decoration: none;
    position: relative
}

.link-gradient .text {
    position: relative;
    transition: all 0.3s ease;
}

.link-gradient:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: -0.5rem;
    height: 2px;
    width: calc(100% + 1rem);
    background: -webkit-linear-gradient(45deg, #4E986D, #00EDF9);
    z-index: 0;
    transition: all 0.3s ease;
    z-index: 0
}

.link-gradient:hover .text {
    padding-right: 0px;
	color:#fff;
}


.link-gradient:hover:before {
    height: 100%;
	background: -webkit-linear-gradient(45deg, #156977 , #156977 )!important;
}

.link-gradient-1:before {
    background: -webkit-linear-gradient(45deg, #4E986D, #fbb03b);
}

.link-gradient-1 i {
    color: #fbb03b;
}

.link-gradient-1:hover i {
    color: #fff
}

.link-gradient-2:before {
    background: -webkit-linear-gradient(45deg, #4E986D, #8cc63f);
}

.link-gradient-2 i {
    color: #8cc63f;
}

.link-gradient-2:hover i {
    color: #fff
}

.link-gradient-3:before {
    background: -webkit-linear-gradient(45deg, #4E986D, #29abe2);
}

.link-gradient-3 i {
    color: #29abe2;
}

.link-gradient-3:hover i {
    color: #fff
}

.link-gradient-4:before {
    background: -webkit-linear-gradient(45deg, #4E986D, #662d91);
}

.link-gradient-4 i {
    color: #662d91;
}

.link-gradient-4:hover i {
    color: #fff
}

.footerlinks span {
    border-left: 1px solid #fff;
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
}

.footerlinks span:last-child {
    border-left: 0;
}


.flipH, .flipH:before {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}

@media (max-width: 767px) {
	.rounded-mobile{border-radius: 1.2rem!important}
}


@media (max-width: 1199px) {
    .link-gradient .text {
        font-size: 1rem !important;
        letter-spacing: -0.5px;
    }
}

.section-1:after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4db8a6, #4dbdd1);
}

.section-2{background-color:#4db8a6!important; color: #fff; }
.section-2:after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4db8a6, #4db8a6);
}

.section-3{background-color:#4dbdd1!important; color: #fff; }
.section-3:after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    background: -webkit-linear-gradient(45deg, #4dbdd1, #4dbdd1);
}

.section-4{background-color:#1a3b3d!important; color: #fff; }
.section-4:after {
    content: '';
    display: block;
    position: relative;
    height: 4px;
    width: 100%;

}

@media (min-width: 1200px) {
    .main-title {
        padding-top: 100px;
    }
}

@media (min-width: 767px) and (max-width: 1200px) {
    .main-title {
        margin-top: -20%;
    }
}

@media (max-width: 767px) {
    .main-title {
        padding-top: 50px;
    }
}

.fs-0 {
    font-size: 4.4rem
}

@media (max-width: 1199px) {
    .fs-0 {
        font-size: 3.3rem
    }
}

.fs-00 {
    font-size: 4.5rem
}

@media (max-width: 1199px) {
    .fs-00 {
        font-size: 3rem
    }
}

.fs-000 {
    font-size: 24rem
}

@media (max-width: 1400px) {
    .fs-000 {
        font-size: 20rem
    }
}

@media (max-width: 1199px) {
    .fs-000 {
        font-size: 13rem
    }
}

@media (max-width: 767px) {
    .fs-000 {
        font-size: 6rem
    }
}

.banner {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

.banner2 {
    width: 35%;
    position: absolute;
    bottom: 0;
    left: 0;
}

.banner-speed {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0
}

@media (max-width: 1199px) {
    .banner {
        width: 80%;
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: 0
    }
}

.sidemenu {
    position: fixed;
    left: -100px;
    bottom: 20px;
    z-index: 9999;
    transition: all 0.3s ease;
	display: inline-flex;
	flex-flow: column;
	gap:10px;
}

.sidemenu.show {
    left: 10px;
}

#scroll-to-top {
    position: absolute;
    bottom: 0;
    left: 0;
	display: inline-block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: var(--bs-primary-color);
    transition: all 0.3s ease;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 48px;
	transform:scale(0);
	transform-origin: center center;
	transition: all 0.3s linear;
	opacity: 0;
	z-index: -1;
}
#scroll-to-top.show{
	transform:scale(1);
	opacity: 1;
}

#scroll-to-top:hover {
    background-color: var(--bs-darker-color);
    transform: scale(1.2);
}

#toc {
    position: absolute;
    bottom: 0px;
    left: -20px;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background-color: var(--bs-primary-color);
    transition: all 0.75s ease;
    color: #fff;
    font-size: 2rem;
    text-align: center;
    line-height: 48px;
}
#toc.show{
	bottom: 56px;
}

#toc:hover {
    background-color: var(--bs-darker-color);
    transform: scale(1.2);
    cursor: pointer
}

.sidemenu.show #toc {
    left: 0px;
}

.toc {
    z-index: 1;
    position: relative;
}

.main-title .toc .link-gradient {
    background-color: var(--bs-dark-color)
}
.idn {
    direction: rtl;
    text-align: left;
    display: inline-block;
}
.popover {
    bottom: 60px;
    right: 0px;
    position: absolute;
    width: 300px;
}
a {
    color: rgb(73, 127, 134) !important;
}
a#toc,a#scroll-to-top {
    color: #fff !important;
}
.popover a {
    font-size: 1rem !important;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    padding-bottom: 0.25rem;
    color: var(--bs-darker-color);
}

.popover a .fs-4 {
    font-size: 1.25rem!important
}

.cursor {
    position: fixed;
    top: -40px;
    left: -40px;
    pointer-events: none;
    z-index: 9999;
    border-radius: 50%;
}

.cursor:before {
    content: "";
    width: 80px;
    height: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    /*background: rgba(var(--bs-primary-rgb),1);*/
    border: 0px solid rgba(var(--bs-primary-rgb), 1);
    transition: all ease 0.15s;
    transform: scale(0.3);
    box-shadow: 0 0 10px 2px #fff, /* inner white */
    0 0 50px 4px #4E986D, /* middle magenta */
    0 0 70px 6px #0ff;
    /* outer cyan */
}

.cursor.light:before {
    transform: scale(0.75);
    opacity: 0.8;
    background: transparent;
}

.cursor.drag:not(.light) {
    mix-blend-mode: unset;
}

.cursor.drag:not(.light):before {
    transform: scale(0.5);
    background: #B2A384;
    border-color: transparent;
}

.cursor.drag:not(.light):before {}

@media (max-width: 1199px) {
    .cursor {
        display: none;
    }
}

.mouse-scroll {
    position: absolute;
    display: block;
    text-align: center;
    left: 50%;
    bottom: 50px;
}

#mouse-scroll {
    display: inline-block;
}

#mouse-scroll .arrows {
    margin-right: -3px;
}

#mouse-scroll span {
    display: block;
    width: 10px;
    height: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
}

#mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}

#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}

#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
}

#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}

#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}

#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}

@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}

@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@media (min-width: 1199px) {
    .ml-25 {
        margin-right: 5rem;
    }
}

@media (min-width: 1199px) {
    .trans-y--30 {
        transform: translateY(-30%);
    }
    .trans-y--100 {
        transform: translateY(-100%);
    }
    .trans-my--30 {
        transform: translateY(-30%);
        margin-bottom: -30%;
    }
    .trans-my--40 {
        transform: translateY(-40%);
        margin-bottom: -40%;
    }
}

.section-title {
    min-height: 340px;
}

@media (max-width: 1199px) {
    .section-title {
        min-height: 250px;
    }
    .fw-bolder.btnsmall {
        font-size: 1rem !important;
    }
    /*body .uwy.userway_p7 .uai {
        top: 50px !important;
    }*/
	/*.userway_buttons_wrapper{transform: translateY(100%)!important;}*/
    .btn.newsletter {
        position: relative;
        top: -12px;
    }
}

.stroke {
    -webkit-text-stroke: 3px var(--bs-secondary-color);
    -webkit-text-fill-color: white;
}

.popover {
    pointer-events: none;
}

.popover.show {
    pointer-events: all;
}

.btn.text-white .cls-1 {
    fill: #fff;
    transition: all 0.15s;
}

.btn.text-white:hover .cls-1 {
    fill: #fff;
}

.cookie-bar--bottom-left,
.cookie-bar--bottom-right,
.cookie-bar--bottom {
    z-index: 99999 !important;
}

.circle-menu {
    opacity: 0;
    transition: all 1s;
    pointer-events: none;
}

.circle-menu.circleMenu-open {
    opacity: 1;
    pointer-events: all;
}

.swipe {
    position: absolute;
    right: 40px;
    top: 60px;
    transform: scaleX(-1)
}

.path {
    width: 20px;
    height: 20px;
    position: absolute;
    background: rgba(var(--bs-dark-rgb), 0.5);
    border-radius: 40px;
    top: -10px;
    left: 45px;
    visibility: hidden;
    animation: swipe-dot 2s 0.5s infinite;
}

.hand-icon {
    position: relative;
    background-image: url('../img/swipe.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 48px;
    height: 48px;
    transform-origin: 52% 62%;
    animation: swipe-hand 2s infinite;
}

@keyframes swipe-hand {
    25% {
        transform: translate(20px) rotate(30deg);
    }
    50% {
        transform: translate(-20px) rotate(-15deg);
    }
    100% {
        transform: translate(0px) rotate(0);
    }
}

@keyframes swipe-dot {
    12% {
        visibility: visible;
        width: 40px;
    }
    25% {
        visibility: visible;
        transform: translate(-65px);
        width: 20px;
    }
    26% {
        visibility: hidden;
    }
}


@media (max-width: 767px) {
	figure{position: relative;}
	figure:not(.no-zoom)::before {
		position: absolute;
		top:-5px; left:-5px;
		width: 36px; height: 36px;
		background-color:#002628;
		border-radius: 100%; border:2px solid #FFCE00;
	  display: inline-block;
	  content: "";
	  vertical-align: -.125em;
	  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23ffffff' class='bi bi-zoom-in' viewBox='0 0 16 16'><path fill-rule='evenodd' d='M6.5 12a5.5 5.5 0 1 0 0-11 5.5 5.5 0 0 0 0 11M13 6.5a6.5 6.5 0 1 1-13 0 6.5 6.5 0 0 1 13 0'/><path d='M10.344 11.742q.044.06.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1 1 0 0 0-.115-.1 6.5 6.5 0 0 1-1.398 1.4z'/><path fill-rule='evenodd' d='M6.5 3a.5.5 0 0 1 .5.5V6h2.5a.5.5 0 0 1 0 1H7v2.5a.5.5 0 0 1-1 0V7H3.5a.5.5 0 0 1 0-1H6V3.5a.5.5 0 0 1 .5-.5'/></svg>");
	  background-repeat: no-repeat;
	  background-position: center center;
	}
}



.fancybox-bg{background-color: #fff;}