@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');


.bg-dark {
    background-color: #222739 !important
}

a {
    text-decoration: none
}

body {
    font-family: "Roboto Condensed", Cairo, sans-serif
}


#body {
    background-color: #1d2336 !important;
    font-family: "poppins"
}

ul {
    list-style: none;
    padding-left: 0
}

.btn {
    padding: 10px 25px
}

.btn:focus {
    box-shadow: none;
    outline: 0
}

.btn-primary {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    border: 0;
    box-shadow: none !important;
    color: #fff !important
}

.fw-5 {
    font-weight: 500
}

.fw-6 {
    font-weight: 600
}

.fs-6 {
    font-size: 16px !important
}

@media (max-width:575px) {
    .fs-6 {
        font-size: 14px !important
    }
}

@media (max-width:375px) {
    .fs-6 {
        font-size: 12px !important
    }
}

.fs-22 {
    font-size: 22px
}

@media (max-width:575px) {
    .fs-22 {
        font-size: 20px
    }
}

.fs-26 {
    font-size: 26px
}

.fs-12 {
    font-size: 12px
}

.fs-34 {
    font-size: 34px
}

@media (max-width:991px) {
    .fs-34 {
        font-size: 28px !important
    }
}

.fs-20 {
    font-size: 20px
}

@media (max-width:575px) {
    .fs-20 {
        font-size: 18px !important
    }
}

.fs-18 {
    font-size: 1.125rem
}

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

.fs-14 {
    font-size: 14px
}

@media (max-width:575px) {
    .fs-14 {
        font-size: 12px !important
    }
}

.mb-40 {
    margin-bottom: 40px
}

@media (max-width:991px) {
    .mb-40 {
        margin-bottom: 25px
    }
}

.pt-30 {
    padding-top: 30px
}

.pb-30 {
    padding-bottom: 30px
}

h2 {
    font-size: 28px
}

.form-control {
    border: 1px solid #ccd4e4;
    border-radius: .625rem;
    height: 50px
}

.form-control,
.form-control:focus {
    box-shadow: none
}

.form-check-input {
    border: 1px solid #dbdbdb
}

.form-check-input:checked {
    background-color: #6571ff;
    border-color: #6571ff
}

.terms-condition {
    height: 20px !important;
    width: 20px !important
}

.object-fit-cover {
    -o-object-fit: contain;
    object-fit: contain
}

