@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&display=swap');

/* ========= Main */

body,
a,
li,
h1,
h2,
h3,
h4,
table,
div,
p {
    font-family: 'Tajawal', sans-serif !important;
    font-display: swap;
    src: local('Tahoma'), local('Arial'), url(https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;500;700;900&display=swap) format('woff2');
}

*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.form-control:focus {
    border: 1px solid #ced4da;
    box-shadow: 0px 0px 15px #afafafb0;
}


/* intro divs */

.intro-div {
    height: 78vh;
}

.intro-bg-color {
    background: #F3F2F4;
}

.intro-2nd-bg-color {
    background: #4717A8;
}

.intro-secondary-color {
    color: #898989;
}

.intro-logo {
    max-width: 350px;
}

.intro-pink-div {
    background-color: #EC1E79;
    position: absolute;
    height: 330px;
    width: 380px !important;
    left: 10%;
    top: 20%;
    border-radius: 3px;
    z-index: 99;
}

.intro-white-div {
    /* background-color: #fff; */
    position: absolute;
    height: 205px;
    width: 360px;
    left: 7%;
    top: 80%;
    border-radius: 3px;
    z-index: 999;
}

.intro-white-div img {
    height: 100%;
    box-shadow: 0px 0px 8px 0px #101010;
}

.intro-3rd-bg-color {
    background: #F3F2F4;
}

.cta-1-image {
    position: absolute;
    height: 650px;
    width: 650px;
    left: 1%;
    top: -15%;
    border-radius: 3px;
    z-index: 9999;
}

.cta-2-image {
    position: absolute;
    width: 566px;
    right: 0%;
    top: -27%;
    border-radius: 3px;
    z-index: 9999;
}


/* pattern and floating images */

.intro-pattern {
    position: absolute;
    top: -5%;
    right: 5%;
    z-index: 1;
}

.intro-pattern img {
    z-index: 1;
    height: 400px;
}

.intro-pattern2 {
    position: absolute;
    top: 60%;
    left: 25%;
    z-index: 1;
}

.intro-pattern2 img {
    z-index: 1;
    height: 200px;
    transform: rotate(90deg);
}

.intro-man {
    position: absolute;
    top: 5%;
    right: 10%;
    z-index: 200;
}

.intro-man img {
    z-index: 200;
    height: 520px;
}


/* products */

.product-div .card {
    border: 0px;
    box-shadow: 0px 0px 10px #E0E0E0;
    border-radius: 20px;
}

.product-div .card .card-header {
    border: 0px;
    background: transparent;
}

.product-div .card-header {
    text-align: center;
}

.product-div img {
    height: 95px;
}


/* webinar */

.webinar-div {
    border: 0;
}

.card-body {
    display: none;
}

.webinar-div .card-body,
.webinar-div .card {
    border: 0;
}

.webinar-div .card-header {
    background: transparent;
    text-align: center;
    border: 0;
}

.webinar-div .meta-span {
    position: absolute;
    left: 10%;
    bottom: 5%;
    color: #fff;
    box-shadow: 0px 0px 10px #4754A8;
    font-size: 0.75rem;
    padding: 7px 25px 7px 25px;
    border-radius: 50px;
}


/* buttons and helpers */

.btn-primary {
    background-color: #EC1E79;
    color: #fff;
    padding-right: 40px !important;
    padding-left: 40px !important;
    border-radius: 25px;
    border: 0px;
    font-size: 120%;
    font-weight: 600;
    transition: .7s;
}

.btn-primary:hover {
    background-color: #EC1E79;
    color: #fff;
}

.btn-orange {
    background-color: #FF921E;
    color: #fff;
    padding: 10px 40px !important;
    border-radius: 25px;
    border: 0;
    font-size: 120%;
    font-weight: 600;
    box-shadow: 0px 0px 7px #ff921ea8;
    transition: .8s;
}

.btn-orange:hover {
    box-shadow: 0px 0px 14px #ff921e;
    color: white;
}

