/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic:wght@100..900&display=swap'); */
@import url('https://fonts.cdnfonts.com/css/neo-sans-arabic');

:root{
    --sm-font:15px;
    --md-font:20px;
    --lg-font:25px;
    --xl-font:30px;
    --main-title-size:40px;

    --main-color :#5751E1;
    --secondary-color:#27AAE1;
    --bg-purple-color:#282568;
    --color-title:#161439;
}

*, ::after, ::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Neo Sans Arabic', sans-serif;
    src:
    url(/fonts/AM282.TTF)
    url(/fonts/Neo\ Sans\ Arabic\ Regular.ttf),
    url(/fonts/Neo\ Sans\ Std\ Bold.otf),
    url(/fonts/Neo\ Sans\ Std\ Light.otf),
    url(/fonts/Neo\ Sans\ Std\ Regular.otf)
    url(/fonts/Neo_Sans_Medium.ttf),
    url(/fonts/NeoSansArabicBlack.ttf) ,
    url(/fonts/NeoSansArabicBold.ttf) ,
    url(/fonts/NeoSansArabicLight.ttf) ,
    url(/fonts/NeoSansArabicMedium.ttf) ,
    url(/fonts/NeoSansArabicUltra.ttf) ,
    url(/fonts/NeoSansStd-Medium.otf);
}
body {
    font-family: 'Neo Sans Arabic', sans-serif;
    direction: rtl ;
    text-align: right;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
    scroll-behavior: smooth !important;
        animation: fadeIn 1s ease-in-out forwards;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    color: inherit;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* Global Styles */

body h2{
    font-size: var(--main-title-size);
    color: var(--color-title);
        font-weight: 700;
        /* margin-bottom: 67px; */
}
body h3{
    /* font-size: var(--main-title-size); */
    color: var(--color-title);
        font-weight: 700;
        /* margin-bottom: 67px; */
}

body .margin{
    margin-top: 67px;
}

body .span-title {
    background-color: #EFEEFE;
    color: var(--main-color);
    font-size: var(--md-font );
    font-weight: 500;
}

body .span-title.small {
    font-size: 13px;

}

body .card {
    /* margin-right: auto;
    margin-left: auto; */
    /* max-width: 250px !important;
    min-width: 200px !important; */
    padding: 10px 15px !important;
        animation: fadeIn 1s ease-in-out forwards;
    /* transition: all 0.3s ease; */
}
/* body .card:hover {
    width: 320px !important;
    padding: 10px 15px !important;
    transform: scale(1, 1);
} */

body .card img {
    /* width: 234px !important; */
    max-width: 230px !important;
    height: 204px !important;
    object-fit: cover;
}

body .second-btn {
    background-color: var(--secondary-color);
    border: black 1px solid;
    font-weight: 500;
    font-size: 16px;
    color: white;
    box-shadow: 2px 6px 1px rgb(0 0 0 / 87%);
    transition: all 0.3s ease;
}

body .second-btn:hover {
    background-color: var(--color-title);
    margin-right: 10px;
    color: white;
}

body .second-title {
    font-size: var(--md-font);
    font-weight: 400;
    color: #6D6C80;
}
body .sm-text {
    font-size: var(--sm-font);
    font-weight: 400;
    color: #6D6C80 ;
}

/* Small Screen */
@media (max-width: 991px) {
    :root {
        --sm-font: 14px;
        --md-font: 16px;
        --lg-font: 18px;
        --xl-font: 20px;
        --main-title-size:25px
    }
    .navbar-brand img {
        width: 90px;
    }
    .hero p {
        line-height: 1em;
        font-size: 28px !important;
    }
    .hero .hero-img img{
        max-width: 340px;
    }
    marquee img{
        width: 111px;
        height: 42px;
    }
    .evenings .carousel-item img{
        height: 200px !important;
    }
        .programs .head-section::before {
            width: 200px !important;
        }

    .info .be-trainer {
        background-image: none !important;
        max-width: 300px !important;
    }
    .about .second-btn {
    padding: 10px 40px !important;
    }
    .info h2:first-child {
        padding: 0 50px !important;
        text-align: center !important;
    }
    .info .btn {
        text-align: center;
    }
        .bootcamp .bootcamp-img img {
            max-width: 300px !important;
        }
    /* body .card {
        margin-right: auto;
        margin-left: auto;
    } */
}



/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@media (max-width: 767px) {

        body .about-main .about-img img {
            display: none !important;
        }
    }

    /* medium */
@media (min-width: 992px) and (max-width: 1199px) {
    :root {
        --sm-font: 14px;
        --md-font: 16px;
        --lg-font: 20px;
        --xl-font: 22px;
        --main-title-size:35px
    }
    marquee img {
        width: 80px;
        height: 35px;
    }
    .hero p {
        line-height: 1em;
        font-size: 30px !important;
    }
    .hero img{
        width: 450px;
    }
    .info .be-trainer {
        width: 670px !important;
    }
    .bootcamp .bootcamp-img img {
        max-width: 400px !important;
    }

}

        /* Large Screen */
@media(max-width: 1699px) {
    /* .about {
            background-image: none !important;
            padding-right: auto !important;
            padding-left: auto !important;
        } */

}
@media(min-width: 1200px) {

}


nav ul a{
font-weight: 500 !important;
font-size: var(--md-font) !important;
}

nav ul  .active,
nav ul a:focus,
nav ul a:hover{
    color: var(--main-color) !important;
}
.main-btn{
    background-color: var(--main-color);
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: var(--sm-font);

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

}
.navbar-collapse
{
    display: flex;
    justify-content: space-around !important;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.150em;
    margin-right: 0.150em;
}
.dropdown .show .dropdown-menu {
    transition: all 0.5s ease !important;
}

/* Start Hero Section */
.hero {
    background-color: #f7f0f9;
    padding-top: 110px;
    font-size: 40px;
}
.hero p{

    font-weight: 700;
    font-size: 40px;
    line-height: 1.8em;
}
.hero img {
    max-width: 565px;

}
.hero span {
    color: white;
    border-radius: 10px 0 10px 0;
    rotate: -5deg !important;
    padding: 0 15px;
    background-color: var(--secondary-color);
    position: relative;
}
.hero span::before {
    content: "";
    position: absolute;
    background-image: url(../image/icons/Heading\ 3\ →\ SVGafter.svg);
    height: 43px;
    /* color: #191919; */
    width: 43px;
    left: -18px;
    top: -38px;
    z-index: -1;
}
/* End Hero Section */

/* Start Evenings Section */
.evenings {
    margin-top: 67px;
}
.evenings h2{
    color: var(--secondary-color);
    font-weight: 700;
    margin-bottom: 67px;
}
.evenings .carousel-item img {
    height: 354px !important;
    max-width: 1296px !important;
    object-fit: cover;
    object-position: center;
}
.evenings .btn-arrow {
    background: none;
        border: none;
}
.evenings .carousel-control-prev, .evenings .carousel-control-next {
    background: none;
    border: none;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: var(--color-title);
    top: 50%;
    transform: translateY(-50%);
}

.evenings .carousel-control-prev-icon, .evenings .carousel-control-next-icon {
    width: 25px;
    height: 25px;
    background-color: var(--color-title);
    border-radius: 50%;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

/* .evenings .carousel-control-prev-icon::before, .evenings .carousel-control-next-icon::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    transform: rotate(45deg);
} */

.evenings .carousel-indicators {
    bottom: -55px;
    /* left: 50%;
    transform: translateX(-50%); */
}
.evenings .carousel-inner {
    position: relative;
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}
.evenings .carousel-indicators button {
    width: 10px;
    height: 10px;
    background-color: var(--main-color);
    border-radius: 50%;
    margin: 0 5px;
}

.evenings .carousel-indicators .active {
    background-color: var(--color-title);
}


button.carousel-indicators {
        position: relative !important;
            bottom: 0;
            left: 0;
            padding: 0;
            margin-right: 15%;
            margin-bottom: 0;
            margin-left: 15%;
            height: 13px;
            width: 30px;
            border-radius: 8px;
            border-style: none;
            background-color: #999999;
}

button.carousel-indicators .active {
    background-color: #007bff;
    /* position: relative !important; */
        bottom: 0;
        left: 0;
        padding: 0;
        margin-right: 15%;
        margin-bottom: 0;
        margin-left: 15%;
        height: 13px;
        width: 30px;
        border-radius: 8px;
        border-style: none;

}
/* End Evenings Section */

/* Start marquee */

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

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

.partner {
    overflow: hidden;
    padding: 60px 0;
    background: var(--color-title);
    white-space: nowrap;
    position: relative;
        margin-top: 100px !important;
}

.partner:before,
.partner:after {
    position: absolute;
    top: 0;
    width: 250px;
    height: 100%;
    content: "";
    z-index: 2;
}

.partner:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), var(--color-title));
}

