/* ===============Variables=============== */
/* :root {

} */

/*===============Variables===============*/


/*===============Global Rules===============*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: white;
}

img {
    max-width: 100%;
    height: auto;
}

textarea {
    resize: none
}

/*===============Global Rules===============*/


/*===============Media===============*/
/*===============Small Screen===============*/
/* @media (min-width: 768px) {
    .container {
        width: 750px;
    }
} */

/*===============Medium Screen  ===============*/
/* @media (min-width: 992px) {
    .container {
        width: 970px;
    }
} */

/* ===============Large Screen ===============*/
/* @media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
} */

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

/*===============Media===============*/
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    position: relative;
}

@media (max-width: 992px) {
    header nav {
        padding: 0px !important;
        width: 100%;
        background-color: #F2F2F2;
    }

    header nav .container {
        background-color: #F2F2F2;
        padding: 0 40px;
        margin: 0;
        max-width: 100% !important;
    }
    header nav .container .navbar-collapse .userProfile{
        display: flex;
        justify-content: end;
    }
    header nav .container .navbar-collapse .userProfile li {
        padding: 10px 0 100px 0;
    }
}


.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    animation: smoothScroll 1s forwards;
    background-color: #F2F2F2;
}

header .container .collapse ul li a.active {
    color: #2B726F;
    font-weight: 700;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

header nav .container .collapse .btn {
    background-color: #2B726F;
    color: white;
    border: none;
}

@media (max-width: 420px){
    header nav .container{
        flex-direction: column;
        align-items: center;
        padding: 20px 0;
    }
}
.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f9fb;
    transition: opacity 0.75s, visibility 0.75s;
    z-index: 12;
}

.spinner {
    width: 20px;
    height: 20px;
    animation: spinner-o824ag 1s infinite linear;
}

.spinner div {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background: #474bff; */
    border-radius: 50%;
    animation: spinner-vse6n7 1.25s infinite ease;
}

.spinner div:nth-child(1) {
    --rotation: 90;
    background-color: #2B726F;;
}

.spinner div:nth-child(2) {
    --rotation: 180;
    background-color: #2B726F;;
}

.spinner div:nth-child(3) {
    --rotation: 270;
    background-color: #2B726F;;
}

.spinner div:nth-child(4) {
    --rotation: 360;
    background-color: #2B726F;;
}

@keyframes spinner-vse6n7 {

    0%,
    100% {
        transform: rotate(calc(var(--rotation) * 1deg)) translateY(0);
    }

    50% {
        transform: rotate(calc(var(--rotation) * 1deg)) translateY(300%);
    }
}

@keyframes spinner-o824ag {
    to {
        transform: rotate(360deg);
    }
}

#product {
    min-height: 100vh;
    padding: 100px 0;
}

.services-card-shadow {
    background-color: white;
    box-shadow: 0 7px 14px 0 rgba(65, 69, 88, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.07);
}

#customers {
    min-height: 100vh;
    padding: 100px 0;
}

.box {
    transition: box-shadow .5s;
}

.box:hover {
    box-shadow: 0 0 11px rgba(33, 33, 33, .2);
    border-radius: 15px;
}

#testimonial {
    padding: 100px 0;
}

.carousel-indicators {
    margin: 0;
    margin-left: 0 !important;
    width: 100%;
    justify-content: start;
}

@media (max-width: 992px) {
    .carousel-indicators {
        justify-content: center;
    }
}

#subscribe {
    padding: 100px 0;
}


.logos_slider {
    overflow-x: hidden;
}

.overflow {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: .6rem 1rem;
    overflow: hidden;
}

.logos_wrapper {
    display: flex;
    align-items: center;
    justify-content: space-around;
    animation: logoLoop 10s linear infinite;
}

@keyframes logoLoop {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}


.logo_item {
    margin-left: 1rem;
    padding: 1rem;
    aspect-ratio: 30/9;
    display: grid;
    place-items: center;
    border-radius: 1rem;
}

.logo_item img {
    max-width: 15rem !important;
    margin-inline: 2rem;
}