.onhoverorange:hover {
    background-color: #FF921E;
    color: #fff;
    box-shadow: 0px 0px 7px #ff921ea8;
    transition: .8s;
}

.text-dark-purple {
    color: #8E44AE;
}

a.text-dark-purple:hover {
    color: #8E44AE;
}

.text-dark-purple2 {
    color: #4919A9;
}

a.text-dark-purple2:hover {
    color: #4919A9;
}

.text-dark-blue {
    color: #4717A8;
}

a.text-dark-blue:hover {
    color: #4717A8;
}

.no-underline {
    text-decoration: none !important;
}

.text-pink {
    color: #F37AB0;
}

.text-orange {
    color: #FF6849;
}

.bg-pink {
    background-color: #EC1E79;
}

.bg-purple {
    background-color: #4717A8;
}

.orange-line {
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #FEB9AB;
    line-height: 0.05em;
    margin: 10px 0 20px;
    display: inline-block;
}

.orange-line span {
    background: #fff;
    padding: 0 10px;
}

.font-size-1 {
    font-size: 2.6rem !important;
    font-weight: 800;
}

.font-size-2 {
    font-size: 1.75rem !important;
    font-weight: 400;
}


/* ========= footer */

footer h5 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
}

footer ul li a {
    text-decoration: none;
}

.before-footer-wrapper-logo {
    position: relative;
    text-align: center;
    z-index: 100;
}

.before-footer-wrapper-logo h1 {
    font-weight: bold;
    margin-top: 25px;
    font-size: 2.5rem;
}

.grey-bar {
    position: absolute;
    height: 150px;
    width: 50%;
    background: #cbcbcb;
    z-index: 1;
    margin-top: 2.5rem;
    right: 0;
}

.before-footer-logo {
    position: relative;
    width: 512px;
    z-index: 100;
}

.subscribe-section {
    text-align: center;
    margin-top: -9rem;
}

.subscribe-section h2 {
    color: #4717a7;
    margin-bottom: 25px;
    font-weight: bold;
}

.subscribe-section .subscribe-input-wrapper {
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-self: center;
    position: relative;
    width: 55%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.subscribe-section .subscribe-input-wrapper a {
    position: absolute;
    right: 12px;
    display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    font-size: 15px;
}

.subscribe-input-wrapper svg {
    position: relative;
    left: 40px;
    color: #afafaf7a;
}

.subscribe-section input {
    text-align: left;
    padding: 15px 50px;
    font-size: 20px;
    border-radius: 35px;
    box-shadow: 0px 0px 15px #afafafb0;
}

.subscribe-section input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #969da4;
}

.subscribe-section input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #969da4;
}

.subscribe-section input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #969da4;
}


/* **************** Strat div Before footer goto store*********** */

.gotostore {
    background-image: url('../images/finale-bg.png') !important;
    background-position: center center !important;
}

@media (min-width:1400px) {
    .gotostore {
        background-size: 1400px 485px;
        background-repeat: no-repeat;
    }
}

@media (min-width:1600px) {
    .gotostore {
        background-size: 1600px 485px;
        background-repeat: no-repeat;
    }
}

@media (min-width:1900px) {
    .gotostore {
        background-size: 1900px 485px;
        background-repeat: no-repeat;
    }
}

@media (min-width:2200px) {
    .gotostore {
        background-size: 2243px 675px;
        background-repeat: no-repeat;
    }
}

@media (min-width:2500px) {
    .gotostore {
        background-size: 2543px 675px;
        background-repeat: no-repeat;
    }
}

@media (min-width:2700px) {
    .gotostore {
        background-size: 2743px 675px;
        background-repeat: no-repeat;
    }
}


/* **************** End div Before footer goto store************ */


/********************************footer************************************************/