.partner:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), var(--color-title));
}

.partner:hover .logos-slide {
    animation-play-state: paused;
}

.logos-slide {
    display: inline-block;
    animation: 30s slide infinite linear;
}

.logos-slide img {
    height: 50px;
    margin: 0 40px;
}

/* .partner img {
    width: 90px;
    height: 42px;
} */


/* End marquee */

/* Start Counter */
.counter .con-counter{
    background-color: var(--bg-purple-color);
    box-shadow: 0px 18px 25px rgba(40, 37, 104, 0.4);
    color : white;
    line-height: 1;
}

@media (min-width:768px) {
    .counter .border-custom {
        border-right: #ffffff93 1px solid;
    }
}

.counter .second-con-counter p:first-child{
    padding: 0;
    margin: 0;
    font-weight: 700;
    font-size: 55px;
    transition: all 0.3s ease;
}
.counter .second-con-counter p:last-child{
    padding: 0;
    margin: 0;
    /* font-weight: 500; */
    font-size: 25px;
}
/* End Counter */
/* Start programs */
.programs {
    margin-top: 70px;
    background-color: #ede9fa;
}
/* .programs .card {
    border: none;
    box-shadow: 0px 18px 25px rgba(40, 37, 104, 0.4);
    border-radius: 15px;
    margin-bottom: 15px ;
} */
.programs .card img {
    /* width: 234px !important; */

    max-height: 124px !important;

}

