html, body {
    font-family: "Almarai", sans-serif !important;
    font-optical-sizing: auto;
    box-sizing: border-box;
    direction: rtl;
    text-align: right;
    background-color: #ffffff;
    color: var(--dark-color);
}

img {
    max-width: 100%;
    max-height: 100%;
}

.bg-green-500 {
    background-color: var(--green-color) !important;
}

.text-green-500 {
    color: var(--green-color) !important;
}

.hover\:text-green-500:hover {
    color: var(--green-color) !important;
}

.hover\:bg-green-500:hover {
    background-color: var(--green-color) !important;
}

.group-hover\:text-green-500:hover {
    color: var(--green-color) !important;
}

.bg-white {
    background-color: var(--white-color) !important;
}

.text-white {
    color: var(--white-color) !important;
}

.bg-black {
    background-color: var(--dark-color) !important;
}

.text-gray-500 {
    color: var(--gray-color) !important;
}

.bg-gray-500 {
    background-color: var(--gray-color) !important;
}

.text-black {
    color: var(--dark-color) !important;
}

.stroke-black {
    stroke: var(--dark-color) !important;
}

.w-\[30px\] {
    width: 30px;
}

.h-\[30px\] {
    height: 30px;
}

.fw-600 {
    font-weight: 600;
}

.rounded-full {
    border-radius: 50%;
}

.list-style-none {
    list-style: none;
}

/*************************************************************************************************************************************************************************/
/**** Start Header ****/
/*************************************************************************************************************************************************************************/

header .navbar {
    border-radius: 50px;
    background-color: #ffffff !important;
}

header .navbar .navbar-toggler {
    border: 2px solid var(--green-color);
}

header .navbar .navbar-toggler:focus {
    box-shadow: none;
}

header .navbar .navbar-brand {
    margin-left: 10px;
}

header .navbar .navbar-brand img {
    max-height: 80px;
}

header .navbar .navbar-collapse {
    /* flex-wrap: wrap; */
    justify-content: center;
}

header .navbar .navbar-nav:first-of-type .nav-item {
    margin-left: 10px;
}

header .navbar .navbar-nav:first-of-type .nav-item .nav-link {
    color: var(--dark-color) !important;
    font-weight: bold;
    font-size: 11pt !important
}

header .navbar .navbar-nav:first-of-type .nav-item .nav-link.active,
header .navbar .navbar-nav:first-of-type .nav-item:hover .nav-link {
    color: var(--green-color);
    position: relative;
}

header .navbar .navbar-nav:first-of-type .nav-item.dropdown .dropdown-menu .dropdown-item {
    text-align: center;
}

header .navbar .navbar-nav:first-of-type .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

header .navbar .navbar-nav:last-of-type .nav-item:first-of-type .nav-link {
    color: var(--dark-color);
    font-weight: bold;
    font-size: 14px;
}header .navbar .navbar-nav:last-of-type .nav-item .donation-btn

header .navbar .navbar-nav:last-of-type .nav-item .donation-btn {
    padding-block: 15px;
    border-radius: 0;
    width: 117px;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

/*************************************************************************************************************************************************************************/
/**** Start Hero ****/
/*************************************************************************************************************************************************************************/

.hero-sec {
    background-image: url('../images/hero_bg.jpeg');
    background-size: 100% 100%;
    background-position: center center;
    min-height: 600px;
}

.hero-sec .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #ffffffc2;
}

.hero-sec .hero-before {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.hero-sec .right-box {
    position: relative;
    z-index: 1;
}

.hero-sec .right-box .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 60px;
    opacity: 0.8;
}

.hero-sec .right-box .title .right-svg {
    position: absolute;
    top: -30px;
    right: -35px;
}

.hero-sec .right-box .title .right-svg path {
    fill: var(--dark-color);
}

.hero-sec .right-box .title .left-svg {
    position: absolute;
    top: -25px;
    left: -20px;
}

.hero-sec .right-box .title .left-svg path {
    fill: var(--dark-color);
}

.hero-sec .right-box .description {
    font-size: 18px;
    font-weight: 600;
    opacity: 0.5;
}

