/* @font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: 100;
    src: url('../font/Pinar-DS4-FD-Thin.woff2') format('woff2');
}

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: 200;
    src: url('../font/Pinar-DS4-FD-UltraLight.woff2') format('woff2');
} */

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: 300;
    src: url('../font/Pinar-DS4-FD-Light.woff2') format('woff2');
}

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: 500;
    src: url('../font/Pinar-DS4-FD-Medium.woff2') format('woff2');
}

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: 600;
    src: url('../font/Pinar-DS4-FD-SemiBold.woff2') format('woff2');
}

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: 800;
    src: url('../font/Pinar-DS4-FD-ExtraBold.woff2') format('woff2');
}

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: 900;
    src: url('../font/Pinar-DS4-FD-Black.woff2') format('woff2');
}

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: bold;
    src: url('../font/Pinar-DS4-FD-Bold.woff2') format('woff2');
}

@font-face {
    font-family: Pinar-DS4-FD;
    font-style: normal;
    font-weight: normal;
    src: url('../font/Pinar-DS4-FD-Regular.woff2') format('woff2');
}


#main-container {
    font-family: Pinar-DS4-FD;
    /* border-radius: 24px 24px; */
    background: #1D1D1D;
    opacity: 1;
}

#header-img {
    /* border-radius: 24px 24px; */

}

#header-text {
    font-family: Pinar-DS4-FD;
    font-size: 20px;
    opacity: 1;
    color: rgb(255, 255, 255);
    line-height: 30px;
    font-weight: 900;
}

#header-title{
    font-family: Pinar-DS4-FD;
    font-size: 24px;
    opacity: 1;
    color: rgb(255, 255, 255);
    line-height: 36px;
    font-weight: 900;
}

/* #form-section {
    border-radius: 33px;
    background-position: center center;
    border-width: 0.5px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    overflow: hidden;
} */

#form-section {
    background: url('/login/assets/img/form-background.png');
    height: 1062px;
    background-size: cover;  /* Makes the background image cover the entire div */
    background-position: center;  /* Centers the background image */
    background-repeat: no-repeat;  /* Prevents the image from repeating */
}

.title-bg {
    background-image: url('/login/assets/img/title.svg?v=v1.0.0');
    background-size: cover;  /* Makes the background image cover the entire div */
    background-position: center;  /* Centers the background image */
    background-repeat: no-repeat;  /* Prevents the image from repeating */
    height: 55px;  /* Adjust the height as necessary */
}

.form-control {
    text-align: center;
    border-radius: 10px;
    height: 50px;
    direction: rtl;
}

#submit-form {
    font-family: Pinar-DS4-FD;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    height: 50px;
    border-radius: 10px;
    direction: rtl;
    background-color: #1E5C00;
    border-color: #1E5C00;
}

main {
    background-color: #31363F;
}

.title-text {
    font-size: 29px;
    font-weight: 600;
}

.card-bg {
    background: url('/login/assets/img/card.jpg?v=v1.0.0');
    background-size: cover;  /* Makes the background image cover the entire div */
    background-position: center;  /* Centers the background image */
    background-repeat: no-repeat;  /* Prevents the image from repeating */
    height: 270px;  /* Adjust the height as necessary */
}

.details-bg {
    background: url('/login/assets/img/background-detail-one.jpg?v=v1.0.0');
    background-size: cover;  /* Makes the background image cover the entire div */
    background-position: center;  /* Centers the background image */
    background-repeat: no-repeat;  /* Prevents the image from repeating */
    height: 500px;  /* Adjust the height as necessary */
}

.details-title {
    font-size: 23px;
    font-weight: 900;
    direction: rtl;
}

.second-title {
    font-size: 25px;
    line-height: 248%;
    font-weight: 900;
    direction: rtl;
}

.testimonial-title {
    font-size: 25px;
    line-height: 248%;
    font-weight: 900;
    direction: rtl;
    color: #FFD042;
}


/*============== testimonial section ================*/
#testimonial-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #FFF3B7;
    width: 24px;
    height: 6px;
    border-radius: 5px;
}
#testimonial-section .swiper-pagination-bullet {
    background-color: #FFF3B7;
    width: 6px;
    height: 6px;
    opacity: 0.8;
}
#testimonial-section .swiper-container {
    position: relative;
    padding: 0 0 50px;
}
#testimonial-section .swiper-arrow-row {
    position: absolute;
    width: 100%;
    bottom: 15px;
}
#testimonial-section .swiper-button-prev:after,#testimonial-section .swiper-container-rtl .swiper-button-next:after {
    display: none;
}
#testimonial-section .swiper-container-horizontal>.swiper-pagination-bullets,#testimonial-section .swiper-pagination-custom,#testimonial-section .swiper-pagination-fraction {
    bottom: 0;
}
/* #testimonial-section .swiper-slide img{
    border-radius: px;
    cursor: pointer;
} */
#testimonial-section .swiper-slide img.user-img {
    width: auto;
    height: 204px;
    border-radius: 50%;
}
.slide-text{
    margin-top: 1px;
    direction: rtl;
}
.slide-text p {
    text-align: justify;
    font-size: 12px;
    line-height: 30px;
}
.user-name h3 {
    margin-top: 5px;
    font-size: 15px;
    /* line-height: 248px; */
    color: #000;
    font-weight: 900;
}
.slide-item{
    background: #FFF3B7;
    box-shadow: 0px 4px 14px rgba(52, 129, 205, 0.19);
    border-radius: 33px;
    padding: 36px 25px 25px;
    margin: 0 10px;
}
/* .slide-item .display-flex {
    margin: 0 10px;
} */
#testimonial-section {
    margin-bottom: 50px;
    overflow: hidden;
    margin-left: 20px;
    margin-right: 20px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    display: none;
}


.form-description {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    direction: rtl;
}

.form-title {
    font-size: 22px;
    color: #000;
    font-weight: 900;
    direction: rtl;
}