.programs{
    margin-bottom: 67px ;
}

.programs .head-section{
    position: relative;
}
.programs .head-section::before{
    content: "";
        position: absolute;
        height: 3px;
        width: 634px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -30px;
        background-color: #D9D9F3;

}
.programs .card-title h5{
    text-align: start;
    font-size: var(--lg-font) !important;
    font-weight: 600 !important;
}
.card .second-title{
    font-size: 15px;
    font-weight: 400;
}

/* End programs */

/* Start Info */

.info{
    background-color: var(--main-color);
    padding-bottom: 45px;
}
.info .span-title{
    background-color: #C0C0DD;
}

.transparent-input {
    background: #433EC2;
    border-radius: 25px;
    outline: none;
    color: white;
    border: 1px solid #433EC2;
    /* width: 250px; */
    height: 65px;
    font-size: 24px;
}
.transparent-input::placeholder {
color: rgba(255, 255, 255, 0.299);
}

.info .be-trainer{
    background-image: url('../image/trainer-man.png');
    background-repeat: no-repeat;
    background-color: white;
    border-radius: 16px;
    width: 690px !important;

}

.info .be-trainer .second-btn{
    background-color:var(--main-color) ;
}

/* End Info */

/* Start About */

.about {
    background-color: var(--bg-purple-color);
    background-image: url('../image/OBJECTSabout-img.png');
    background-repeat: no-repeat  !important;
    background-size: contain;
    /* background-size: 100% 100%; */
    /* padding-bottom: 45px; */
}

@media (max-width: 889px) {
    .about{
        background-image: none !important;
        text-align: center !important;
    }
}

.about .con-title-about h2{
    background-color: #3581C9;
    color: white;
    padding: 30px 35px 30px 50px;
    border-radius: 50px 50px 0 50px;
    position: relative;
}
/* .about .con-title-about:first-child{
    position: relative;
    background-color: red;
} */

/* .about .con-title-about::before {
    content: "";
    position: absolute;
    width: 160px;
    height: 5px;
    background-color: white;
    margin-bottom: 10px;
    transform: translateX(-38px);
    bottom: 1px;
} */
.about .con-title-about + div{
    padding: 40px 0;
}
.about  p{
    color: white;
    font-size: var(--xl-font);
    font-weight: 400;
}

.about .second-btn{
    font-size: var(--ml-font);
    background-color: var(--main-color);
    padding: 15px 50px ;
    font-weight: 700 ;

}

/* End About */