@media (min-width: 992px) {
    section {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
}








/*-----------------------------------------------
|   Backgrounds
-----------------------------------------------*/
.bg-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform, opacity, filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

/* -------------------------------------------------------------------------- */
/*                                   Borders                                  */

/*                                  Position                                  */
/* -------------------------------------------------------------------------- */
.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    position: relative;
}

.all-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/* -------------------------------------------------------------------------- */
/*                                    Flex                                    */
/* -------------------------------------------------------------------------- */
.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-between-center {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-end-center {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex-1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.link-black {
    color: #000 !important;
}

.link-black:hover,
.link-black:focus {
    color: #262626 !important;
}

.link-100 {
    color: #FCFCFC !important;
}

.link-100:hover,
.link-100:focus {
    color: white !important;
}

.link-200 {
    color: #F5F5F5 !important;
}

.link-200:hover,
.link-200:focus {
    color: white !important;
}

.link-300 {
    color: #EEEEEE !important;
}

.link-300:hover,
.link-300:focus {
    color: white !important;
}

.link-400 {
    color: #E0E0E0 !important;
}

.link-400:hover,
.link-400:focus {
    color: white !important;
}

.link-500 {
    color: #BDBDBD !important;
}

.link-500:hover,
.link-500:focus {
    color: #e3e3e3 !important;
}

.link-600 {
    color: #F0F4F9 !important;
}

.link-600:hover,
.link-600:focus {
    color: white !important;
}

.link-700 {
    color: #757575 !important;
}

.link-700:hover,
.link-700:focus {
    color: #9b9b9b !important;
}

.link-800 {
    color: #616161 !important;
}

.link-800:hover,
.link-800:focus {
    color: #878787 !important;
}

.link-900 {
    color: #2B726F !important;
}

.link-900:hover,
.link-900:focus {
    color: #ffc954 !important;
}

.link-1000 {
    color: #212832 !important;
}

.link-1000:hover,
.link-1000:focus {
    color: #3f4d60 !important;
}

.link-white {
    color: #FFFEFE !important;
}

.link-white:hover,
.link-white:focus {
    color: white !important;
}

.hover-top-shadow {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.hover-top-shadow.hover-top-shadow-lg:hover,
.hover-top-shadow.hover-top-shadow-lg:focus {
    -webkit-transform: translateY(-0.3125rem) translateZ(0);
    transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top-shadow:hover,
.hover-top-shadow:focus {
    -webkit-transform: translateY(-0.125rem) translateZ(0);
    transform: translateY(-0.125rem) translateZ(0);
    -webkit-box-shadow: 0 0 0.5rem 0 rgba(241, 165, 1, 0.8) !important;
    box-shadow: 0 0 0.5rem 0 rgba(241, 165, 1, 0.8) !important;
}

.shadow-transition {
    -webkit-box-shadow: 0 1.5625rem 2.8125rem rgba(94, 98, 130, 0.075);
    box-shadow: 0 1.5625rem 2.8125rem rgba(94, 98, 130, 0.075);
    -webkit-transition: -webkit-box-shadow 0.4s ease;
    transition: -webkit-box-shadow 0.4s ease;
    -o-transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease;
    transition: box-shadow 0.4s ease, -webkit-box-shadow 0.4s ease;
}

.shadow-warning {
    -webkit-box-shadow: 0 0 3rem 0 rgba(241, 165, 1, 0.3) !important;
    box-shadow: 0 0 3rem 0 rgba(241, 165, 1, 0.3) !important;
}

.shadow-icon {
    -webkit-filter: drop-shadow(5px 5px 5px rgba(241, 165, 1, 0.3));
    filter: drop-shadow(5px 5px 5px rgba(241, 165, 1, 0.3));
}

.shadow-primary {
    -webkit-box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
    box-shadow: 0px 20px 40px rgba(238, 77, 71, 0.1);
}

/*-----------------------------------------------
  |   Icons group
  -----------------------------------------------*/
.icon-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.icon-group .icon-item:not(:last-child) {
    margin-right: 1.8rem;
}

.icon-item {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #080809;
    background-color: #EEEEEE;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 2.5rem;
    width: 2.5rem;
    border: 0;
    font-size: 0.875rem;
}

.icon-item#facebook {
    background: #FFFEFE;
}

.icon-item#facebook:hover,
.icon-item#facebook:focus {
    background-color: #3c5a99;
}

.icon-item#twitter {
    background: #FFFEFE;
}

.icon-item#twitter:hover,
.icon-item#twitter:focus {
    background-color: #1da1f2;
}