::-webkit-scrollbar {
    height: 80%;
    width: 5px
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    box-shadow: inset 0 0 5px grey;
    margin-right: 10px
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(123.62deg, #f59c37, #fd5479);
    border-radius: 5px
}

.tab-content {
    bottom: 30px;
    left: 320px;
    overflow: auto;
    position: absolute;
    right: 0;
    top: 85px
}

@media (max-width:991px) {
    .tab-content {
        left: 0
    }
}

.section-heading h2 {
    position: relative
}

.section-heading h2:before {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    bottom: 0;
    content: "";
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 2px
}

.testimonials-section {
    z-index: 0 !important
}

.testimonials-section .slick-slider .element a {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.testimonials-section .card {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .18)
}

.testimonials-section .card .tag {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    border-radius: 5px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 40px
}

.testimonials-section .card .card-img-top {
    border-radius: 10px;
    height: 80px;
    min-width: 80px;
    width: 80px
}

.testimonials-section .card .card-img-top img {
    border-radius: 10px
}

.testimonials-section .card .card-img-top i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.testimonials-section .card .card-img-top i:before {
    font-size: 50px
}

.testimonials-section .card:hover i {
    -webkit-text-fill-color: #fff;
    background-image: linear-gradient(123.62deg, #fff, #fff)
}

.testimonials-section .card:hover .card-body h5 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.testimonials-section .card .card-body {
    color: #fff
}

.testimonials-section .card .card-body .card-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative
}

.slick-slider {
    overflow: hidden
}

.slick-slider .element {
    align-items: center;
    border-radius: 5px;
    color: #fff;
    display: block;
    display: -ms-flexbox;
    font-size: 20px;
    justify-content: center;
    margin: 16px 10px
}

.slick-slider .slick-list {
    width: 100%
}

.slick-slider .slick-track {
    display: flex !important;
    padding-top: 9px
}

@media (max-width:575px) {
    .slick-slider .slick-track {
        padding-top: 20px
    }
}

.slick-slider .slick-disabled {
    opacity: 0;
    pointer-events: none
}

.slick-slider .slick-dots {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px
}

.slick-slider li button {
    background-color: gray;
    border: 0;
    border-radius: 50px;
    font-size: 0;
    height: 8px;
    padding: 0;
    width: 8px
}

.slick-slider li {
    margin: 0 5px
}

.slick-slider .slick-active button {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    width: 15px
}

.slick-slider button.slide-arrow.prev-arrow.slick-arrow {
    position: absolute;
    right: 50px;
    top: 0;
    z-index: 99
}

.slick-slider button.slide-arrow.next-arrow.slick-arrow {
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 99
}

.slick-slider .slick-arrows {
    display: block;
    opacity: 100%
}

.slick-slider button.slide-arrow {
    align-items: center;
    background-color: transparent;
    border: 1px solid gray;
    border-radius: 5px;
    display: flex;
    height: 28px;
    justify-content: center;
    width: 25px
}

.slick-slider button.slide-arrow:hover {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.slick-slider button.slide-arrow:hover i:before {
    background-image: linear-gradient(123.62deg, #fff, #fff)
}

.slick-slider button.slide-arrow i:before {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    font-size: 15px
}

@media (max-width:460px) {
    .slick-slider button.slide-arrow {
        display: none !important
    }
}

.offcanvas-start {
    background-color: #1d2336 !important;
    left: 0;
    top: 68px;
    width: 320px
}

.offcanvas-start .offcanvas-header {
    justify-content: end
}

.offcanvas-start .offcanvas-body {
    padding: 20px 0 0
}

.offcanvas-start .btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
    border: 0;
    border-radius: .25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em
}

.offcanvas-start .btn-close:focus {
    box-shadow: none !important
}

.offcanvas-start [type=button],
.offcanvas-start [type=reset],
.offcanvas-start [type=submit],
.offcanvas-start button {
    -webkit-appearance: button
}

.offcanvas-start .text-reset {
    --bs-text-opacity: 1;
    color: inherit !important
}

.bars {
    left: 26px;
    position: relative;
    top: 17px
}

@media (max-width:575px) {
    .bars {
        left: 18px
    }
}

.bars i {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    border-radius: 5px;
    height: 34px;
    padding: 10px;
    width: 36px
}

.professional-summary-section .card {
    background-color: #222739;
    border: 1px solid hsla(0, 0%, 100%, .18)
}

.professional-summary-section .card i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    right: 12px;
    top: 12px
}

.professional-summary-section .card i:before {
    font-size: 22px
}

.professional-summary-section .card p {
    line-height: 1
}

.professional-summary-section .card ul {
    list-style-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    list-style-type: disc
}

.project-title-btn-section {
    background-color: #222739;
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-radius: 5px
}

.project-title-btn-section .border-right {
    border-right: 1px solid hsla(0, 0%, 100%, .18);
    position: relative
}

@media (max-width:575px) {
    .project-title-btn-section .border-right {
        border-bottom: 1px solid hsla(0, 0%, 100%, .18)
    }
}

.project-title-btn-section .border-right:before {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    content: "";
    height: 50%;
    position: absolute;
    right: -3px;
    top: 17px;
    width: 4px
}

@media (max-width:575px) {
    .project-title-btn-section .border-right:before {
        height: 4px;
        left: 40%;
        top: 99%;
        width: 20%
    }
}

.project-title-btn-section .next-btn i:before,
.project-title-btn-section .prev-btn i:before {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.project-title-btn-section .next-btn-content,
.project-title-btn-section .prev-btn-content {
    background-color: #222739;
    border-radius: 5px;
    bottom: 67px;
    display: none;
    height: 138px;
    padding: 10px;
    position: absolute;
    width: 220px
}

.project-title-btn-section .next-btn-content img,
.project-title-btn-section .prev-btn-content img {
    border-radius: 5px
}

.project-title-btn-section .prev-btn:hover .prev-btn-content {
    display: block
}

.project-title-btn-section .next-btn:hover .next-btn-content {
    display: block;
    right: 0
}

form .input-icon {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    height: 45px;
    position: absolute;
    width: 45px
}

form .input-icon i {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

form .input-icon i:before {
    color: #fff
}

form input {
    height: 45px !important
}

form .form-control {
    background-color: #222739;
    border: 0;
    border: 1px solid hsla(0, 0%, 100%, .18);
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    height: 100%;
    padding-left: 55px
}

form .form-control ::-moz-placeholder {
    color: #fff;
    font-size: 12px
}

form .form-control ::placeholder {
    color: #fff;
    font-size: 12px
}

form .form-control:focus {
    background-color: #222739;
    border: 1px solid hsla(0, 0%, 100%, .18)
}

form .text-area .input-icon {
    border-bottom-left-radius: 0
}

.modal {
    background-color: #1d2336f1;
    display: none;
    height: 100%;
    left: 0;
    overflow: auto;
    padding-top: 80px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999
}

.modal .modal-content {
    background-color: #fff;
    margin: auto;
    max-width: 1200px;
    position: relative;
    width: 75%
}

@media (max-width:768px) {
    .modal .modal-content {
        width: 90%
    }
}

.modal .close {
    color: #fff;
    font-size: 40px;
    position: absolute;
    right: 25px;
    top: 10px
}

.modal .close:focus,
.modal .close:hover {
    color: gray;
    cursor: pointer;
    text-decoration: none
}

.modal .mySlides {
    display: none
}

.modal .cursor {
    cursor: pointer
}

.modal .next,
.modal .prev {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    border-radius: 0 3px 3px 0;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    margin-top: -27px;
    padding: 12px;
    position: absolute;
    top: 50%;
    transition: .6s ease;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    width: auto
}

@media (max-width:768px) {

    .modal .next,
    .modal .prev {
        font-size: 14px;
        padding: 10px;
        top: 50%
    }
}

.modal .next {
    border-radius: 3px 0 0 3px;
    right: 0
}

.modal .next:hover,
.modal .prev:hover {
    background-image: linear-gradient(123.62deg, #1d2336f1, #1d2336f1);
    color: #f59c37
}

.custom-border-radius {
    border-radius: 12px !important
}

.morelink {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.lb-data .lb-number {
    display: none !important
}

.social-icon img,
.social-icon svg {
    fill: #fff;
    border-radius: 50% !important;
    height: 31px !important;
    width: 31px !important
}

.modal-body .form-control {
    background-clip: padding-box;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: .313rem;
    color: #6c757d !important;
    display: block;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5;
    padding: .688rem .938rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: 85% !important
}

.profile-description {
    color: #fff
}

.profile-description h1,
.profile-description h2 {
    color: #fff !important
}

.modal-backdrop {
    background-color: transparent
}

.modal {
    background-color: #00000080;
    z-index: 99999 !important
}

.modal .news-modal {
    margin-top: 200px !important
}

.modal .news-modal #newsLatter-content {
    background-color: #fff;
    border: none;
    border-radius: .475rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    outline: 0
}

.modal .news-modal #newsLatter-content .newsmodal-header .newsmodal-title {
    color: #f59c37;
    font-size: 50px;
    text-align: center !important
}

.modal .news-modal #newsLatter-content .modal-body {
    padding: 1.75rem
}

.modal .news-modal #newsLatter-content .modal-body .content {
    color: #f59c37;
    font-size: 28px
}

.modal .news-modal #newsLatter-content .modal-body .modal-desc {
    color: silver;
    font-size: 20px;
    font-weight: 100
}

