@import url('https://fonts.googleapis.com/css2?family=Alexandria:wght@100..900&family=Cairo:wght@200..1000&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root{
    --main-color: #48b79f;
}

body{
    font-family: Mulish,sans-serif;
    /* height: 20000px; */
}

.container{
    /* background-color: red !important; */
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 30px;
}

section{
    padding-top: 90px;
}
/* start header */

.navbar {
    background-color: #ffffff !important;
}

.nav-link {
    font-weight: bold;
}

.offcanvas {
    width: 250px;
}

.offcanvas-header {
    background-color: #ffffff;
}


.navbar{
    background-color: #ffffff !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 9999999;
    width: 100%;
    /* border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px; */
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand img {
    height: 20px;
}

.btn-outline-secondary {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.custom-btn {
    border: 1px solid #d5bdad;
    color: #d5bdad;
}

.custom-btn:hover {

}
.btn-outline-warningover {
    background-color: #d5bdad;
    color: white;
    border-color: transparent;
}

.btn-outline-warning:hover {
    background-color: transparent;
    color: white;
}

.btn-outline-warning:focus {
    background-color: transparent;
    color: white;
}

.no-border {
    border: none !important;
    font-size: 24px;
}

.navbar-toggler:not(.collapsed) {
    background-color: transparent;
    border: none;
}

@media (width <= 992px) {
    .custom-navbar {
        display: none !important;
    }
}

.join{
    border:  1px solid var(--main-color);
    color: var(--main-color);
    width: max-content;
}

.join:hover{
    border:  1px solid var(--main-color);
}

.go{
    position: relative;
}

.dropdown-menu {
    left: auto !important;
    background-color: #48b79f;
    top: 54px !important;
    border: none !important;
}

.dropdown-menu li button {
    color: #ffffff;
    border-bottom:  1px solid #fefefe;
    transition: all 0.2s ease;
}

.dropdown-menu li button:hover {
    background-color: var(--main-color);
    color: #ffffff;
}

.language{
    border:  1px solid var(--main-color);
    color: var(--main-color);
}

.language i{
    font-size: 11px;
}

.language:hover{
    border:  1px solid var(--main-color);
    color: var(--main-color);
}

.offcanvas{
    margin-top: 57px;
}

/* end header */

/* start main */
.hero-section{
    position: relative;
    /* background-color: #f8f9fa; */
    padding: 55px 0;
    background-image: url(../img/image_processing20221126-23797-ho4lj6-1-min.gif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.main-heading {
    font-size: 23px;
    font-weight: bold;
    color: #333;
    /* text-align: center; */
    line-height: 1.4;
}

.main-heading span {
    color: var(--main-color);
    font-weight: bold;
    font-size: 1.1em;
    background-color: #f8f9fa;
    padding: 5px 8px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .main-heading {
        font-size: 20px;
        margin-bottom: 0;
    }

    .text-hero-section h2{
        text-align: center;
        margin-top: -40px;
        font-size: 13px !important;
    }
    .grain{
        text-align: center !important;
        margin: 0 auto !important;
    }
}

@media (max-width: 767px) {
    .main-heading {
        font-size: 20px;
        margin-bottom: 0;
        margin-top: 90px;
    }

    .text-hero-section h2{
        text-align: center;
        margin-top: -40px;
        font-size: 13px !important;
    }
    .grain{
        text-align: center !important;
        margin: 0 auto !important;
    }
}

.text-hero-section h2{
    color: #2a2d30;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 10px;
}

.text-hero-sectoin img{
    position: absolute;
    bottom: -25%;
    left: 30%;
}

.grain {
    background-color: rgb(243, 48, 103);
    border:  1px solid rgb(243, 48, 103);
    color:#fff;
    cursor: pointer !important;
}

.grain:hover{
    background-color: var(--main-color);
    color: #ffffff;
    border:  1px solid var(--main-color);
}

.Inspired{
    background-color: rgb(243, 48, 103);
    border:  1px solid rgb(243, 48, 103);
}

.Inspired:hover{
    background-color: rgb(243, 48, 103);
    border:  1px solid rgb(243, 48, 103);
}

@media (max-width: 500px) {
    .text-hero-section{
        text-align: center !important;
    }

    .text-hero-sectoin h1{
        text-align: center !important;
    }

    .img-hero-section img{
        margin-top: 10px;
    }
}

/* start servis */
.services-section {
    margin-top: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.card {
    box-shadow: 0 4px 60px rgba(0, 0, 0, 0.1);
}

.card-servase{
    text-align: center;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 18px;
    align-items: stretch;
    height: 100%;
}

.card-servase img{
    width: 100%;
    text-align: center;
    height: 90px;
    object-fit: contain;
}

.body-servase{
    text-align: center;
}

.card {
    transition: transform 0.2s;
}

.card:hover {
    transform: translateY(-10px);
}

.card-title {
    font-weight: bold;
}

.card-text {
    color: #6c757d;
    font-size: 12px;
    text-align: center;
    font-weight: 600;
}


/* start video */

.video{
    background: linear-gradient(135deg, var(--main-color), #2193b0);
    padding: 40px 50px;
}

.text-vidao {
    /* background-color:  rgb(112, 232, 243); */
    /* padding: 30px; */
    border-radius: 10px;
    /* box-shadow: 1px 1px 5px  #d5d5d5; */
    transition: transform 0.3s;
}


 .text-white{
    font-size: 25px;
    margin-bottom: 20px;
    color: #fff;
}

.prigriph p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #fff;
}


.list-item span{
    font-size: 13px;
}

.btn-bar {
    margin-top: 20px;
}

.btn-bar a{
    text-decoration: none;
    background-color: rgb(243, 48, 103);
    border: 1px solid rgb(243, 48, 103);
}

.btn-bar a:hover{
    text-decoration: none;
    background-color: rgb(243, 48, 103);
    border: 1px solid rgb(243, 48, 103);
}

.list-item i {
    font-size: 15px;
    margin-top: -20px;
}
.img-video {
    position: relative;
}

.video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    color: var(--main-color);
    text-decoration: none;
    transition: color 0.3s;
}

@media (max-width: 500px) {
    .text-vidao {
        text-align: start;
        margin-bottom: 30px;
    }
}

/* customer-reviews */
.customer-reviews {
    padding: 60px 0;
    text-align: center;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
}

.reviews-row {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 20px;
}

.review-card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    padding: 20px;
    width: 100%;
    padding-bottom: 30px;
    transition: transform 0.3s;
}

.review-card:hover {
    transform: translateY(-5px);
}


.rating {
    display: flex;
}

.rating-label {
    margin-right: 8px;
}

.checked .fa-star {
    color: #FFD700;
    font-size: 14px;
    transition: transform 0.3s ease-in-out;
    padding-bottom: 10px;
}

.rating-label:hover .fa-star {
    transform: scale(1.2);
    color: #FFA500;
}

.title-top{
    font-size: 14px;
    font-weight: bold;
}

.prigph-text p{
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
}

.img-custmer img{
    width: 40px;
    border-radius: 50%;
}

.text-custmer h6{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.text-custmer p{
    color: #6c757d;
    font-size: 10px;
    font-weight: 600;
}

.highlight-color{
    color: var(--main-color);
}

/* slider brand */
.image-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.image-item {
    margin: 10px;
    max-width: 100px;
    margin-top: 40px;
}

.image-item img {
    width: 100%;
    height: auto;
}

.btn-mor{
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.btn-mor:hover{
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

/* start Customize  */

.text-muted p{
    color: #6c757d;
    font-size: 15px;
    font-weight: 600;
}

.Customize{
    margin-top: -84px;
}

.theme-card-Customize {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    margin: 15px;
}

.theme-card-Customize:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.img-Customize {
    overflow: hidden;
}

.img-Customize img {
    width: 100%;
    height: 200px;
    object-fit:fill;
    transition: transform 0.3s;
}

.img-Customize img:hover {
    transform: scale(1.05);
}

.text-Customize {
    text-align: center;
    padding: 20px;
}

.text-Customize h6 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
}

.text-Customize p {
    color: #6c757d;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.btn-Customize{
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.btn-Customize:hover{
    background-color: var(--main-color);
    color: #fff;
    border: 1px solid var(--main-color);
}

.btn-Customize-mod{
    color:  rgb(243, 48, 103);
    text-decoration: none;
    font-size: 12px;
}

/* our app */

.app-links{
    display: flex;
    align-items:center;
    padding-top: 30px;
}

.app-links__link {
    width:100%;
}

.our-app p{
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.offer-cardless-header h2{
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}

@media (max-width:500px){
    .offcanvas-header h2{
        margin-top: 30px;
    }
}

/*  */

.par p{
    color: #6c757d;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.card-servase-more{
    text-align: center;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 18px;
    align-items: stretch;
    height: 70%;
}

.card-servase-more img{
    width: 100%;
    text-align: center;
    height: 50px;
    object-fit: contain;
}

/*  */

.app-links__link-more{
    background-color:var(--main-color);
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    text-decoration: none;
    border:1px solid var(--main-color);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.offer-cardless-header-bar-pric ul li{
    list-style: none;
}

.offer-cardless-header-bar-pric {
    border-radius: 10px;
}

.offer-cardless-header-bar-pric ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.offer-cardless-header-bar-pric li {
    flex-direction: column;
    color: #fff;
}

.offer-cardless-header-bar-pric li svg {
    margin-bottom: 5px;
    transition: transform 0.3s ease;
}

.offer-cardless-header-bar-pric li:hover svg {
    transform: scale(1.2);
}

.offer-cardless-header-bar-pric li span {
    font-size: 14px;
    font-weight: bold;
}


@media(max-width:500px){
    .app-links__link-more{
        text-align: center;
        width: 100%;
        /* margin: 0 auto; */
    }
}



.card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    overflow: hidden;
}

.card-body-section {
    padding: 20px;
}

.card-body-section h5 {
    font-size:20px;
    margin-bottom: 10px;
}

.card-body-section p {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom:10px;
}

.card-body-section h4 {
    font-size: 1.75rem;
    color: #dc3545;
}

.card-body-section h4 span{
    font-size: 12px;
    font-weight:bold;
    color: #6c757d;
}

.card-body-section h4 .dolr{
    color:#dc3545
}

.mb-10 {
    padding: 15px;
}

.mb-4 {
    margin-bottom: 1rem;
}

.border-bottom {
    border-bottom: 1px solid #e0e0e0;
}

.icon-right {
    margin-left: auto;
}

.fw-semibold {
    color: #333;
}

.text-gray-800 {
    color: #495057;
}

.text-success {
    color: #5bbd72 !important;
}

.text-danger {
    color: #dc3545;
}


.btn-dic .btn-dicson{
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    background-color: #dc3545;
}

.mb-13 {
    margin-bottom: 3rem;
}

.text-gray {
    color: #6c757d;
}

.fs-2hx {
    font-size: 2.1rem;
    font-weight: bold;
}

.fs-5 {
    color: #6c757d;
    font-size: 14px;
    font-weight: 500;
    margin-bottom:10px;
}


.nav {
    margin-bottom: 2rem;
}

.nav-link {
    border-radius: 25px;
    padding: 10px 20px;
    font-weight: 500;
    color: #495057;
    transition: background-color 0.3s, color 0.3s;
}

.nav-link.active {
    background-color: var(--main-color) !important;
    color: white;
    box-shadow: 1px 1px 5px var(--main-color);
}

.nav-link:hover {
    background-color: rgba(0, 123, 255, 0.1);
    color:var(--main-color);
}

/* .nav-item {
    margin: 0 10px;
} */



.footer {
    background-color: #f8f9fa;
    padding: 20px 0;
}

.img-footer img {
    max-width: 20%;
    height: auto;
}

.lest-footer {
    text-align: right;
}

.lest-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lest-footer ul li {
    display: inline-block;
    margin-left: 15px;
}

.lest-footer ul li a {
    color: #303300;
    text-decoration: none;
    transition: color 0.3s;
}

.lest-footer ul li a:hover {
    color: #303330;
}



.footer {
    background-color: #f8f9fa;
    padding: 30px 0;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid var(--main-color);
}

.img-footer img {
    max-width: 150px;
}

.lest-footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.sochel-3 ul{
    list-style: none;
    padding: 0;
    margin: 10px 15px;
    display: flex;
    justify-self: start;
    padding-bottom: 20px;
    gap: 25px;
    padding-top: 20px;
}

.sochel-3 ul li a {
    color: #ffffff;
    font-size: 16px;
    transition: color 0.3s;
    background-color: #2193b0;
    padding: 5px 5px;
    border-radius: 50%;
}

.lest-footer ul li a {
    color: #343a40;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.3s;
}

.sochel ul {
    list-style: none;
    padding: 0;
    margin: 20px 0 0;
    display: flex;
    justify-self: end;
    gap: 25px;
}

.sochel ul li a {
    color: #ffffff;
    font-size: 15px;
    transition: color 0.3s;
    background-color: var(--main-color);
    padding: 10px 10px;
    border-radius: 50%;
}

@media (max-width: 767px) {
    .sochel ul {
        list-style: none;
        padding: 0;
        margin: 20px 0 0;
        display: flex;
        justify-content:center !important ;
        gap: 25px;
    }

    .footer{
        text-align: center !important;
    }

}


.custom-input-group .form-control {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 2px solid var(--main-color);
    box-shadow: none;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.custom-input-group .form-control:focus {
    border-color: var(--main-color);
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.btn-custom {
    background-color: var(--main-color);
    color: white;
    border: 2px solid var(--main-color);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: background-color 0.3s, border-color 0.3s;
}



.contact-info {
    margin-top: 10px;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-info li {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.contact-info i {
    margin-right: 8px;
    color: #fff;
    background-color: var(--main-color);
    padding: 5px;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1.25;
    font-size: 20px;
}
@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-30px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

.contact-info li {
    animation: fadeInLeft 0.8s ease-out;
    animation-delay: calc(0.2s * var(--i));
    opacity: 0;
    animation-fill-mode: forwards;
}


/* join-us */
.form-jion{
    background-color: #ffffff;
    width: 113%;
    height: 95vh;
    box-shadow: 1px 1px 35px #ddd;
    margin-top: -30px;
    padding: 20px 20px;
}



.form-jion {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.form-jion h1 {
    text-align: center;
    color: #343a40;
    margin-bottom: 20px;
}

.form-label {
    font-weight:500;
    margin-bottom: 5px;
    font-size: 12px;
}

.form-select {
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px;
    transition: border-color 0.3s;
}

.form-select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-primary-2 {
    background-color:var(--main-color);
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    width: 100%;
    cursor: pointer;
    color: #fff;
    margin-bottom: 30px;
}

.btn-primary:hover {
    background-color:var(--main-color);
}


@media (max-width:767px){
    .form-jion{
        width: 100%;
        margin-top: 20px;
    }
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    width: 100%;
}

.form-label {
    display: block;
    margin-bottom: 0.5rem;
    width: 100%;
}


.icon-right {
    margin-left: auto;
    color: inherit;
}


 .fw-semibold {
    flex-grow: 1;
}

.fas {
    font-size: 18px;
}