/* Start Bootcamp */
body .custom-tab.active{
    background-color: var(--main-color)  ;
    color: white ;
    font-weight: 700 ;
    border: var(--main-color) 1px solid ;
}
body .custom-tab{
    background-color: white ;
    text-align: center ;
    color: black ;
    border-radius: 5px  ;
    border: black 1px solid ;
    cursor: pointer ;
        margin: 5px !important;
}
.bootcamp .bootcamp-img img{
    max-width: 500px ;
}
.bootcamp h2{
    font-size: var(--lg-font) ;
}
.bootcamp .span-title{
    font-size: var(--sm-font);
    /* margin-top: 20px !important; */
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.bootcamp .second-btn{
    border: none;
    box-shadow:  1px 2px 3px rgb(0 0 0 / 87%);
}

.scrolling-wrapper {
    display: flex;
        flex-wrap: nowrap;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;

        .card {
                flex: 0 0 auto;
        }

    }

.item-div{
    display: flex;
        /* flex-wrap: nowrap; */
        /* overflow-x: auto; */
}
.item-div::-webkit-scrollbar{
    height: 0 !important;
    width: 0 !important;
}

.bootcamp-price {
    /* padding: 5px; */
    background-color: var(--main-color);
    color: white;
    text-align: start;
    p{
        margin: 10px;
        font-weight: 400;
    }
    /* border-radius: 5px; */

}

/* End BootCamps */

/* Start Courses-BootCamp */
.courses-bootcamp .card{
    max-width: 266px !important;
    max-height: 340px !important;
}
.courses-bootcamp .card h4{
        overflow: hidden;
        text-overflow: ellipsis;
}

.courses-bootcamp .con-filter{
    background-color: #F4F3F8;
    padding: 10px;
    margin-top: 4.5rem ;
    border-radius: 5px;
}

/* End Courses-BootCamp */

/* Start about-main */
body .about-main{
    background-color: #F7F7F9;
    padding: 50px 0;
    /* background-size: 100% 100%; */
    /* padding-bottom: 45px; */
}
body .about-main .title h2{
    position: relative;
    display: inline-block;
}
body .about-main .title h2::after{
    content: "";
    position: absolute;
    height: 3px;
    width: 80%;
    background-color: var(--color-title);
    right: 0;
    bottom: -15px;
}

body .about-main img:nth-child(1){
    left: 0;
}
body .about-main .training .title h2 {
    position: relative;
    display: inline-block;
}

body .about-main .training{
    margin-top: 100px ;
}

body .about-main .training .card img{
    width: 100% ;
}

body .about-main .training .title h2::after {
    content: "";
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: var(--color-title);
        /* right: -51px; */
        /* left: 10px; */
        bottom: -35px;
}

body .training small{
    color: var(--main-color);
    font-weight: 500;
}
body .training .main-btn{
    box-shadow:  5px 5px 5px lightslategrey !important;
    font-weight: 400;
}


body .pagination .page-item{
    margin: 15px !important ;
    align-items: center;
    display: block;
}

body .pagination div:nth-child(2){
    flex-direction: column !important;

    div:nth-child(1) p{
        display: none !important;
    }

}

/* End about-main */
body .pagination .page-item .page-link {
    border-radius: 50% !important;
    margin: 0 !important;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
    color: var(--main-color) !important;
    /* align-items: center; */
}
body .pagination .page-item.active .page-link{
    margin: 0 !important;
    border: var(--main-color) 1px solid !important;
    background-color: var(--main-color) !important;
    color: white !important;
}

body .pagination  li[aria-label="Previous"] .page-link ,
body .pagination li[aria-label="Next"] .page-link {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

/* Start Events */
body .events .main-btn {
    box-shadow: 2px 6px 1px rgb(0 0 0 / 87%) !important;
    color: var(--main-color) !important;
}
body .events .main-btn:hover {
    color: var(--main-color) !important;
    a{
    color: var(--main-color) !important;
    }
}

/* End Events */

/* Start News */
@media (max-width: 767px) {
    body .news .card:hover,.programs .card:hover {
        transform: scale(0.95) !important;
        border: var(--bg-purple-color) 1px solid;
    }
}
body .news .card:hover,.programs .card:hover {
    transform: scale(1.05);
    border: var(--bg-purple-color) 1px solid;
}
body .news .card {
    overflow: hidden;
        max-height: 450px;
        max-width: 320px !important;
}
body .news .card,.programs .card {
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);
    border-radius: 5px;
    /* height: 450px; */
    max-width: 418.667px ;
    transition: all 0.7s ease;
}



body .news .cta:hover::before {
width: 80%;
background-color: var(--main-color);
}

body .news .card img {
    max-width: none !important;
    max-height: none !important;
    height: auto !important;
}
body .news .cta::before {
    content: "";
        position: absolute;
        bottom: -3px;
        right: 15px;
        display: block;
        border-radius: 50px;
        background: var(--main-color);
        width: 39px;
        height: 2px;
        transition: all 0.4s ease;
    }

body .news .cta {
    position: relative;
        margin: auto;
        padding: 1px 14px 3px 3px;
        transition: all 0.3s ease;
        border: none;
        background: none;
        float: left;
        color: var(--main-color);
}
/* End News */


/*
.cover {
    position: relative;
    padding: 0px 30px;
    margin-top: 100px;
}

.left {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.right {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.scroll-images {
    position: relative;
    width: 100%;
    padding: 40px 0px;
    height: auto;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: hidden;
    overflow-y: hidden;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.child {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 250px;
    height: 200px;
    padding: 0px 15px;
    margin: 1px 10px;
    border: 1px solid #f1f1f1;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);;
    box-shadow: 0px 0px 15px 2px rgb(0 0 0 / 10%);;
}

.child img, .child > svg {
    position: absolute;
    margin-top: -195px;
    width: 80px;
    height: 80px;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    background: #03A9F4;
}

.scroll-images::-webkit-scrollbar {
    width: 5px;
    height: 8px;
    background-color: #aaa;
}

.scroll-images::-webkit-scrollbar-thumb {
    background-color: black;
}

button {
    background-color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 25px;
}
 */

/* .scrolling-wrapper .card {

    display: inline-block;
} */


/*  End Bootcamp */


/* Start Contact-Us */

#contact form {
    background-color: #F7F7FAff;
    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

#contact form label {
    font-weight: bold;
    margin-bottom: 10px;
}