.hero-sec .right-box .donation-btn {
    font-weight: bold;
    font-size: 17px;
    padding-block: 15px;
    border-radius: 0;
}

/*************************************************************************************************************************************************************************/
/**** Start Who Us ****/
/*************************************************************************************************************************************************************************/

.who-us-sec {
    background-color: var(--gray-color);
    padding-top: 60px;
}

.who-us-sec .right-box .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 40px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.who-us-sec .right-box .title .right-svg {
    position: absolute;
    top: -10px;
    right: -35px;
    width: 25px;
}

.who-us-sec .right-box .title .right-svg path {
    fill: var(--dark-color);
}

.who-us-sec .right-box .title .left-svg {
    position: absolute;
    top: 0;
    left: -30px;
    width: 25px;
}

.who-us-sec .right-box .title .left-svg path {
    fill: var(--dark-color);
}

.who-us-sec .right-box .description {
    font-size: 18px;
    opacity: 0.5;
}

.who-us-sec .right-box .donation-btn {
    font-weight: bold;
    font-size: 17px;
    padding-block: 15px;
    border-radius: 0;
    border: 1px solid var(--green-color);
    color: var(--green-color);
}

.who-us-sec .right-box .donation-btn:hover {
    color: var(--white-color);
    background-color: var(--green-color);
}

/*************************************************************************************************************************************************************************/
/**** Start Partners ****/
/*************************************************************************************************************************************************************************/

.partners-sec {
    padding-block: 60px;
}


.partners-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
}

.partners-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.partners-sec .title .right-svg path {
    fill: var(--dark-color);
}

.partners-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.partners-sec .title .left-svg path {
    fill: var(--dark-color);
}

.partners-sec .partners-box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.partners-sec .partners-box .owl-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    margin-top: 0;
    z-index: -1;
}

.partners-sec .partners-box .owl-nav button {
    background-color: #F5F5F5CC;
    box-shadow: 4px 4px 12px 0 #0000001F;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.partners-sec .partners-box .owl-nav button:hover {
    background-color: var(--green-color);
}

.partners-sec .partners-box .owl-nav button.owl-prev {

    right: -45px;
}

.partners-sec .partners-box .owl-nav button.owl-next {
    left: -45px;
}

/*************************************************************************************************************************************************************************/
/**** Start Counters ****/
/*************************************************************************************************************************************************************************/

.counters-sec {
    background-color: var(--gray-color);
    padding-top: 60px;
    position: relative;
}

.counters-sec .counters-before {
    position: absolute;
    left: 30px;
    bottom: 0;
    z-index: 1;
    max-width: 750px;
}

.counters-sec .right-box {
    position: relative;
    z-index: 1;
}

.counters-sec .right-box .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 40px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
}

.counters-sec .right-box .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.counters-sec .right-box .title .right-svg path {
    fill: var(--dark-color);
}

.counters-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.counters-sec .right-box .title .left-svg path {
    fill: var(--dark-color);
}

.counters-sec .right-box .description {
    font-size: 18px;
    opacity: 0.5;
}

.counters-sec .right-box .counter-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.counters-sec .right-box .counter-box .item {
    width: 25%;
    padding: 15px;
}

.counters-sec .right-box .counter-box .item .number {
    font-size: 40px;
    font-weight: bold;
    color: var(--green-color);
}

.counters-sec .right-box .counter-box .item .name {
    font-size: 18px;
    opacity: 0.5;
    font-weight: 600;
}

/*************************************************************************************************************************************************************************/
/**** Start Donations ****/
/*************************************************************************************************************************************************************************/

.donations-sec {
    padding-block: 60px;
}

.donations-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
}

.donations-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.donations-sec .title .right-svg path {
    fill: var(--dark-color);
}

.donations-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.donations-sec .title .left-svg path {
    fill: var(--dark-color);
}

.donations-sec .donations-box img {
    width: 100%;
    height: 230px;
}

.donations-sec .donations-box .donation-title {
    text-align: center;
    font-weight: bold;
    margin-block: 10px;
    font-size: 24px;
    line-height: 1.6;
}

.donations-sec .donations-box .donation-description {
    text-align: center;
    font-size: 18px;
    opacity: 0.5;
}

