body {
    font-family: Arial, sans-serif;
    direction: rtl;
}
ٍ
.option-box
.container {
    width: 80%;
    margin: auto;
    overflow: hidden;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
   
}
.contact-info {
    background: #fff;
    padding: 20px;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-info h2 {
    margin-top: 0;
}

.contact-info a:hover {
    text-decoration: underline;
} 
.contact-info i {
    margin-right: 10px;
}
div h1 {
    float: center;
    text-align: center;
 
}
body h1 {
    float: center;
    text-align: center;
 
}
header {
    background: #333;
    color: #fff;
    padding: 10px 0;
    border-bottom: #e65c00 1px solid;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    flex-direction: column;

}
header .logo img {
    height: 80px;
    width: auto;
}
header ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 20px;
}
.logo {
    position: absolute;
    left: 0;
    top: 10px; /* يمكنك تعديل هذه القيمة لتحديد المسافة من الأعلى */
}
header a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 16px;
    transition: color 0.3s ease;
}
header .logo {
    float: right;
    margin-right: 20px;
}
header h3 {
    float: right;
    margin-right: 20px;
    margin-top: 10px;
}
header nav {
    float: right;
    margin-right: auto;
}
header li {
    float: right;
    display: inine;
    padding: 10 20px 0 20px;
}
header a:hover {
    color: #77aaff;
}
.main {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}
form {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
form label {
    display: block;
    margin-bottom: 5px;
}
form input, form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}
form button {
    background: #e65c00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
form button:hover {
    background: #555;
}
.main {
    padding: 20px;
    background: #fff;
    margin-top: 20px;
}
.add-product {
    margin-bottom: 20px;
    text-align: center;
}
.add-product a {
    text-decoration: none;
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
}
.products {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
}
.product {
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.product img {
    width: 100%;
    height: auto;
    border-radius: 5px;
}
.product h2 {
    margin: 10px 0;
    font-size: 18px;
}
.product p {
    margin: 5px 0;
    color: #555;
}
.product .actions {
    margin-top: 10px;
}
.banner {
    
    background-image: url('../images/1.jpg'); /* ضع هنا مسار الصورة الخلفية */
    background-size: cover;
    background-position: center;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}

.banner-text h1 {
    margin: 0;
    font-size: 36px;
}

.banner-text p {
    margin: 10px 0;
    font-size: 18px;
}

.banner-text button {
    background-color: #ff6600;
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

.banner-text button:hover {
    background-color: #e65c00;
}
.product .actions a {
    text-decoration: none;
    color: #fff;
    background: #e65c00;
    padding: 5px 10px;
    border-radius: 5px;
    margin: 0 5px;
    transition: background 0.3s ease;
}
.product .actions a:hover {
    background: #555;
}
.back-button a {
    text-decoration: none;
    color: #fff;
    background: #e65c00;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background 0.3s ease;
    display: inline-block;
    margin-top: 20px;
}
.back-button a:hover {
    background: #555;
}
.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 20px;
}
.service {
    background: #fff;
    padding: 20px;
    margin: 10px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 30%;
    text-align: center;
}
.service i {
    font-size: 50px;
    margin-bottom: 10px;
    color: #77aaff;
}
.service h3 {
    margin-top: 0;
}
.cta-button {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    background-color: #e60024;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.cta-button:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.carousel-control.prev {
    left: 10px;
}

.carousel-control.next {
    right: 10px;
}
img{
    
    width: 90%;
     height: 50%;
     
 }
 
 #im{
   width: 90%;
     height: 400px;
     margin: 2px auto;
     position: relative;
     border:8px solid #e6e2e2;
     box-shadow: 0px 0px 5px 2px #ccc;
     
     
 }
 
 .i img{
   padding: 20px;
     width: 65px;
     height: 54px;
     margin: -289px 1100px 196px -18px;
    cursor: pointer;
     
 }
 
 
 .i1 img{
   padding: 20px;
     width: 65px;
     height: 54px;
     margin: -309px -15px 213px 1400px;
     cursor:pointer;
     
 }
 
h1, h2, h3, h4, h5, .lead {font-family: 'Droid Sans', sans-serif}

/******* Start Overriding Bootstrap ******/

/* Main Navbar */

.navbar {min-height:70px}

/* Navbar Link */

.navbar-inverse .navbar-nav > li > a {
    color:#BBB;
    padding-top:25px;
    padding-bottom:25px;
    font-size:16px
}

/* Brand Name */

.navbar-inverse .navbar-brand {
    color:#BBB;
    font-size:30px;
    line-height:40px
}

/* Dropdown Menu */

.dropdown-menu {background-color:#333;min-width:200px}

.navbar-right .dropdown-menu {left:0;right:auto}

.dropdown-menu > li > a {color:#FFF;padding:6px 20px}

.dropdown-menu > li > a:hover,

.dropdown-menu > li > a:focus {color:#FFF;padding-left:25px}

.dropdown-menu .divider {background-color:#871818}

/* Navbar Toggle */

.navbar-toggle {margin-top:18px}

/* Carousel */

.carousel-caption {
    bottom:170px;
    background:rgba(3,3,3,0.3);
    padding-right:20px;
    padding-left:20px
}

.carousel-indicators {bottom:0}

.carousel-indicators li {
    height:15px;
    width:15px;
    border:1px solid #EEE
}

.carousel-indicators .active {height:17px;width:17px}

.carousel-inner > .item > img {width:100%}

/******* End Overriding Bootstrap ******/

/* Start Section Tool Box */

.option-box {position:fixed;top:100px;left:0;z-index:9999}

.option-box .color-option {
    float:left;
    background:#333;
    color:#fff;
    padding:10px;
    width:200px;
    display:none
}

.option-box .color-option ul li {
    width:20px;
    height:20px;
    display:inline-block;
    margin-right:3px;
    cursor:pointer
}

.option-box .gear-check {padding:5px;color:#FFF;cursor:pointer}

/* End Section Tool Box */

/* Start Section About */

.about .lead {color:#888;font-size:25px;margin-top:15px}

/* End Section About */

/* Start Section Features */

.features {background:#EEE}

.features .feat {margin-bottom:30px}

.features .feat p {line-height:2em}

.features .feat span.glyphicon {font-size:25px;margin-bottom:10px;color:#666}

/* End Section Features */

/* Start Testimonials Section */

.testimonials span {font-size:18px;font-weight:bold}

.testimonials .h1 {margin-bottom:20px}

.testimonials .lead {line-height:2em;margin-bottom:10px}

.testimonials .carousel-inner {min-height:160px}

.testimonials .carousel-indicators {
    position:static;
    width:100%;
    margin-left:auto;
    padding-top:20px
}

.testimonials .carousel-indicators li {
    text-indent:0;
    width:80px;
    height:80px;
    opacity:0.4;
    border: 3px solid #FFF;
    border-radius:50%;
    overflow:hidden;
    margin:5px
}

.testimonials .carousel-indicators li.active {
    width:80px;
    height:80px;
    opacity:1;
    background:none
}

.testimonials .carousel-indicators li img {max-width:100%}

/* End Testimonials Section */

/* Start Section Price Table */

.price_table {background:#EEE}

.price_table .price_box {
    background:#FFF;
    padding:10px;
    border:1px solid #DDD;
    margin-bottom:15px
}

.price_table .price_box h2 {margin:5px 0 15px}

.price_table .price_box:hover p {
    -webkit-transform:scale(1.1,1.1) rotate(360deg);
    -moz-transform:scale(1.1,1.1) rotate(360deg);
    -o-transform:scale(1.1,1.1) rotate(360deg);
    transform:scale(1.1,1.1) rotate(360deg);
    border:2px solid #DFDFDF
}

.price_table .price_box p {
    font-size:35px;
    font-weight:bold;
    color:#666;
    width:100px;
    height:100px;
    background:#F3F3F3;
    border-radius:50%;
    line-height:100px;
    border:2px solid #FFF;
}

.price_table .price_box ul {line-height:250%;font-size:18px}

.price_table .price_box a {margin-bottom:5px}

/* End Section Price Table */

/* Start Section Our Team */

.our_team {
    background:url('../images/team.jpg') no-repeat center center fixed;
    min-height:600px
}

.our_team .team {background:rgba(2,2,2,0.8);color:#FFF;min-height:600px}

.our_team .person {margin-bottom:40px}

/* End Section Our Team */

/* Start Section Subscribe */

.subscribe {background:#EEE}

.subscribe .h1 {color:#888;letter-spacing:2px;margin-bottom:20px}

.subscribe p {margin-bottom:30px}

.subscribe .form-control {border-radius:0;margin-right:-5px;width:300px}

.subscribe button {border-radius:0}

/* End Section Subscribe */

/* Start Section Stats */

.statistics {
    background:url('../images/stats.jpg') no-repeat center center fixed;
    min-height:300px
}

.statistics .data {background-color:rgba(2,2,2,0.8);color:#B6B5B5;min-height:300px}

.statistics .stats {margin-bottom:30px}

.statistics .stats:hover {color:#FFF}

.statistics p {font-size:60px;font-weight:800;margin-bottom:0}

.statistics span {font-size:18px}

/* End Section Stats */

/* Start Section Our Skills */

.our-skills h3 {font-weight:bold;margin-top:0}

.our-skills .progress {height:36px}

.our-skills .progress-bar {
    line-height:36px;
    font-size:15px;
    font-weight:bold;
    text-align:left;
    text-indent:10px
}

/* End Section Our Skills */

/* Start Section Contact Us */

.contact-us {
    background:url('../images/contact-us.jpg') no-repeat center center fixed;
    min-height:300px    
}

.contact-us .fields {background:rgba(9,9,9,0.8);min-height:300px;color:#DDD}

.contact-us p {margin-bottom:40px}

.contact-us textarea {height:108px}

.contact-us input[type="text"],

.contact-us textarea {background:rgba(82,78,78,0.5);color:#FFF;border:none}

/* End Section Contact Us */

/* Start Section Our Clients */

.our-clients {
    background:#EEE;
    padding-top:20px;
    padding-bottom:20px
}

.our-clients img {
    opacity:0.4;
    filter: alpha(opacity=40);
    margin-top:20px;
    margin-bottom:20px
}

.our-clients img:hover {opacity:1}

/* Start Section Our Clients */

/* Start Ultimate Footer Section */

.footer {background:#111;color:#AAA;padding-top:10px}

.footer h3 {letter-spacing:1px;margin:30px 0 20px}

.footer a {color:#AAA}

.footer a:hover {color:#FFF}

.footer .three-columns {overflow:hidden}

.footer .three-columns li {width:33.3333%;float:right;padding:5px 0}

.footer .social-list {overflow:hidden;margin:20px 0 10px}

.footer .social-list li {
    float:right;
    margin-right:3px;
    opacity:0.7;
    filter:alpha(opacity=70);
}

.footer .social-list li:hover {opacity:1}

.footer .img-thumbnail {
    background:rgba(0,0,0,0.2);
    border:1px solid #444;
    margin-bottom:5px
}

.footer .copyright {
    background:#333;
    color:#AAA;
    padding:15px 0;
    margin-top:30px;
    font-size:18px
}

/* End Ultimate Footer Section */

/* Start Section Loading */

.loading-overlay {
    background:#222;
    color:#FFF;
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:99999
}

.spinner {
  width: 60px;
  height: 60px;
  position: relative;
  margin: 300px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #FFF;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2.0s infinite ease-in-out;
  animation: bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}

/* End Section Loading */

/* Start Scrollup */

#scroll-top {
    width:50px;
    height:40px;
    color:#DDD;
    background-color:#272727;
    text-align:center;
    position:fixed;
    right:15px;
    bottom:10px;
    z-index:9999;
    display:none;
    cursor:pointer
}

#scroll-top:hover {background-color:#444}

/* End Scrollup */

/* Start Our Grouping */

.our_team,
.statistics,
.contact-us {
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}

.our_team .h1,
.statistics .h1,
.features .h1,
.our-skills .h1,
.price_table .h1 {margin-bottom:50px}

.social-list li,
.our-clients img,
.statistics .stats,
.price_table .price_box p,
.testimonials .carousel-indicators li {
    -webkit-transition:all .7s ease-in-out;
    -moz-transition:all .7s ease-in-out;
    -o-transition:all .7s ease-in-out;
    transition:all .7s ease-in-out;
}

.statistics .data,
.our_team .team,
.contact-us .fields,
.our-skills,
.price_table,
.testimonials,
.subscribe,
.features,
.about {padding-top:40px;padding-bottom:60px}

/* End Our Grouping */
 /* Responsive Style */
@media (max-width: 991px) {

	.banner {
		border-top: none;
		margin-top: 0px;
	}
	.navbar .navbar-brand {
		width: auto;
	}
	.navbar:after {
		display: none;
	}
	#navbarResponsive {
	    z-index: 99999;
	    position: absolute;
	    top: 96px;
	    width: 100%;
	    text-align: center;
	    background-color: rgba(250,250,250,0.95);
	    box-shadow: 0px 10px 10px rgba(0,0,0,0.1);
	}
	.navbar-dark .navbar-nav .nav-item {
		border-bottom: 1px solid #eee;
	}
	.navbar-dark .navbar-nav .nav-item:last-child {
		border-bottom: none;
	}
	.navbar-dark .navbar-nav .nav-link {
		padding: 15px 0px;
	}
	.featured-page #filters {
		text-align: right;
	} 
	.single-product .right-content {
		margin-top: 30px;
	}
	.about-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content {
		margin-top: 30px;
	}
	.contact-page .right-content .col-md-6,
	.contact-page .right-content .col-md-12 {
		padding: 0px;
	}
	.featured-page {
		margin-top: 80px;
	}
	.about-page,
	.contact-page {
		margin-top: 0px;
	}

}

@media (max-width: 767px) {

	.subscribe-form .main-content form input.button {
		margin-top: 20px;
	}
	.featured-page #filters {
		margin-top: 15px;
		text-align: left;
	} 

}