.footer {
    background-color: #5253a4;
    background-image: linear-gradient(to bottom, #7b27a1, #d8487b);
    padding: 56px 10px 5px 10px;
    color: #747474;
}

.footer:before {
    content: '';
    background: url(../images/footer-shape.png) 50% 50% no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.footer .footer-wrapper .copyright,
.footer .footer-wrapper a,
.footer .footer-wrapper p,
.footer .footer-wrapper h5 {
    color: #ffffff !important;
}

.footer .footer-wrapper .title {
    color: #ffffff;
    font-weight: bold;
    font-family: 'Tajawal', sans-serif;
    font-size: 1.5rem;
    margin-bottom: 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer .footer-wrapper ul li {
    margin-bottom: 8px;
}

.footer .footer-wrapper .copy-right {
    margin-top: 10px;
    padding-bottom: 10px;
}

.input-group>.input-group-prepend>.input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.input-group input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.footer .newsletter .input-group>.input-group-prepend>.input-group-text {
    padding: 5px;
    font-size: 25px;
    background: #515460;
    border-color: #515460;
    color: white;
}

.footer .newsletter .input-group {
    height: 36px;
    width: 200px;
}

.footer .newsletter .input-group input {
    padding: 5px;
    border: 2px solid #515460;
    background: #191532 !important;
    padding-right: 10px;
    color: white;
}

.footer .newsletter .input-group>.form-control:not(:first-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.footer .footer-wrapper ul.social-buttons li a {
    margin-right: 5px;
    box-shadow: none;
    border: none;
    padding: 5px !important;
    font-size: 18px !important;
}

.footer .footer-wrapper ul.social-buttons li a:hover {
    background: transparent;
    box-shadow: none;
}

.footer .footer-wrapper ul.social-buttons li a {
    margin-right: 5px;
    box-shadow: none;
    border: none;
    padding: 5px !important;
    font-size: 18px !important;
}

.footer .footer-wrapper ul.social-buttons li a:hover {
    background: transparent;
    box-shadow: none;
}

.footer .footer-wrapper ul.social-buttons li {
    display: inline-block;
}


/* Responsive */

@media (max-width: 992px) {
    .subscribe-section .subscribe-input-wrapper {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    .subscribe-section input {
        font-size: 20px;
    }
    .subscribe-section h2 {
        margin-bottom: 32px;
        font-size: 29px;
    }
}


/* @media (min-width: 1024px) {
    .intro-div {
        height: 34vh;
    }
} */

@media (max-width: 768px) {
    .intro-logo {
        max-width: max-content;
        width: 100%;
    }
    .subscribe-section h2 {
        margin-bottom: 10px;
        font-size: 24px;
    }
}

@media (max-width: 992px) {
    .intro-white-div {
        position: relative;
        width: 100%;
        left: 0;
    }
    .subscribe-section h2 {
        margin-bottom: 35px;
        font-size: 24px;
    }
}

@media (max-width: 480px) {
    .subscribe-section h2 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .last-feature {
        width: 64px!important
    }
}

@media (max-width: 992px) {
    .intro-white-div {
        position: relative;
        width: fit-content;
        left: 0%;
        margin-left: auto;
        margin: auto;
    }
}

@media (max-width: 675px) {
    .intro-white-div {
        position: relative;
        width: fit-content;
        left: 0%;
        margin-left: auto;
        margin: auto;
    }
}

@media (max-width: 420px) {
    .intro-white-div iframe {
        position: relative;
        width: 255px;
        left: 15%;
    }
}

@media (max-width: 280px) {
    .intro-white-div iframe {
        position: relative;
        width: 200px;
        left: 18%;
    }
}

@media only screen and (max-width: 320px) {
    .intro-white-div iframe {
        position: relative;
        width: 220px;
        left: 18%;
    }
}

@media (max-width: 420px) {
    .intro-div {
        height: 50vh;
    }
}

.aos-init.aos-animate {
    margin-left: auto;
    margin-right: auto;
}

h3.display-6.mb-3.mt-3.aos-init.aos-animate {
    margin-right: 0;
}

.useful-links li.hvr-grow {
    display: block;
}