.modal .news-modal #newsLatter-content .modal-body .required:after {
    color: #f62947;
    content: "*";
    font-size: inherit;
    font-weight: 700;
    position: relative
}

.modal .news-modal #newsLatter-content .modal-body .input-box {
    background-color: #f5f8fa;
    border: unset;
    border-radius: .475rem;
    color: #5e6278;
    font-size: 1.1rem;
    line-height: 1.5;
    padding: .75rem 1rem;
    transition: all .2s ease
}

.modal .news-modal #newsLatter-content .modal-body .input-box:focus {
    background-color: #eef3f7;
    box-shadow: unset
}

.modal .news-modal #newsLatter-content .modal-body .input-group {
    margin-top: 15px
}

.modal .news-modal #newsLatter-content .modal-footer {
    border-top: none !important;
    padding: 1.875rem
}

.modal .news-modal #newsLatter-content .modal-footer .btn {
    border-radius: .475rem !important;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn {
    background-color: #6571ff !important;
    border: unset;
    color: #fff;
    margin-top: 26px;
    outline: unset;
    padding: 10px 20px !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:hover {
    background-color: #6571ff !important
}

.modal .news-modal #newsLatter-content .modal-footer .submit-btn:focus {
    box-shadow: unset
}

#email-send {
    background: linear-gradient(123.62deg, #f59c37, #fd5479);
    border: none;
    color: #fff !important;
    font-size: 25px;
    height: 50px
}

.animate-bottom {
    animation: animatebottom .4s;
    position: relative
}

@keyframes animatebottom {
    0% {
        bottom: -300px;
        opacity: 0
    }

    to {
        bottom: 0;
        opacity: 1
    }
}

.insta-feed-iframe iframe {
    border: none !important;
    border-radius: 15px !important
}

.instagram-btn {
    background: transparent;
    flex: 1;
    position: relative
}

.instagram-btn:before {
    background-color: #f59c37;
    content: "";
    height: 2px;
    position: absolute;
    top: 100%;
    transition: width .3s ease;
    width: 0
}

.instagram-btn.active:before {
    width: 80%
}