.icon-item#linkedin {
    background: #FFFEFE;
}

.icon-item#linkedin:hover,
.icon-item#linkedin:focus {
    background-color: #0077B5;
}

.icon-item#whatsapp {
    background: #FFFEFE;
}

.icon-item#whatsapp:hover,
.icon-item#whatsapp:focus {
    background-color: #25D366;
}

.icon-item:hover,
.icon-item:focus {
    color: #FFFEFE;
}

.icon-item.icon-item-sm {
    height: 1.875rem;
    width: 1.875rem;
}

.icon-item.icon-item-lg {
    height: 2.75rem;
    width: 2.75rem;
}

.fontawesome-i2svg-active .icon-indicator {
    opacity: 1;
}

/*-----------------------------------------------
  |   Object fit and Z-index
  -----------------------------------------------*/
.fit-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.z-index-1 {
    z-index: 1;
}

.z-index-2 {
    z-index: 2 !important;
}

.z-index--1 {
    z-index: -1;
}



/*-----------------------------------------------
  |   Custom circle
  -----------------------------------------------*/
.circle-dashed {
    border: 1px dashed #F1A501;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    width: 3.5rem;
    height: 3.5rem;
}



/* -------------------------------------------------------------------------- */
/*        Heading                        Background                               */
/* -------------------------------------------------------------------------- */
.footer-heading-color {
    color: #080809;
}

.shadow-social {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1) !important;
}

.backdrop {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
}

.navbar {
    -webkit-transition: padding 0.3s linear;
    -o-transition: padding 0.3s linear;
    transition: padding 0.3s linear;
}

.padding-transition {
    padding: 1.25rem !important;
}

.show-onhover:hover .hideEl {
    visibility: visible;
    opacity: 1;
}