.donations-sec .donations-box .bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 15px;
}

.donations-sec .donations-box .bottom-box strong,
.donations-sec .donations-box .bottom-box span {
    opacity: 0.5;
}

.donations-sec .donations-box .bottom-box span.price {
    opacity: 1;
    font-weight: bold;
}

.donations-sec .donations-box .progress {
    background-color: #EEEEEE;
    margin-bottom: 20px;
    height: 13px;
    border-radius: 0;

}

.donations-sec .donations-box .progress .progress-bar {
    background-color: var(--green-color);
}

.donations-sec .donations-box .btn-box {
    padding-top: 14px;
    border-top: 1px solid #E5E5E5;
}

.donations-sec .donations-box .donation-btn {
    border-radius: 0;
    padding-block: 12px;
    border-top: 1px solid #E5E5E5;
    font-size: 18px;
}

/*************************************************************************************************************************************************************************/
/**** Start Program ****/
/*************************************************************************************************************************************************************************/

.services-sec {
    padding-block: 60px;
    background-color: var(--gray-color);
}

.services-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
    max-width: 400px;
    text-align: center;
}

.services-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.services-sec .title .right-svg path {
    fill: var(--dark-color);
}

.services-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.services-sec .title .left-svg path {
    fill: var(--green-color);
}

.services-sec .service {
    text-align: center;
    padding-inline: 20px;
    padding-block: 10px;
}

.services-sec .service .service-icon {
    margin-bottom: 15px;
}

.services-sec .service .service-icon svg path {
    fill: var(--green-color);
}

.services-sec .service .service-title {
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 10px;
}
.service-icon svg {
    width: 55px !important;
    height: 55px !important;
}
.services-sec .service .service-description {
    font-size: 18px;
    opacity: 0.5;
}

/*************************************************************************************************************************************************************************/
/**** Start Programs ****/
/*************************************************************************************************************************************************************************/

.programs-sec {
    padding-block: 60px;
}

.programs-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
}

.programs-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.programs-sec .title .right-svg path {
    fill: var(--dark-color);
}

.programs-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.programs-sec .title .left-svg path {
    fill: var(--green-color);
}

.programs-sec .programs-box img {
    width: 100%;
    height: 230px;
}

.programs-sec .programs-box .program-title {
    text-align: center;
    font-weight: bold;
    margin-block: 10px;
    font-size: 24px;
    line-height: 1.6;
    height: 76px;
    overflow: hidden;
}

.programs-sec .programs-box .program-description {
    text-align: center;
    font-size: 18px;
    opacity: 0.5;
    height: 54px;
    overflow: hidden;
}

.programs-sec .programs-box .bottom-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    font-size: 15px;
}

.programs-sec .programs-box .bottom-box strong,
.programs-sec .programs-box .bottom-box span {
    opacity: 0.5;
}

.programs-sec .programs-box .bottom-box span.price {
    opacity: 1;
    font-weight: bold;
}

.programs-sec .programs-box .progress {
    background-color: #EEEEEE;
    margin-bottom: 20px;
    height: 13px;
    border-radius: 0;

}

.programs-sec .programs-box .progress .progress-bar {
    background-color: var(--green-color);
}

.programs-sec .programs-box .btn-box {
    padding-top: 14px;
    border-top: 1px solid #E5E5E5;
}

.programs-sec .programs-box .program-btn {
    border-radius: 0;
    padding-block: 12px;
    border-top: 1px solid #E5E5E5;
    font-size: 18px;
}

/*************************************************************************************************************************************************************************/
/**** Start News ****/
/*************************************************************************************************************************************************************************/

.news-sec {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: var(--gray-color);
}

.news-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
}

.news-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.news-sec .title .right-svg path {
    fill: var(--green-color);
}

.news-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.news-sec .title .left-svg path {
    fill: var(--dark-color);
}

.news-sec .news-box .news {
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #E5E5E5;
    margin-block: 12px;
}

.news-sec .news-box .news .right-box .news-title {
    font-size: 25px;
    font-weight: bold;
    height: 60px;
    overflow: hidden;
}

.news-sec .news-box .news .right-box .news-description {
    font-size: 17px;
    opacity: 0.5;
    height: 50px;
    overflow: hidden;
}

