@import url('https://fonts.googleapis.com/css2?family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
@import url('bootstrap.min.css');

html[dir="ltr"] body {
    font-family: 'Satoshi';
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Regular.eot');
    src: url('../fonts/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Satoshi-Regular.woff2') format('woff2'),
    url('../fonts/Satoshi-Regular.woff') format('woff'),
    url('../fonts/Satoshi-Regular.ttf') format('truetype'),
    url('../fonts/Satoshi-Regular.svg#Satoshi-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Medium.eot');
    src: url('../fonts/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Satoshi-Medium.woff2') format('woff2'),
    url('../fonts/Satoshi-Medium.woff') format('woff'),
    url('../fonts/Satoshi-Medium.ttf') format('truetype'),
    url('../fonts/Satoshi-Medium.svg#Satoshi-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/Satoshi-Bold.eot');
    src: url('../fonts/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Satoshi-Bold.woff2') format('woff2'),
    url('../fonts/Satoshi-Bold.woff') format('woff'),
    url('../fonts/Satoshi-Bold.ttf') format('truetype'),
    url('../fonts/Satoshi-Bold.svg#Satoshi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


html[dir="rtl"] *:not(i) {
    font-family: 'Cairo', sans-serif !important;
}

a.active,
a:focus,
button:focus,
button.active {
    outline: none;
}

a {
    text-decoration: none;
}

a:focus,
a:hover,
a:active {
    outline: 0;
    box-shadow: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: 'Satoshi';
    padding: 0;
}

a {
    text-decoration: none;
    transition: all .5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    list-style: none;
}

p {
    margin: 0;
    padding: 0;
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
}

img {
    border-style: none;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/***** HEADER *****/
header {
    padding: 30px 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
}

.navbar {
    padding: 0;
    justify-content: space-between;
}

.navbar-brand {
    padding: 0;
    margin: 0;
    order: 2;
}

.navbar-collapse {
    order: 1;
    flex-grow: inherit;
}

.navbar-nav {
    gap: 30px;
}

.navbar-nav .nav-item .nav-link {
    color: #040415;
    font-weight: normal;
    font-size: 18px;
    line-height: 120%;
    padding: 0;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #FFC853;
}

.header-right {
    order: 3;
}

.header-right ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.header-right ul li a {
    border: 1px solid #040415;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    color: #040415;
    font-weight: 500;
    font-size: 16px;
    padding: 0 50px;
}

.header-right ul li a.join-btn,
.header-right ul li a:hover {
    background-color: #FFC853;
    border-color: #FFC853;
    color: #fff;
}

.header-right ul li a.join-btn:hover {
    background-color: transparent;
    color: #040415;
    border-color: #040415;
}

/***** BANNER SEC *****/
.banner-sec {
    background-color: #F6F8FA;
    padding: 135px 0 0 0;
}

.banner-sec .text-box {
    padding-top: 110px;
}

.banner-sec .text-box h1 {
    color: #040415;
    font-size: 56px;
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 40px;
}

.banner-sec .text-box h1 span {
    background-color: #FFC853;
    width: 72px;
    height: 72px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    margin-inline-start: 6px;
}

.banner-sec .text-box p {
    color: #040415;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
}

.banner-sec .text-box ul {
    display: flex;
    margin-top: 52px;
    align-items: center;
    gap: 30px;
}

.banner-sec .image-holder {
    text-align: start;
}

/**** TITLE *****/
.title h2 {
    text-align: center;
    color: #040415;
    font-weight: 500;
    line-height: 120%;
    font-size: 50px;
    max-width: 844px;
    width: 100%;
    margin: 0 auto;
}

.title p {
    color: #040415;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    max-width: 410px;
    width: 100%;
    margin-top: 26px;
}

/**** SERVICES *****/
.services-sec {
    padding: 128px 0;
}

.services-inner {
    margin: 50px 0 0 0;
}

.services-inner .image-holder {
    display: grid;
    grid-template-columns: 6fr 6fr;
    gap: 28px;
}

.services-right {
    padding: 66px 20px 0 20px;
}

.services-right ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 54px;
}

.services-right ul li {
    text-align: center;
}

.services-right ul li h4 {
    color: #040415;
    font-weight: 500;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 22px;
}

.services-right ul li span {
    color: #040415;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    display: block;
}

.services-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E2E4E6;
    border-radius: 80px;
    height: 112px;
}

.swiper {
    margin-top: 129px;
}

.swiper-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.swiper-slide img {
    filter: grayscale(0);
}

.swiper-slide.swiper-slide-active img {
    filter: grayscale(0);
}

/******* PRODUCT SEC *******/
.product-sec {
    background-color: #F6F8FA;
    padding: 130px 0 126px;
}

.product-list ul {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 90px;
}

.product-box span {
    display: flex;
    align-items: center;
    width: 60px;
    height: 60px;
    justify-content: center;
}

.product-box p {
    font-weight: 500;
    font-size: 28px;
    line-height: 30px;
    color: #040415;
    max-width: 184px;
    width: 100%;
    margin-top: 36px;
}

.product-inner {
    margin: 60px 0 0 0;
}

.product-inner .product-list ul {
    grid-template-columns: auto auto auto auto auto;
}

/***** HOW WORK ******/
.how-work-sec {
    padding: 130px 0 65px;
}

.how-work-box {
    padding: 65px 0;
}

.how-work-box .text-box {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.how-work-box .text-box h4 {
    color: #040415;
    font-weight: 500;
    font-size: 36px;
    line-height: normal;
}

.how-work-box .text-box p {
    color: #040415;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin: 26px 0 42px 0;
}

.how-work-box .text-box ul li {
    color: #040415;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    gap: 20px;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}

.how-work-box .text-box ul li:last-child {
    margin: 0;
}

.how-work-box .image-holder {
    background-color: #F6F8FA;
    border-radius: 80px;
    max-width: 630px;
    width: 100%;
    display: flex;
    align-items: center;
    padding-top: 41px;
    justify-content: center;
}

/****** CTA *****/
.cta-sec {
    background-color: #F6F8FA;
    padding: 130px 0;
}

.cta-sec .media {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cta-sec .media h3 {
    color: #040415;
    font-weight: 500;
    font-size: 50px;
    max-width: 554px;
    width: 100%;
    line-height: 120%;
}

.cta-sec .media a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    border: 1px solid #FFC853;
    border-radius: 30px;
    background-color: #FFC853;
    height: 60px;
    width: 235px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-sec .media a:hover {
    background-color: transparent;
    color: #040415;
    border-color: #040415;
}

/***** FOOTER *****/
footer {
    background-color: #040415;
    padding: 130px 0 150px;
}

.footer-logo {
    display: flex;
    align-items: center;
}

.footer-left p {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    max-width: 270px;
    width: 100%;
    margin: 12px 0 36px 0;
}

.footer-left ul {
    display: flex;
    align-items: center;
    gap: 30px;
}

.footer-left ul li a {
    display: flex;
    align-items: center;
}

.footer-link h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 34px;
}

.footer-link ul li {
    margin-bottom: 25px;
}

.footer-link ul li:last-child {
    margin: 0;
}

.footer-link ul li a {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    display: block;
}

.footer-link ul li a:hover {
    color: #FFC853;
}

/**** WORKERS ******/
.header-second .navbar-nav .nav-item .nav-link {
    color: #fff;
}

.header-second .navbar-nav .nav-item .nav-link:hover {
    color: #FFC853;
}

.header-second .header-right ul li a {
    border-color: #fff;
    color: #fff;
}

.header-second .header-right ul li a:hover {
    border-color: #FFC853;
}

.header-second .header-right ul li a.join-btn {
    border-color: #FFC853;
}

.header-second .header-right ul li a.join-btn:hover {
    color: #fff;
    border-color: #fff;
}

.worker-banner-sec {
    background-color: #040415;
}

.worker-banner-sec .text-box h1,
.worker-banner-sec .text-box p {
    color: #fff;
}

/***** WORK EMPLOYES SEC ******/
.work-employes-sec {
    padding: 165px 0 229px;
}

.work-employes-sec .text-box {
    max-width: 520px;
    width: 100%;
    margin-inline-start: auto;
}

.work-employes-sec .text-box h4 {
    color: #040415;
    line-height: 120%;
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 60px;
    max-width: 500px;
    width: 100%;
}

.work-employes-sec .text-box ul li {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
}

.work-employes-sec .text-box ul li:last-child {
    margin: 0;
}

.work-employes-sec .text-box ul li span {
    background-color: #FFC853;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: #fff;
}

.work-employes-sec .text-box ul li .text-inner {
    flex: 1;
    width: 100%;
}

.work-employes-sec .text-box ul li .text-inner h5 {
    color: #040415;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    margin-bottom: 24px;
}

.work-employes-sec .text-box ul li .text-inner p {
    color: #040415;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

/**** GET START SEC ******/
.set-start-sec {
    background-color: #F6F8FA;
    padding: 120px 0 90px;
}

.set-start-innr h4 {
    color: #040415;
    font-weight: 500;
    font-size: 50px;
    line-height: 120%;
    margin-bottom: 50px;
}

.start-box span {
    background-color: #FFC853;
    width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
}

.start-box h5 {
    color: #040415;
    font-weight: 500;
    font-size: 36px;
    line-height: 1;
    margin-top: 48px;
    margin-bottom: 28px;
}

.start-box p {
    color: #040415;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.start-box a {
    color: #040415;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    text-decoration: underline;
    margin: 40px 0 0 0;
}

.start-box a:hover {
    color: #FFC853;
}

/******* THANX BROWSER *******/
.thanx-browser-sec {
    height: 100vh;
}

.thanx-browser-inner {
    height: 100%;
    max-width: 390px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.browser-top {
    background: url(../images/wave-shape.svg) no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 20px 30px 27px;
}

.browser-top ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.browser-top ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.language-btn {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    border: 1px solid #fff;
    height: 29px;
    width: 48px;
    border-radius: 30px;
}

.browser-mid .text-box {
    text-align: center;
    border-bottom: 1px solid rgb(209 209 209 / 0.28);
    padding: 40px 32px 15px;
}

.browser-mid .text-box h4 {
    color: #040415;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
}

.browser-mid .text-box .media {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 23px;
    background: #FFF;
    box-shadow: 0px 5px 22.5px 0px rgba(0, 0, 0, 0.06);
    padding: 4px 12px;
    margin: 13px 0px 0px;
}

.browser-mid .text-box .media h5 {
    color: #040415;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
}

.browser-mid .text-box .media img {
    margin-inline-start: 5px;
    margin-inline-end: 10px;
}

.browser-mid .text-box .media span {
    color: #B9B9B9;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
}

.browser-mid .text-box .ratting h3 {
    color: #040415;
    font-size: 20px;
    font-weight: 500;
    line-height: 120%;
}

textarea.form-control {
    border-radius: 30px;
    border: 1px solid #EDEDED;
    background: #FFF;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    padding: 16px;
    box-shadow: none;
    height: 112px;
    resize: none;
}

textarea.form-control::placeholder {
    color: #B9B9B9;
}

.form-control:focus {
    background-color: #fff;
    border-color: #EDEDED;
    outline: 0;
    box-shadow: none;
}

.star-rating {
    direction: rtl;
    display: flex;
    gap: 10px;
    cursor: default;
    align-items: center;
    justify-content: center;
    margin: 14px 0 15px 0;
}

.star-rating input[type=radio] {
    display: none;
}

.star-rating label {
    color: #EDEDED;
    font-size: 2rem;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input[type=radio]:checked ~ label {
    color: #FFC853;
}


.browser-tip {
    border-bottom: 1px solid rgb(217 217 217 / 60%);
    padding: 20px;
    text-align: center;
}

.browser-tip h4 {
    color: #040415;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}

.tip-select {
    display: flex;
    align-items: center;
    /*gap: 12px;*/
    justify-content: center;
    margin: 18px 0 20px 0;
}

.tip-select .form-check,
.payment-method .form-check {
    /*display: flex;*/
    align-items: center;
    min-height: inherit;
    margin-inline-start: 0;
    margin-bottom: 0;
    width: 100%;
    position: relative;
}

.tip-select .form-check .form-check-input,
.payment-method .form-check .form-check-input {
    float: none;
    position: absolute;
    width: 20px;
    height: 100%;
    margin-inline-start: 0;
    background: transparent;
}

.tip-select .form-check-input,
.payment-method .form-check-input {
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 23px;
    cursor: pointer;
}

.form-check-input:focus {
    box-shadow: none;
}

.tip-select .form-check-label {
    /*padding: 25px;*/
    height: 50px;
    border: 1px solid #EDEDED;
    border-radius: 23px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.form-check-input:checked[type=radio] {
    background: none;
}

.form-check-input:checked[type=radio] ~ .form-check-label {
    border-color: #FFC853;
    color: #040415;
}

.browser-tip h5 {
    color: #B9B9B9;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.quantity-box {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 16px 0 0 0;
}

.quantity-box button {
    border: 1px solid #EDEDED;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    font-family: "Urbanist", sans-serif;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #B9B9B9;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    padding: 0;
}

.quantity-box button:hover {
    border-color: #EDEDED;
    background-color: #EDEDED;
    color: #040415;
}

.count {
    text-align: center;
    color: #040415;
    font-weight: 500;
    font-size: 28px;
    line-height: 1;
    border: none;
    box-shadow: none;
    flex: 1;
    width: 100%;
    max-width: 95px;
}

.payment-method {
    text-align: center;
    padding: 10px 0;
}

.payment-method h4 {
    color: #040415;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
}

.payment-method ul {
    display: flex;
    margin: 26px 0 0 0;
    justify-content: center;
}

.payment-method .form-check .form-check-label {
    border: 1px solid #EDEDED;
    background-color: #fff;
    border-radius: 4px;
    height: 47px;
    width: 67.56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-method .form-check-input:checked[type=radio] ~ .form-check-label {
    border-color: #FFC853;
}

.browser-bottom {
    padding: 24px 32px;
    background-color: #fff;
}

.btn-next {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.24px;
    background-color: #FFC853;
    border-radius: 25px;
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.browser-thanks .text-box {
    text-align: center;
}

.browser-thanks .text-box h4 {
    color: #000;
    font-size: 32px;
    font-weight: 500;
    line-height: normal;
    font-family: "Urbanist", sans-serif;
}

.browser-thanks .text-box p {
    color: #040415;
    font-weight: 400;
    line-height: 1;
    font-size: 16px;
    margin: 16px 0 30px 0px;
}

.browser-thanks .text-box ul {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

html[dir="rtl"] .back-arrow {
    transform: scaleX(-1);
}


.sub, .add {
    touch-action: manipulation;
}

html[dir="rtl"] .product-box span {
    width: 115px !important;
}

.page-link {
    color: #f4b732 !important;
}

.text-unset {
    text-align: unset
}

.rate-text {
    color: #040415;
    font-weight: 500;
    font-size: 22px;
    margin: 20px;
}

.star-number{
    position: relative;
    top: -54px;
    font-size: 12px;
    color: #8d8d8d;
    font-weight: bold;
    /*left: 27px;*/
    /*top: -5px;*/
}

/* Floating WhatsApp Icon */
.whatsapp-float {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    transition: all 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.4);
}

.whatsapp-float img {
    width: 30px;
    height: 30px;
}

html[dir="rtl"] .whatsapp-float {
    right: auto;
    left: 20px;
}