.show-onhover .hideEl {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.shadow-hover {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.shadow-hover:hover {
    -webkit-box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
    box-shadow: 0 6.25rem 5rem 0 rgba(0, 0, 0, 0.02), 0 4.05063rem 2.92813rem 0 rgba(0, 0, 0, 0.0152), 0 2.4075rem 1.5925rem 0 rgba(0, 0, 0, 0.0121), 0 1.25rem 0.8125rem 0 rgba(0, 0, 0, 0.01), 0 0.50938rem 0.4075rem 0 rgba(0, 0, 0, 0.0079), 0 0.11563rem 0.19687rem 0 rgba(0, 0, 0, 0.0048);
}

.round-btn-lg {
    height: 3.25rem;
    width: 3.25rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.primary-btn-shadow {
    -webkit-box-shadow: 0 1.25rem 2.1875rem 0 rgba(241, 165, 1, 0.15);
    box-shadow: 0 1.25rem 2.1875rem 0 rgba(241, 165, 1, 0.15);
}

.danger-btn-shadow {
    -webkit-box-shadow: 0 0.9375rem 1.875rem 0 rgba(223, 105, 81, 0.3);
    box-shadow: 0 0.9375rem 1.875rem 0 rgba(223, 105, 81, 0.3);
}

.orange-gradient-btn {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2B726F), to(#4c7674));
    background-image: -o-linear-gradient(top, #2B726F, #4c7674);
    background-image: linear-gradient(to bottom, #2B726F, #4c7674);
    border: none;
    border-radius: 0.625rem;
    padding: 1rem 2.5rem;
}

.orange-gradient-btn:hover,
.orange-gradient-btn:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4c7674), to(#2B726F));
    background-image: -o-linear-gradient(top, #4c7674, #2B726F);
    background-image: linear-gradient(to bottom, #4c7674, #2B726F);
}

/* Hover */
.hover-top {
    -webkit-transform: translateY(0) translateZ(0);
    transform: translateY(0) translateZ(0);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hover-top.hover-top-shadow-lg:hover,
.hover-top.hover-top-shadow-lg:focus {
    -webkit-transform: translateY(-0.3125rem) translateZ(0);
    transform: translateY(-0.3125rem) translateZ(0);
}

.hover-top:hover,
.hover-top:focus {
    -webkit-transform: translateY(-0.125rem) translateZ(0);
    transform: translateY(-0.125rem) translateZ(0);
    -webkit-box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
    box-shadow: 0.5rem 0.5rem 1.5rem rgba(110, 74, 156, 0.1) !important;
    background-color: #D42DA3;
    color: #FFFEFE;
}

.hover-top:hover .heading-color,
.hover-top:focus .heading-color {
    color: #FFFEFE;
}

/* Icon Forward */
.hvr-icon-forward {
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
}

.hvr-icon-forward .hover-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-duration: 0.1s;
    -o-transition-duration: 0.1s;
    transition-duration: 0.1s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-forward:hover .hover-icon,
.hvr-icon-forward:focus .hover-icon,
.hvr-icon-forward:active .hover-icon {
    -webkit-transform: translateX(4px);
    -ms-transform: translateX(4px);
    transform: translateX(4px);
}

/* -------------------------------------------------------------------------- */
/*                                    Badge                                   */
/* -------------------------------------------------------------------------- */
.carousel-indicators {
    right: unset;
    margin-left: 1.2rem;
}

@media (max-width: 991.98px) {
    .carousel-indicators {
        -webkit-transform: translateY(6rem);
        -ms-transform: translateY(6rem);
        transform: translateY(6rem);
        right: 0;
        margin-left: 15%;
    }
}

.carousel-indicators [data-bs-target] {
    background-color: #212832;
    width: 0.6875rem;
    height: 0.6875rem;
    opacity: 0.3;
    border-radius: 50%;
}

.carousel-indicators [data-bs-target]:not(:last-child) {
    margin-right: 1.5625rem;
}

.carousel-indicators [data-bs-target].active {
    opacity: 1;
}

.carousel-inner {
    overflow: unset;
}

.hero-title {
    /* font-family: "Volkhov", "DM Serif Display", cursive; */
    font-weight: 700;
    font-size: 2.88651rem;
    color: #181E4B;
    margin-bottom: 5px;
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .hero-title {
        font-size: 4.62363rem;
    }
}

@media (min-width: 1400px) {
    .hero-title {
        font-size: 5.20158rem;
    }
}

.hero-title:before {
    content: '';
    position: absolute;
    right: 0.9375rem;
    top: 2.5rem;
    width: 20rem;
    height: 0.8125rem;
    background-image: url(../img/hero/shape.svg);
    background-size: contain;
    z-index: -1;
}

@media (min-width: 992px) {
    .hero-title:before {
        top: 2.8125rem;
    }
}

@media (min-width: 1200px) {
    .hero-title:before {
        font-size: 4.62363rem;
        top: 4.1875rem;
        right: -0.9375rem;
    }
}

@media (min-width: 1400px) {
    .hero-title:before {
        font-size: 5.20158rem;
        top: 4.6875rem;
        width: 23.125rem;
    }
}

.hero-img {
    width: 105%;
    margin-left: -5rem;
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .hero-img {
        width: 135%;
        margin-left: -4rem;
    }
}

.card {
    border: none;
}

.card.service-card:before {
    content: '';
    position: absolute;
    left: 0.625rem;
    bottom: 0.625rem;
    width: 6.25rem;
    height: 6.25rem;
    background-color: #DF6951;
    border-radius: 1.875rem 0 0.625rem 0;
    z-index: -1;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 767.98px) {
    .card.service-card:before {
        width: 3.75rem;
        height: 3.75rem;
        border-radius: 1.25rem 0 0.5rem 0;
    }
}

.card.service-card:hover:before {
    left: -1.875rem;
    bottom: -2.1875rem;
}

@media (max-width: 767.98px) {
    .card.service-card:hover:before {
        left: -0.9375rem;
        bottom: -1.5625rem;
    }
}

.input-group-icon {
    position: relative;
}

.input-group-icon .input-box {
    padding-left: 2.8rem;
    vertical-align: middle;
}

.input-group-icon .input-box-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    color: #212529;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.form-little-squirrel-control {
    border-radius: 0;
    background-color: #ffffff;
    border-radius: 10px;
    color: #39425D;
    padding: 1rem 1rem 1rem 2.7rem;
    border: none;
    font-size: 14px;
}

.form-little-squirrel-control:hover,
.form-little-squirrel-control:focus {
    background-color: #ffffff;
}

.majestic-tabs {
    border-bottom: 0;
}

.majestic-tabs .nav-link {
    border: 2px solid transparent;
    color: #616161;
}

.majestic-tabs .nav-link:hover,
.majestic-tabs .nav-link:focus {
    border-color: transparent;
}

.majestic-tabs .nav-link.active,
.majestic-tabs .nav-item.show .nav-link {
    border-bottom-color: #DF6951;
}


/* ============================START CONTACT PAGE============================ */
.contact .title-page {
    background-color: #F2F2F2;
}

.contact .container h3 {
    padding: 40px 0;
    color: #ffc954;
    font-weight: 600;
}

.contact .container p {
    padding-bottom: 50px;
    line-height: 1.8;
}

.contact .container .contactForm h6 {
    color: #2B726F;
}

.inputGroup {
    margin: 1em 0 1em 0;
    position: relative;
}

.inputGroup input {
    padding: 0.8em;
    outline: none;
    border: 1px solid #999999;
    border-radius: 5px;
    width: 100%;
}

.inputGroup label {
    position: absolute;
    right: 0;
    padding: 0.8em;
    margin-right: 0.5em;
    pointer-events: none;
    transition: all 0.3s ease;
    color: #999999;
    transform: translateY(-50%) scale(.9);
    margin: 0em;
    margin-right: 1.3em;
    padding: 0.4em;
    background-color: white;
}

.inputGroup textarea {
    padding: 0.8em;
    outline: none;
    border: 1px solid #999999;
    border-radius: 10px;
    width: 100%;
}


.contact .container .row form button {
    display: inline-block;
    width: 12em;
    height: 2.6em;
    line-height: 2.5em;
    background-color: white;
    position: relative;
    overflow: hidden;
    border: 0.5px solid #999999;
    transition: color .5s;
    z-index: 1;
    font-size: 17px;
    border-radius: 10px;
    font-weight: 500;
    color: #999999;
    padding: 0 20px;

}

.contact .container .row form button:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #2B726F;
    height: 150px;
    width: 300px;
    border-radius: 50%;
}

.contact .container .row form button:hover {
    color: #fff;
}

.contact .container .row form button:before {
    top: 100%;
    left: 100%;
    transition: all .7s;
}

.contact .container .row form button:hover:before {
    top: -30px;
    left: -30px;
}

.contact .container .row form button:active:before {
    background: #2B726F;
    transition: background 0s;
}

/* ============================ END CONTACT PAGE ============================ */
/* ============================ STRART LOGIN PAGE ============================ */
.row .logo {
    padding: 100px 0;
}

.row .textLogin h5 {
    color: #2B726F;
}

.row .loginCard {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
}

.row .loginCard h5 {
    color: #ffc954;
}

.form_container {
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding: 50px 40px 20px 40px;
    background-color: #ffffff;
    box-shadow: 0px 106px 42px rgba(0, 0, 0, 0.01),
        0px 59px 36px rgba(0, 0, 0, 0.05), 0px 26px 26px rgba(0, 0, 0, 0.09),
        0px 7px 15px rgba(0, 0, 0, 0.1), 0px 0px 0px rgba(0, 0, 0, 0.1);
    border-radius: 11px;
    /* font-family: "Inter", sans-serif; */
}

.input_container {
    width: 300px;
    height: fit-content;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: relative;

}

.input_container svg {
    position: absolute;
    top: 70%;
    right: 10px;
    transform: translateY(-50%);
    color: #9CA3AF;
}

.input_label {
    font-size: 0.85rem;
    font-weight: 600;
    /* color: #9CA3AF; */
}

.input_field {
    padding-right: 40px;
    width: auto;
    height: 40px;
    /* padding: 0 0 0 40px; */
    border-radius: 7px;
    outline: none;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    transition: all 0.3s cubic-bezier(0.15, 0.83, 0.66, 1);
    /* padding-right: 25px; */
}

.flex-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    /* gap: 50px; */
    justify-content: space-between;
    width: 100%;
}

.flex-row>div>label {
    font-size: 14px;
    color: #8B8E98;
    font-weight: 400;
}

.span {
    font-size: 12px;
    margin-left: 5px;
    color: #2B726F;
    font-weight: 500;
    cursor: pointer;
}

.sign-in_btn {
    width: 100%;
    height: 40px;
    border: 0;
    background: #2B726F;
    border-radius: 7px;
    outline: none;
    color: #ffffff;
    cursor: pointer;
}

.sign-in_ggl {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff;
    border-radius: 7px;
    outline: none;
    color: #242424;
    border: 1px solid #e5e5e5;
    filter: drop-shadow(0px 1px 0px #efefef) drop-shadow(0px 1px 0.5px rgba(239, 239, 239, 0.5));
    cursor: pointer;
}

/* ============================ END LOGIN PAGE ============================ */



/* ============================ STRAT REGISTER PAGE ============================ */
.iti__arrow {
    margin: 5px;
}

.iti__country-list {
    left: 10%;
    width: 340px;
}
/* ============================ END REGISTER PAGE ============================ */



/* ============================ STRAT FAQ PAGE ============================ */
h1 {
    margin: 50px 0 30px;
    text-align: center;
}

.accordion .accordion-item {
    border: 1px solid lightgray;
}

.accordion .accordion-item button[aria-expanded="true"] {
    border-bottom: 1px solid #2B726F;
}

.accordion button {
    position: relative;
    display: block;
    text-align: right;
    width: 100%;
    padding: 1em 1em;
    color: text;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #2B726F;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #2B726F;
    border: 1px solid #2B726F;
}

/* .accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
} */

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    left: 1em;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded="true"] {
    color: #2B726F;
}

.accordion button[aria-expanded="true"] .icon::after {
    width: 0;
}

.accordion button[aria-expanded="true"]+.accordion-content {
    opacity: 1;
    max-height: 100%;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}


.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 500;
    margin: 2em 2em;
}

/* ============================ END FAQ PAGE ============================ */


/* ============================ START PACKAGES PAGE ============================ */
#msform fieldset:not(:first-of-type) {
    display: none;
}

.packages .subscriptionFeatures {
    border-radius: 20px;
}

.packages .subscriptionFeatures h4 {
    color: #ffc954;
}


.packages .subscriptionFeatures ul li {
    padding: 0 15px 20px 0;
    color: #878787;
    display: flex;
}

.packages .subscriptionFeatures ul li::before {
    content: "\f058";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 10px;
}

.packages .subscriptionPeriod ul li {
    background-color: rgba(206, 206, 206, 0.479);
    border-radius: 35px;
    color: black;
    padding: 10px 20px;
    margin-left: 20px;
    cursor: pointer;

}

.packages .subscriptionPeriod ul li.active {
    background-color: #2B726F;
    border-radius: 35px;
    color: white;
    padding: 10px 20px;
}

.packages .subscriptionDetailes ul li {
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #EEEEEE;
    margin-bottom: 10px;
    width: 100%;
    border-radius: 10px;
}

.packages .subscriptionDetailes .usersNumber label {
    margin: 0;
}

.packages .subscriptionDetailes .advanced label {
    width: 100%;
    text-align: start;
    padding-bottom: 10px;
}

.packages .subscriptionDetailes .advanced .iti {
    width: 100%;
}

/* .packages .subscriptionDetailes .advanced  .iti__country-list {
    left: 10%;
    width: 100px;
} */
.packages .subscriptionDetailes form a {
    padding: 10px 20px;
    border-radius: 35px;
    background-color: #2B726F;
}
.packages .subscriptionDetailes form button {
    padding: 10px 20px;
    border-radius: 35px;
    background-color: #2B726F;
    border: none;
    color: white;
}

.packages .subscriptionDetailes .totalAmount span {
    font-size: 20px;
    font-weight: bolder;
    color: #2B726F;
}

/* ============================ END PACKAGES PAGE ============================ */


/* ============================ START CHECKOUT PAGE ============================ */
/*form styles*/
#msform {
    width: 100%;
    margin: 50px auto;
    text-align: center;
    position: relative;
}

#msform fieldset:not(:first-of-type) {
    display: none;
}

