@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,500,700');

@font-face {
  font-family: 'AlHurra';
  src: url(/font/AlHurraFontRegular.ttf);
}
.video{
  width: 100%;
  height: 100vh;
  background-color: #13e09c;
}
.jumbotron{
  background-color: #F6E8E0;
  border-radius: 0%;
}
.container-fluid{
  background-color: #F6E8E0;
  border-radius: 30px;
  
}
.container{
  text-align: right;
  font-family: 'AlHurra';
}

body {
  overflow-x: hidden;
  font-family: 'AlHurra';
  color: #491424;
  background-color: #491424;
}

.carousel-inner img {
  width: 100%;
  height: 100%;
}

.btn-purple {
  border-color: #8366B0;
  background-color: #8366B0;
  color: white;
  margin: 1rem;
}
.btn-purple:hover,
.btn-purple:focus {
  border-color: #594781;
  background-color: #13e09c;
  color: white;
}

.feature img {
  padding: 1.5rem;
}

footer {
  background-size: cover;
  color: rgb(0, 0, 0);
  background-color: #F6E8E0;
  
}
footer .row {
  padding: 1.5rem 0 4rem;
  line-height: 2rem;
  
}
footer img {
  margin: 1.5rem 0;
}
footer h3 {
  margin: 1.5rem 0;
}

/*-- Extra Bootstrap Column Padding --*/

[class*="col-"] {
  padding: 1rem;
}

.btn-outline-light {
  color: #757A70;
  background-color: #491424;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.navbar-dark .navbar-toggler-icon{
  background-color: #491424;
}

.navbar-nav .nav-link {
  direction: rtl;
  padding-right: 90%;
  padding-left: 90%;
}
.img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  background: #1abc9c;
  opacity: .5;
}
.temp h1,h3{
  color: #491424;
  text-align: right; 
  line-height: 1.5;
  width: 100%;
  margin: auto;
}





.card-img-top{
  width:30%;
  /* position: absolute; */
  right: 0;
  border-top-left-radius:calc(.25rem - 1px);
  border-top-right-radius:calc(.25rem - 1px);
  display: block;
  margin-left: auto;
  margin-right: auto;
}



.card{
  background-color: transparent;
  color: #491424;
  
}
.card1{
  position: sticky;
  /* top: 90%; */
  box-shadow: 0.5rem 0.5rem #6D4B50, -0.5rem -0.5rem #757A70;
  width: 90%;
  height: 100%;
  text-align: center;
  border-style: solid;
  border-radius: 0%;
}
.card2{
  position: sticky;
  top: 0%;
  box-shadow: 0.5rem 0.5rem #6D4B50, -0.5rem -0.5rem #757A70;
  width: 90%;
  height: 100%;
  text-align: center;
  border-style: solid;
  border-radius: 0%;
}
.card3{
  position: sticky;
  /* top: 90%; */
  box-shadow: 0.5rem 0.5rem #6D4B50, -0.5rem -0.5rem #757A70;
  width: 90%;
  height: 100%;
  text-align: center;
  border-style: solid;
  border-radius: 0%;
}