#contact form input,
#contact form textarea {
    margin-bottom: 20px;
}
#contact form textarea{
    min-height: 200px;

}
body .yellow-btn {
    border: #06042E 2px solid !important;
    box-shadow: 2px 2px 1px rgb(0 0 0 / 87%) !important;
    color: black;
    padding: 3px 25px !important;
    border-radius: 5px;
    cursor: pointer;
}

body .yellow-btn:hover {
    background-color: var(--color-title) !important;
    color: white !important;
}

#contact.contact-info {
    font-size: 18px;
    color: #666;
}
#contact .con-svg {
    background-color: var(--main-color) !important;
}

#contact.contact-info li {
    margin-bottom: 10px;
}

#contact.contact-info i {
    font-size: 24px;
    margin-right: 10px;
}

/*  End Contact-Us */



.animated {
    /* Define your animation styles here */
    display: none;
    opacity: 1;
    /* Example: Start from transparent */
    animation: fadeIn 1s ease-in-out forwards;
}

.swiper {
    width: 600px;
    height: 300px;
}

.scroll-up a{
    background-color: #5851e1d3;
    z-index: 2;
    text-align: center;
    box-shadow: 0px 18px 25px rgba(40, 37, 104, 0.4);
    border-radius: 10px;
    padding: 5px 10px 7px !important;
    border: white 1px solid;
    right: 20px;
    bottom: 15px !important;
    position: fixed;
    animation: fadeIn 1s ease-in-out forwards;
}
.scroll-up a:hover{
    background-color: #9f91c2;
    color: var(--main-color);
    border: 1px solid var(--main-color);
}



/* Start Footer */
body footer{
    background-color: var(--color-title);
        /* position: fixed;
            bottom: 0;
            width: 100%;
z-index: -2; */
    .color,a{
        color: #B2BBCC !important;
    }
}
/* footer .color{
    color: #B2BBCC !important;
} */
footer h5{
    position: relative;

}
footer
a:hover{
    color: white !important;
    border-bottom: 2px solid var(--main-color);

}

footer h5:after {
    content: "";
        position: absolute;
        width: 34%;
        right: 0;
        bottom: -15px;
        border-bottom: 3px solid var(--main-color);
        border-radius: 5px;
}