/*progressbar*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: black;
    font-size: 25px;
    width: 50%;
    float: right;
    position: relative;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    font-size: 25px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/
#progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    right: -50%;
    top: 20px;
    z-index: -1;
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #2B726F;
    color: white;
}

.packageInfo {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 20px 40px;
}

.packageInfo .info h3 {
    font-size: 25px;
    font-weight: normal;
    padding-bottom: 10px;
}

.packageInfo .info p span {
    font-size: 40px;
}

.packageInfo .changePackage {
    border: 1px solid black;
    border-radius: 35px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 10px 20px;
}

.packageInfo .changePackage a {
    color: black;
    cursor: pointer;
}

.checkout .container .btn {
    /* width: 100%; */
    text-align: end;
    float: left;
}

.checkout .container .button button {
    padding: 10px 60px;
    color: white;
    background-color: #2B726F;
    border: none;
    border-radius: 35px;
}

.checkout .container .btn button {
    padding: 10px 60px;
    color: white;
    background-color: #2B726F;
    border: none;
    border-radius: 35px;
}

.checkout .container .btn button svg {
    margin-right: 8px;
}

.checkout .container .paymentMethod .methodInfo {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    padding: 40px 40px 40px 180px;
    border-radius: 15px;
}

.checkout .container .bill p {
    font-weight: bolder;
}