.instagram-btn .svg-post-icon line,
.instagram-btn .svg-post-icon rect {
    stroke: #f59c37
}

.instagram-btn.active .svg-post-icon line,
.instagram-btn.active .svg-post-icon rect {
    fill: #f59c37;
    stroke: #292e4e
}

.instagram-btn .svg-reels-icon .not-active-svg {
    display: block
}

.instagram-btn .svg-reels-icon .active-svg {
    display: none
}

.instagram-btn .svg-reels-icon path,
.instagram-btn .svg-reels-icon path.not-active-svg,
.instagram-btn .svg-reels-icon rect {
    fill: #f59c37
}

.instagram-btn.active .svg-reels-icon .not-active-svg,
.instagram-btn.active .svg-reels-icon rect {
    display: none
}

.instagram-btn.active .svg-reels-icon .active-svg {
    display: block
}

.insta-toggle {
    border-radius: 35px !important;
    margin: 10px !important;
    padding: 5px !important;
    transition: all .3s ease !important
}

#instafeed-container a img {
    border-radius: 15px;
    height: 200px !important;
    margin: 11px;
    width: 44%
}

.instagram-media {
    max-width: 100% !important;
    min-width: 50% !important
}

.instagramEmbed {
    width: 33.33% !important
}

@media (max-width:575px) {
    .instagramEmbed {
        width: 50% !important
    }
}

.support-banner {
    background: #fff;
    border-radius: 20px;
    bottom: 0;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
    box-sizing: border-box;
    height: auto !important;
    max-width: calc(100% - 320px);
    padding: 10px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 99999 !important
}

@media (max-width:991px) {
    .support-banner {
        max-width: 100%
    }
}

.support-banner .support_heading {
    font-size: 32px;
    margin-bottom: 33px;
    margin-top: 25px
}

.support-banner .support_text {
    margin-bottom: 33px
}

.act-now {
    background: linear-gradient(123.62deg, #f59c37, #fd5479) !important;
    border: none;
    border-radius: 15px;
    bottom: 10px;
    color: #fff !important;
    display: inline-block !important;
    outline: none;
    padding: 15px 20px;
    position: relative;
    text-decoration: none;
    transform: translateY(0);
    transition: all .3s ease
}

.banner-close {
    background: transparent !important;
    border: none;
    font-size: 20px !important;
    position: absolute;
    right: 30px !important;
    top: 20px
}

.iframe-section .iframe-slider .element a {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.iframe-section .card {
    background-color: transparent;
    border: 1px solid hsla(0, 0%, 100%, .18)
}

.iframe-section .card .tag {
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479);
    border-radius: 5px;
    height: 40px;
    position: absolute;
    right: 20px;
    top: -20px;
    width: 40px
}

.iframe-section .card .card-img-top {
    border-radius: 10px;
    height: 80px;
    min-width: 80px;
    width: 80px
}

.iframe-section .card .card-img-top img {
    border-radius: 10px
}

.iframe-section .card .card-img-top i {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.iframe-section .card .card-img-top i:before {
    font-size: 50px
}

.iframe-section .card:hover i {
    -webkit-text-fill-color: #fff;
    background-image: linear-gradient(123.62deg, #fff, #fff)
}

.iframe-section .card:hover .card-body h5 {
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    background-image: linear-gradient(123.62deg, #f59c37, #fd5479)
}

.iframe-section .card .card-body {
    color: #fff
}

.iframe-section .card .card-body .card-text {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    position: relative
}

.input-box {
    background-color: #222739;
    border: 1px solid #575971 !important;
    border-radius: 5px !important;
    cursor: pointer;
    display: grid;
    margin-bottom: 5px;
    padding: 20px;
    place-items: center
}

.input-box h4 {
    font-size: medium !important;
    margin: 0
}

.file-list li,
.input-box h4 {
    color: #6c757d !important
}

.selected-files .item {
    align-items: center;
    background-color: #222739;
    border: 1px solid #575971 !important;
    border-radius: 5px !important;
    display: flex;
    justify-content: space-between;
    padding: 8px
}

.file-list .name {
    flex-grow: 1
}

.file-list .remove {
    color: red;
    cursor: pointer;
    margin-left: 8px
}

.file-list .remove svg {
    height: 16px;
    width: 16px
}

.selected-files .item .name {
    color: #6c757d !important
}

.selected-files h5 {
    color: #fff !important;
    font-size: medium !important;
    margin-bottom: 10px !important;
    margin-top: 9px !important
}

small {
    color: #6c757d !important;
    font-size: 12px
}

.file-list {
    font-size: medium !important;
    list-style-type: none !important;
    margin: 0;
    max-height: 220px;
    overflow-y: auto;
    padding: 0 0 10px
}