@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');


body{
    line-height: 1.8;
    color: black;
    font-size: 15px;
    font-family: tajawal;

}

h1,h2,h3,h4{
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color:rgb(57,42,108) ;
}

a{
    font-weight: 700;
    transition: all 0.4s ease ;

}


small{
    font-size: 12px;
    letter-spacing: 2px;
    font-weight: 700;
}

section{
    padding-top: 50px;
    padding-bottom: 50px;
}

.navbar{
    background: linear-gradient(208deg, rgba(57,42,108,1) 0%, rgba(68,39,84,1) 100%);
}

.navbar a{
color: #f3f3f3 !important;
font-size: 16px;

}
.navbar a:hover{
    color: #a8a7a7 !important;
    font-size: 16px;
    }

.navbar-dark .navbar-toggler {
        color: rgba(255, 255, 255, 0.034);
        border-color: #392a6c00;
       
      }

#home{
margin-top: 75px;
}


.section-intro{
    text-align: center;
    margin-bottom: 50px;
}

.section-intro .hline{
    width: 70px;
    height: 3px;
    background-color: #EFBA44;
    margin: 1px auto 0 auto;
}


#aboutUs .card{
    margin: 10px;
    background: linear-gradient(208deg, #392a6c 0%, rgba(68,39,84,1) 100%);
    border-radius: 15px;
    color: white;
}


/*Achivements style*/ 
/* Areeb deleted the margin bottom from the head line */
.container {
    font-size: 14px;
    color: #666666;
   
    
  }
  #achivements .section-intro{
    margin-bottom: 0px;
  }
  .card-custom {
  overflow: hidden;
  min-height: 350px;
  height: 350px;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.164);
 
}

#achivements .card{
    border-color: gray;
    border-style: solid;
}

.card-custom-img {
  height: 200px;
  min-height: 200px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
  position: absolute;
  content: '';
  top: 161px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top-width: 40px;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 545px;
  border-left-width: calc(575px - 5vw);
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: inherit;
}

.card-custom-avatar img {
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  position: absolute;
  top: 100px;
  right: 1.25rem;
  width: 100px;
  height: 100px;
}

.card{
    border-radius: 15px;
   
}

.card-text{
    text-align: right;
}

/*Setting.css style*/


.rev_slider{
	position:relative;
	overflow:visible;
}


.rev_slider ul{
	margin:0px;
	padding:0px;
	list-style: none !important;
	list-style-type: none;
	background-position:0px 0px;
}

.rev_slider ul li,
.rev_slider >ul >li,
.rev_slider >ul >li:before{

	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none;
	background-position:0px 0px;
	text-indent: 0em;
}
.rev_slider .tp-caption,
.rev_slider .caption { 
	position:absolute;
	visibility:hidden;
	white-space: nowrap}


/*kidscare.css style*/


.mainslider_1 li:nth-child(1){
    background: linear-gradient(208deg, rgba(57,42,108,1) 0%, rgba(68,39,84,1) 100%);
}





/*Footer*/

footer{
    position:relative;
    background: linear-gradient(208deg, #392a6c 0%, rgba(68,39,84,1) 100%);
    width: 100vw;
    padding-top: 35px;
    margin-top: 50px;
    color: #fff;
}

.footer-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom:35px;
}

.socials a img{
    width: 30px;
    margin:5px;
}

.socials a img:hover{
    opacity: 50%;
}

.footer-bottom{
    background: rgba(0, 0, 0, 0.082);
    width: 100%;
    padding: 20px;
    padding-bottom: 1px;
    text-align: center;
}

.footer-bottom p{
    font-size: 14px;
    word-spacing: 2px;
    text-transform: capitalize;
 }
 

 /*TEAM*/

#team .card {
    margin: 10px;
    background-color: white;    
    border-radius: 15px;
    color: #666666;
    min-height: 400px;
    border: none;
    box-shadow: 0 0 15px rgba(10, 10, 10, 0.164);
   
   

}

#team .card-text{
    font-size: 15px;
    text-align: right;

}

#team .card-title{
    font-weight: 700;
    color: rgba(57,42,108,1);
}
#team img
{
    width: 100px;
    margin: 20px;
}

#team a img {
    width: 30px;
}

/*Timer section*/


.countdown-container {
    background: radial-gradient(circle, rgba(57,42,108,1) 0%, rgba(68,39,84,1) 88%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
    color: rgb(255, 255, 255);
    border-radius: 15px;
    
    
}

.big-text {
    font-weight: bold;
    font-size: 2rem;
    line-height: 1;
    margin: 1px 25px;
    
}

.countdown-el {
    
    text-align: center;
}

.countdown-el span {
    font-size: 1.3rem;
}

/*about us*/

aboutUs .card {
    margin: 10px;
    background: linear-gradient(208deg, rgba(57, 42, 108, 1) 0%, rgba(68, 39, 84, 1) 100%);
    border-radius: 10px;
    color: white;
}

.swiper {
    width: 300px;
    height: 380px;
    margin-left: -150px;
    margin-top: -150px;
    align-items: center;
}

.swiper-wrapper {
    align-items: center;
}

.swiper-slide {
    background-position: center;
    background-size: cover;
    border-radius: 10px;
}

.swiper-slide img {
    display: block;
    width: 100%;
}

.swiper-slide .swiper img {
    position: absolute;
    width: 300px;
    height: 300px;
}

.swiper-slide .swiper .cardBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.swiper-slide .swiper .cardBox .card-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
}

.swiper-slide .swiper .cardBox .card-title {
    font-size: 20px;
}

button {
    padding: 1.3em 3em;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: tajawal;
    color: #fff;
    background-color: #392A6C;
    border: none;
    border-radius: 45px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
  }
  
  button:hover {
    background-color: #EFBA44;
    box-shadow: 0px 15px 20px rgba(246, 206, 61, 0.28);
    color: #fff;
    transform: translateY(-7px);
  }
  
  button:active {
    transform: translateY(-1px);
  }


  .object {
    animation: MoveUpDown 2s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  
  @keyframes MoveUpDown {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-40px);
    }
  }

  .flex-rectangle{
    width: 100%;
    background: #ffffff;
    box-shadow: 0 4px 8px 0 #3b2a6a13, 0 6px 20px 0 #3b2a6a13;
    border-radius: 25px;
    padding-bottom: 20px;
   



}
.flex-rectangle:before{
    content: "";
    display: block;
   padding-top: 20px;
   padding-bottom: 20px;
}