/* End Footer */




/* Start profile-student */
body .profile-student a.active{
    border-bottom:  solid var(--main-color) ;
    margin-top: 0 !important;
    background-color: transparent;
    color: var(--main-color);
}

body .profile-student li a{
    margin-top: 10px;
    font-weight: bold;
    border-bottom: 1px solid #EFEEFE;
    background-color: #efeefedc;
    color: rgba(0, 0, 0, 0.458);
}


/* End profile-student */



/* Start Plan */
.plan .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid #e6e4e9;
    border-radius: 8px;
}

.plan .card .card-header.no-border {
    border: 0;
}

.plan .card .card-header {
    background: none;
    padding: 0 0.9375rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    min-height: 50px;
}

.plan .card-header:first-child {
    border-radius: calc(8px - 1px) calc(8px - 1px) 0 0;
}

.widget-49 .widget-49-title-wrapper {
    display: flex;
    align-items: center;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #edf1fc;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-day {
    color: #4e73e5;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-primary .widget-49-date-month {
    color: #4e73e5;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fcfcfd;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-day {
    color: #dde1e9;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-secondary .widget-49-date-month {
    color: #dde1e9;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #e8faf8;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-day {
    color: #17d1bd;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-success .widget-49-date-month {
    color: #17d1bd;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebf7ff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-day {
    color: #36afff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-info .widget-49-date-month {
    color: #36afff;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: floralwhite;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-day {
    color: #FFC868;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-warning .widget-49-date-month {
    color: #FFC868;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #feeeef;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-day {
    color: #F95062;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-danger .widget-49-date-month {
    color: #F95062;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fefeff;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-day {
    color: #f7f9fa;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-light .widget-49-date-month {
    color: #f7f9fa;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #ebedee;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-day {
    color: #394856;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-dark .widget-49-date-month {
    color: #394856;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #f0fafb;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-day {
    color: #68CBD7;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.widget-49 .widget-49-title-wrapper .widget-49-date-base .widget-49-date-month {
    color: #68CBD7;
    line-height: 1;
    font-size: 1rem;
    text-transform: uppercase;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info {
    display: flex;
    flex-direction: column;
    margin-left: 1rem;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-pro-title {
    color: #3c4142;
    font-size: 14px;
}

.widget-49 .widget-49-title-wrapper .widget-49-meeting-info .widget-49-meeting-time {
    color: #B1BAC5;
    font-size: 13px;
}

.widget-49 .widget-49-meeting-points {
    font-weight: 400;
    font-size: 13px;
    margin-top: .5rem;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item {
    display: list-item;
    color: #727686;
}

.widget-49 .widget-49-meeting-points .widget-49-meeting-item span {
    margin-left: .5rem;
}

.widget-49 .widget-49-meeting-action {
    text-align: right;
}

.widget-49 .widget-49-meeting-action a {
    text-transform: uppercase;
}


.animate {
    animation: fadeIn 1s ease-in-out;

}

body section{
    visibility: hidden ;
}



.loader {
    -webkit-animation: spin 2s linear infinite;
    /* Safari */
    animation: spin 2s linear infinite;
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 30px !important;
    display: inline-block;
    vertical-align: middle;
}

.loader-star {
    position: absolute;
    top: calc(50% - 12px);
}

        /*LOADER-1*/

.loader-1 .loader-outter {
    position: absolute;
    border: 4px solid var(--main-color);
    border-left-color: transparent;
    border-bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-outter 1s cubic-bezier(.42, .61, .58, .41) infinite;
}

.loader-1 .loader-inner {
    position: absolute;
    border: 4px solid var(--color-title);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    left: calc(50% - 20px);
    top: calc(50% - 20px);
    border-right: 0;
    border-top-color: transparent;
    -webkit-animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
    animation: loader-1-inner 1s cubic-bezier(.42, .61, .58, .41) infinite;
}
.loader-text{
    color: var(--color-title) !important;
    font-weight: 500;
}

/* body section.fade-in {
    visibility: visible;
} */
.anmation{
    visibility:visible !important ;
}
.fade-out {
    opacity: 0;
    animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
    0% {
        opacity: 0;

    }

    100% {
        opacity: 1;

    }

}

/*


@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
} */
