* {
    margin: 0;
    padding: 0;
    font-family: Tajawal;
}

body {
    direction: rtl;
    font-size: 14px;
}

.container {
    max-width: 1200px;
}

@font-face {
    font-family: Tajawal;
    src: url('fonts/Tajawal500.ttf');
}

@font-face {
    font-family: Tajawal;
    src: url('fonts/Tajawal700.ttf');
    font-weight: bold;
}

.form-control, .btn {
    font-size: 14px;
}

.form-control:focus {
    outline: none !important;
    border:1px solid #ca96b2;
    box-shadow: none;
}

input::placeholder {
    direction: rtl;
    text-align: right;
}

a:link {
  color: #ca96b2;
}
/* visited link */
a:visited {
  color: #ca96b2;
}
/* mouse over link */
a:hover {
  color: #e04598;
}
/* selected link */
a:active {
  color: #e04598;
}

ul {
    list-style-type: disc;
}

.Button1 {
    background: #41305c;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.Button1:hover {
    background: #5a4777;
    transition-duration: 0.2s;
}
.Button1:active {
    background: #392953;
    transition-duration: 0.2s;
}
.Button1:disabled {
    background: #9d9d9d;
    transition-duration: 0.2s;
}


.Button2 {
    background: #ca96b2;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.Button2:hover {
    background: #bf83a4;
    transition-duration: 0.2s;
}
.Button2:active {
    background: #b76c95;
    transition-duration: 0.2s;
}
.Button2:disabled {
    background: #9d9d9d;
    transition-duration: 0.2s;
}


.ButtonRed {
    background: #ff6060;
    border: none;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 10px;
    padding-left: 10px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.ButtonRed:hover {
    background: #ef5a5a;
    transition-duration: 0.2s;
}
.ButtonRed:active {
    background: #d84949;
    transition-duration: 0.2s;
}
.ButtonRed:disabled {
    background: #9d9d9d;
    transition-duration: 0.2s;
}


.WhiteButton {
    background: #ffffff;
    border:  1px solid #d1d1d1;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: #898989;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.WhiteButton:hover {
    background: #efefef;
    transition-duration: 0.2s;
}
.WhiteButton:active {
    background: #e5e5e5;
    transition-duration: 0.2s;
}
.WhiteButton:disabled {
    background: #9d9d9d;
    transition-duration: 0.2s;
}


.lightGreyButton {
    background: #f5f5f5;
    border:  1px solid #d1d1d1;
    padding-top: 9px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    color: #505050;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.lightGreyButton:hover {
    background: #ededed;
    transition-duration: 0.2s;
}
.lightGreyButton:active {
    background: #e2e2e2;
    transition-duration: 0.2s;
}
.lightGreyButton:disabled {
    background: #9d9d9d;
    transition-duration: 0.2s;
}


.Shadow1 {
    box-shadow: 0px 0px 5px 1px #dbdbdb;
}

.Shadow2 {
    box-shadow: 0px 0px 5px 1px #a5a5a5;
}

.CurveBox {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.CurveBox5 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.CurveBox15 {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.CurveBox20 {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}


.CurveTopLeft10 {
  -webkit-border-top-left-radius: 10px;
  -moz-border-top-left-radius: 10px;
  border-top-left-radius: 10px;
}
.CurveTopRight10 {
  -webkit-border-top-right-radius: 10px;
  -moz-border-top-right-radius: 10px;
  border-top-right-radius: 10px;
}
.CurveBottomRight10 {
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-bottom-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.CurveBottomLeft10 {
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-bottom-left-radius: 10px;
  border-bottom-left-radius: 10px;
}


.CurveTopLeft20 {
  -webkit-border-top-left-radius: 20px;
  -moz-border-top-left-radius: 20px;
  border-top-left-radius: 20px;
}
.CurveTopRight20 {
  -webkit-border-top-right-radius: 20px;
  -moz-border-top-right-radius: 20px;
  border-top-right-radius: 20px;
}
.CurveBottomRight20 {
  -webkit-border-bottom-right-radius: 20px;
  -moz-border-bottom-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.CurveBottomLeft20 {
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-bottom-left-radius: 20px;
  border-bottom-left-radius: 20px;
}


.CurveTopLeft50 {
  -webkit-border-top-left-radius: 50px;
  -moz-border-top-left-radius: 50px;
  border-top-left-radius: 50px;
}
.CurveTopRight50 {
  -webkit-border-top-right-radius: 50px;
  -moz-border-top-right-radius: 50px;
  border-top-right-radius: 50px;
}
.CurveBottomRight50 {
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-bottom-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.CurveBottomLeft50 {
  -webkit-border-bottom-left-radius: 50px;
  -moz-border-bottom-left-radius: 50px;
  border-bottom-left-radius: 50px;
}



.shape {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: left;
	//width: 96%;
	//max-width: 700px;
	margin: auto;
	border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
	animation: morphing 12s infinite;
	overflow: hidden;
}

@keyframes morphing {
    0% {
        border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    }
    25% { 
        border-radius: 58% 42% 75% 25% / 76% 46% 54% 24%;
    }
    50% {
        border-radius: 50% 50% 33% 67% / 55% 27% 73% 45%;
    }
    75% {
        border-radius: 33% 67% 58% 42% / 63% 68% 32% 37%;
    }
}


/*إذا كانت الصفحة كبيرة كمبيوتر مثلا*/
@media screen and (min-width: 1001px) {
    div.shapeDiv {
        width: 46%;
    }
    
    .shape {
        height: 550px;
    }
    
    #shapeImage {
        height: 100%;
        margin-left: -250px;
    }
    
    div.titleDiv {
        width: 46%;
    }
    
    div#largeTitle {
        font-size: 60px;
    }
    
    div#smallTitle {
        font-size: 20px;
    }
}

/*إذا كانت الصفحة صغيرة جوال أو ايباد مثلا*/
@media screen and (min-width: 381px) and (max-width: 1000px) {
    div.shapeDiv {
        width: 90%;
        max-width: 450px;
    }
    
    .shape {
        height: 250px;
    }
    
    #shapeImage {
        height: 100%;
        margin-left: -70px;
    }
    
    div.titleDiv {
        width: 90%;
        line-height: 1.3;
    }
    
    div#largeTitle {
        font-size: 40px;
    }
    
    div#smallTitle {
        font-size: 18px;
    }
}