.news-sec .news-box .news .right-box .news-read-more-btn {
    color: var(--green-color);
    font-weight: bold;
    text-decoration: none;
}

.news-sec .news-box .news .left-box img {
    width: auto;
    object-fit: cover;
    height: 225px;
}
footer iframe {
    width: 100%;
    height: 200px;
}

.news-sec .action .read-more-btn {
    background-color: transparent;
    border: 1px solid var(--green-color);
    color: var(--green-color);
    border-radius: 0;
    font-weight: bold;
    padding: 10px 30px;
}

.news-sec .action .read-more-btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

/*************************************************************************************************************************************************************************/
/**** Start Images Library ****/
/*************************************************************************************************************************************************************************/

.image-library-sec {
    padding-block: 60px;
}

.image-library-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
}

.image-library-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.image-library-sec .title .right-svg path {
    fill: var(--dark-color);
}

.image-library-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.image-library-sec .title .left-svg path {
    fill: var(--green-color);
}

.image-library-sec .images-box .image {
    position: relative;
}

.image-library-sec .images-box .image img {
    height: 250px;
    width: 100%;
}

.image-library-sec .images-box .image .content {
    position: absolute;
    color: var(--white-color);
    top: 40px;
    bottom: 40px;
    left: 40px;
    right: 40px;
    display: none;
}

.image-library-sec .images-box .image:hover .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.image-library-sec .images-box .image .content .overlay {
    position: absolute;
    background-color: var(--green-color);
    height: 100%;
    width: 100%;
    opacity: 0.8;
    z-index: 0;
}

.image-library-sec .images-box .image .content .name {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.image-library-sec .images-box .image .content .date {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}


/*************************************************************************************************************************************************************************/
/**** Start Images Library ****/
/*************************************************************************************************************************************************************************/

.testimonials-sec {
    padding-block: 60px;
    position: relative;
   
}

.testimonials-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
    text-align: center;
}

.testimonials-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.testimonials-sec .title .right-svg path {
    fill: var(--green-color);
}

.testimonials-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.testimonials-sec .title .left-svg path {
    fill: var(--dark-color);
}