@media only screen and (max-width: 768px) {
    .checkout .container .bill .row{
        flex-direction: column-reverse;
    }
}

/* .checkout .container .bill .select-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
}
.checkout .container .bill .select-wrapper .arrow {
    position: absolute;
    top: 30%;
    left: 12px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(-45deg);
} */
/* ============================ END   CHECKOUT PAGE ============================ */



/* ============================ START ABOUT US PAGE ============================ */
.aboutUs {
    min-height: 90vh;
    background-color: #F2F2F2;
}

.aboutUs .container h3 {
    padding: 40px 0;
    color: #ffc954;
    font-weight: 600;
}

.aboutUs .container p {
    padding-bottom: 50px;
    line-height: 1.8;
}

.ourTeam {
    margin-top: -250px;
}

.ourTeam .container h3 {
    color: #ffc954;
    font-weight: 600;
}

/* .ourTeam .container .row div:nth-child(2) {
    background-color: white;
    border-radius: 30px;
} */

.ourTeam .container .row .our-team h2 {
    color: #2B726F;
    padding-top: 40px;
}

.our-team {
    padding-bottom: 50px;
    text-align: center;
}



.our-team .pic {
    display: inline-block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    padding: 70px 20px 30px;
    margin-bottom: 20px;
    position: relative;
}