/*إذا كانت الصفحة صغيرة جدا جوال ايفون 6 مثلا*/
@media screen and (max-width: 380px) {
    div.shapeDiv {
        width: 90%;
    }
    
    .shape {
        height: 130px;
    }
    
    #shapeImage {
        height: 100%;
        min-width: 100%;
        margin-left: 0px;
    }
    
    div.titleDiv {
        width: 90%;
        line-height: 1.3;
    }
    
    div#largeTitle {
        font-size: 28px;
    }
    
    div#smallTitle {
        font-size: 16px;
    }
}



/* carousel */
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -60px;

}
/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 20px;
    height: 3px;
}
.blog .carousel-indicators .active {
background: #707070;
}



.video-container {
    position: relative;
    width: 100%;
    max-width: 360px;
    background-color: #000;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 5px 15px -1px #d8d8d8;
}
.video-container iframe {
    width: 100%;
    height: 560px; /* يمكن ضبط الارتفاع هنا */
}



.moving-arrow
{
  position: absolute;
  bottom: 0;
  animation: moveArrow 0.3s infinite alternate; /* تعديل المدة حسب الحاجة */
}

@keyframes moveArrow
{
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(10px, 0); /* تعديل حسب الحركة المطلوبة */
  }
}



/* Hide scrollbar for Chrome, Safari and Opera */
.hideScrollbar::-webkit-scrollbar {
  display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hideScrollbar {
  -ms-overflow-style: none;  /* IE and Edge */
}




/* Customize the label (the container) */
.checkboxContainer {
    display: block;
    position: relative;
    margin: 0px;
    border-bottom: solid #f2f2f2 1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.checkboxContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.checkboxCheckmark {
    display: inline-block;
    position: relative;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: #eee;
}
.checkboxTitle {
    position: relative;
    width: 65%;
    top: -12;
    right: 50;
}
.checkboxOtherTitle {
    position: absolute;
    top: 12;
    left: 15;
    height: 25px;
}
/* On mouse-over, add a grey background color */
.checkboxContainer:hover input ~ .checkboxCheckmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkboxContainer input:checked ~ .checkboxCheckmark {
    background-color: #ca96b2;
}
/* Create the checkboxCheckmark/indicator (hidden when not checked) */
.checkboxCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the checkboxCheckmark when checked */
.checkboxContainer input:checked ~ .checkboxCheckmark:after {
    display: block;
}
/* Style the checkboxCheckmark/indicator */
.checkboxContainer .checkboxCheckmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



/* Customize the label (the container) */
.radioContainer {
    display: block;
    position: relative;
    margin: 0px;
    border-bottom: solid #f2f2f2 1px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
/* Hide the browser's default checkbox */
.radioContainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
/* Create a custom checkbox */
.radioCheckmark {
    display: inline-block;
    position: relative;
    top: 10px;
    right: 10px;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 50%;
}
.radioTitle {
    position: relative;
    width: 65%;
    top: -12;
    right: 50;
}
.radioOtherTitle {
    position: absolute;
    top: 12;
    left: 15;
    height: 25px;
}
/* On mouse-over, add a grey background color */
.radioContainer:hover input ~ .radioCheckmark {
    background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.radioContainer input:checked ~ .radioCheckmark {
    background-color: #ca96b2;
}
/* Create the radioCheckmark/indicator (hidden when not checked) */
.radioCheckmark:after {
    content: "";
    position: absolute;
    display: none;
}
/* Show the radioCheckmark when checked */
.radioContainer input:checked ~ .radioCheckmark:after {
    display: block;
}
/* Style the radioCheckmark/indicator */
.radioContainer .radioCheckmark:after {
    left: 10px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}