.testimonials-sec .testimonials-box .item {
    background-color: var(--gray-color);
    padding: 20px;
    border-radius: 20px;
    position: relative;
     background: url(../../../default/images/counters.png);
     box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.testimonials-sec .testimonials-box .item .top-svg {
    position: absolute;
    width: 60px;
    left: 15px;
    top: 20px;
}

.testimonials-sec .testimonials-box .item .bottom-svg {
    position: absolute;
    width: 60px;
    right: 15px;
    bottom: 20px;
}

.testimonials-sec .image_before {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.testimonials-sec .image_before1 {
    top: 365px;
    right: 15px;
    height: 100px;
    width: 100px;
}

.testimonials-sec .image_before2 {
    top: 120px;
    right: 25px;
}

.testimonials-sec .image_before3 {
    top: 215px;
    left: 80px;
    height: 50px;
    width: 50px;
}

.testimonials-sec .image_before4 {
    top: 260px;
    right: 70px;
    width: 60px;
    height: 60px;
}

.testimonials-sec .image_before5 {
    top: 75px;
    left: 120px;
}

.testimonials-sec .image_before6 {
    top: 330px;
    left: 70px;
}

.testimonials-sec .testimonials-box .item .image {
    border: 2px solid var(--green-color);
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonials-sec .testimonials-box .item .image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.testimonials-sec .testimonials-box .item .content .comment {
    margin-bottom: 40px;
    margin-inline: 30px;
    text-align: center;
    line-height: 1.8;
    font-size: 18px;
}

.testimonials-sec .action .add-comment-btn {
    background-color: transparent;
    border: 1px solid var(--green-color);
    color: var(--green-color);
    border-radius: 0;
    font-weight: bold;
    padding: 10px 30px;
}

.testimonials-sec .action .add-comment-btn:hover {
    background-color: var(--green-color);
    color: var(--white-color);
}

/*************************************************************************************************************************************************************************/
/**** Start Footer ****/
/*************************************************************************************************************************************************************************/
footer {
    background-image: url("../images/footer_bg.png");
    background-size: cover;
    padding-top: 50px;
}

footer .box .logo {
    height: 90px;
    margin-bottom: 16px;
}

footer .box .description {
    font-size: 16px;
    font-weight: bold;
    opacity: 0.5;
    line-height: 1.6;
}

footer .box .social a {
    width: 40px;
    height: 40px;
}

footer .box .social a svg {
    font-size: 20px;
}

footer .title {
    font-size: 22px;
    font-weight: 900;
    margin-bottom: 16px;
}

footer .links {
    padding: 0;
}

footer .links li a {
    font-size: 16px;
    font-weight: bold;
    color: var(--dark-color);
}

footer .links li:hover a {
    color: var(--green-color);
}

footer .bottom-box {
    border-top: 1px solid #E5E5E5;
}

footer .bottom-box p {
    font-size: 17px;
    opacity: 0.5;
    direction: ltr;
}

footer .bottom-box p {
    font-size: 17px;
    opacity: 0.5;
    direction: ltr;
}
.navbar-nav {
    flex-wrap: wrap;
    justify-content: center;
}
header .navbar .navbar-nav:last-of-type .nav-item .donation-btn {
    width: 117px;
    padding-right: 10px !important;
    padding-left: 10px !important;
    padding: 12px 0px;
}
.nav-link svg {
    margin-left: 5px;
}
html,body {
    overflow-x: hidden;
}
.swiper-slider {
    position: relative;
}
.partner img {
    height: 55px;
    width: auto !important;
}
footer .bottom-box p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-brand img {
    height: 75px;
    object-fit: contain;
    min-width: 50px;
}
.container-fluid {
    padding-left: calc(var(--bs-gutter-x) * 2) !important;
    padding-right: calc(var(--bs-gutter-x) * 2) !important;
}
.video__item {
    position: relative;
    padding: 0px;
    border-radius: 12px;
}
.video__item  svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 50px;
    z-index: 9999;
    cursor: pointer;
}
.video__item span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right:0;
    background: rgba(0,0,0,0.30);
    border-radius: 12px;
}
.video__item img {
height: 300px;
object-fit: cover;
}
.videos-sec .swiper-slide-active .video__item span {
    transform: scale(1.15);
}
.video__item p {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 10px;
    margin: 0;
    color: white;
    font-weight: 400;
    display: none;
    font-size: 11pt;
    padding: 0px 10px;
}
.videos-sec .swiper-slide-active .video__item p {
    display: block;
}
.videos-sec .swiper-slide {
    opacity: 1 !important;
}
.videos-sec .title {
    position: relative;
    font-weight: bold;
    color: var(--dark-color);
    font-size: 30px;
    opacity: 0.8;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
}

.videos-sec .title .right-svg {
    position: absolute;
    top: -25px;
    right: -35px;
    width: 25px;
}

.videos-sec .title .right-svg path {
    fill: var(--green-color);
}

.videos-sec .title .left-svg {
    position: absolute;
    top: -15px;
    left: -30px;
    width: 25px;
}

.videos-sec .title .left-svg path {
    fill: var(--dark-color);
}
.videos-sec {
    padding-top: 60px;
    padding-bottom: 30px;
    background-color: var(--white-color);
}
.videos-sec .swiper-container {
    direction: ltr !important;
    overflow-x: hidden !important;
  }

  .videos-sec .swiper-slide {
    opacity: 0.4;
    transition: opacity 0.3s;
    border-radius: 15px;
    padding: 10px 0px;
  }
  .sms-slider .swiper-slide {
    padding: 30px 0px;
  }
  .videos-sec .swiper-slide-active {
    opacity: 1;

  }
  .videos-sec .swiper-slide-active img {
    transform: scale(1.15);
  }
  .sms-slider img {
    width: 100%;

    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    border-radius: 12px;
    /* filter: blur(1px);
    -webkit-filter: blur(1px); */
  }
  .videos-sec .swiper-slide-active img {
    /* filter: blur(0px);
    -webkit-filter: blur(0px); */
  }
  #exampleModal iframe {
    width: 100%;
    border: none;
    min-height: 300px;
}