.our-team .pic img {
    width: 101%;
    height: 101%;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: -1px;
    transition: all 0.6s ease 0s;
}

.our-team .title {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #2B726F;
    letter-spacing: 1px;
    margin-bottom: 15px;
    position: relative;
}

.our-team .title:after {
    content: "";
    width: 40px;
    height: 2.5px;
    background: #ffc954;
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.our-team .post {
    display: block;
    font-size: 20px;
    color: #333;
    text-transform: capitalise;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team {
        overflow: hidden;
    }
    .ourTeam .container h3{
        padding-top: 7em !important ;
    }
}
@media only screen and (max-width: 450px) {

    .ourTeam .container h3{
        padding-top: 9em !important ;
    }
    .our-team .pic{
        width: 200px !important;
        height: 200px !important;
    }
}
@media only screen and (max-width: 240px) {

    .our-team .pic{
        width: 100px !important;
        height: 100px !important;
    }
}

/* ============================ END   ABOUT US PAGE ============================ */


/* ============================ START PROFILE PAGE ============================ */
.profile .container .profileInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #F2F2F2;
}

.profile .container .profileInfo .modifyData {
    background-color: #2B726F;
    color: white;
    border: none;
}

.profile .container .profileData {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #F2F2F2;
}

.profile .container .profileData span {
    color: #2B726F;
}

.profile .container .subscriptionData {
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
    background-color: #F2F2F2;
}

.profile .container .subscriptionData span {
    color: #2B726F;
}

.profile .container .subscriptionData .promotion a {
    padding: 10px 30px;
    color: white;
    background-color: #2B726F;
    border: none;
    border-radius: 35px;
}
/* ============================ END PROFILE PAGE ============================ */
