﻿.FormCls {
    position: absolute;
    top: 730px;
    width: 100%;
    height: 220px;
    background: #000000; /*linear-gradient(to top right, #ce5ee4, #e0a9ea) no-repeat center;*/
    display: flex;
    flex-direction: column;
   
    justify-content: center;
    align-items: center;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 10px;
    z-index: 0;
}
@media screen and (max-width: 768px) {
   .FormCls{
    top: 350px;
    position: absolute;
    width: 100%;
    height: 220px;
    background: #000000; /*linear-gradient(to top right, #ce5ee4, #e0a9ea) no-repeat center;*/
    display: flex;
    flex-direction: column;
   
    justify-content: center;
    align-items: center;
    padding: 0px;
    padding-top: 50px;
    padding-bottom: 15px;
    z-index: 0;
   }
   .swiper-pagination-bullet{
    background: #987e67;
    width: 10px;
    height: 10px;
    }
}
.card{
   position: relative;
    background: linear-gradient(to right, #ffd8b9, #fff);
    border-radius: 20px;
    padding: 10px 20px; /* Adjusted padding */
    box-shadow: 0 0 10px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    background: linear-gradient(to top, #f2dccd 0px, #987e67 35px, #fff 10px, #fff);
    transition: transform 0.5s ease;
    margin-bottom: 20px;
    margin-top: 20px;
    /*background: linear-gradient(to top, #fff 0px, #e56500 50px, #ffd8b9 50px, #fff);*/
    }
.card:hover{
      transform: scale(1.1);
}
.card .image{
    width: 100px;
    height: 100px;
    padding: 1px;
    border: 3px solid #ff6a00;
    background: #fff;
    border-radius: 50%;
    margin-bottom: 10px;
 }
.card .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.imgBtn{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    cursor: move;
}
.card h3{
    text-align: center;
    margin:0;
    font-family: MATURASC;
}

.card p{
    font-family: Almarai;
    color: white;
    text-align: center;
    padding-top: 15px ;
    font-size: 18px;
     margin:0;
}

.swiper-container2 {
    position: relative;
    margin: 0 auto;
    width: 100%; /* Change this back to 100% */
    max-width: 900px; /* Set a max-width to control the maximum width of the container */
}
.swiper{
    margin: 0 auto;
    cursor: grab;
}
.swiper-slide {
    display: flex;
    justify-content: center;
    align-content: center;
}

.swiper-button-next,
.swiper-button-prev{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 0 10px #ccc;
}
.swiper-button-next{
    right: 50px;
}
.swiper-button-prev{
    left: 50px;
}
.swiper-button-next::after ,
.swiper-button-prev::after{
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.swiper-button-next:hover{
    transform: scale(1.2) translateX(80%);
}
.swiper-button-prev:hover{
    transform: scale(1.2) translateX(-80%);
}
.swiper-button-next {
    transform: translateX(100%);
}
.swiper-button-prev{
    transform: translateX(-100%);
}

.swiper-pagination{
    transform: translateY(200%);
}
.swiper-pagination-bullet{
    background: #987e67;
    width: 6px;
    height: 6px;
    }

@font-face {
    font-family: 'Almarai-Regular';
    src: url('Fonts/Almarai-Regular.ttf') format('truetype');
}
@font-face {
    font-family: 'MATURASC';
    src: url('Fonts/MATURASC.TTF') format('truetype');
}