﻿
@import url('https://fonts.googleapis.com/css?family=Droid+Serif');
@import url('https://fonts.googleapis.com/css?family=Tajawal');
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');

html,
body {
    height: 100%;    
font-family: 'Source Sans Pro', sans-serif;
}

/* You can change the height of the carousel by changing the height in the class below. It is set to 50% by default, but can be any height! */
body a:hover{
    text-decoration: none;

}
body a {
    color: #000;
    text-decoration: none;
}
.img
{
	background:#000 url('../img/bg.jpeg') no-repeat center center;
    background-size:cover;
    height:100%;
    width:100%;
    opacity:.03;
    position: fixed;
    z-index:-1;
}


.all
{

padding-top:50px;
}


.logo
{

	   margin:auto;
	   position:relative;
	   z-index:9999;   
}


.logo img
{
	   margin:auto;
	   width:375px;
}



.carousel {
    height: 100%;
}

.item,
.active,
.carousel-inner {
    height: 100%;
}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.text {
    font-family: 'Tajawal', sans-serif;
    font-size: 5vw;
    color:#a69c79;    
    text-align:center;
    margin-top:30px;
}

.text2 {
    font-family: 'Tajawal', sans-serif;
    font-size: 25px;
    color:#8a815a;   
	margin-top:20px;
	 margin-bottom:20px;
}

.text3 {
    font-family: 'Tajawal', sans-serif;
    font-size: 18px;
    color: #696969;
	margin-top:10px;
}



.text4 {
    font-family: 'Tajawal', sans-serif;
    font-size: 15px;
    color: #fff;
    background-color:#a69c79;
    text-align:center;
    padding:20px ;
	margin-top:0px;
}

.text4 ul
{
	padding-right:0;
}

.text4 ul li
{
	display:inline-block;
	margin:0 15px;
}



