
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400..700&display=swap');

/********** Template CSS **********/
:root {
    --primary: #FAE8C0;
    --secondary: #590A2F;
    --light: #ffffff;
    --dark: #000000;
    
  /* Checkboxes & radios */
  --bs-form-check-input-bg: #fff;
  --bs-form-check-input-border-color: #590A2F;
  --bs-form-check-input-checked-bg-color: #590A2F;
  --bs-form-check-input-checked-border-color: #FAE8C0;
}

html {
    scroll-behavior: smooth;

  }

  body {
    color: #FFFFFF;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;

background-color: #590A2F;
background: linear-gradient(0deg,rgba(89, 10, 47, 1) 0%, rgba(1, 2, 1, 1) 100%);
}
.ar-text{
     font-family: 'El Messiri', sans-serif;
}
.text-primary{
    color: var(--primary) !important;
}
.philosopher-regular {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.philosopher-bold {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.philosopher-regular-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.philosopher-bold-italic {
  font-family: "Philosopher", sans-serif;
  font-weight: 700;
  font-style: italic;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
h1, h2, h3, h4, h5, h6 {
    color: var(--primary);
    font-family: 'Philosopher', sans-serif;
    /* font-weight: 700; */
    text-transform: uppercase;
}
p {
    color: var(--light);
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    line-height: 28px;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

section {
    padding: 100px 0;
}

/*** Button ***/
.btn {
    padding: 15px 30px;
border: none;
    transition: .5s;
    color: var(--primary);
    background-color: var(--secondary);
}

.btn:hover {
border: none;
    transition: .5s;
    color: var(--primary);
    background-color: var(--secondary);
    box-shadow: 0 0 30px var(--primary);
}
.form-control{
    border-radius: 10px;
    color: rgba(255, 255, 255, 0.9);
border: 0.7px solid rgba(255, 255, 255, 0.40);
background: rgba(255, 255, 255, 0.02);
box-shadow: 12px 12px 25px 0 rgba(0, 0, 0, 0.25);
}
.form-control:focus{
   color: rgba(255, 255, 255, 0.9);
   background:#590A2F;
   border: 0.7px solid rgba(255, 255, 255, 0.40);
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}



/* Radio & Checkbox colors */
.form-check-input:checked {
  background-color: #590A2F !important; /* Fill color when selected */
  border: 0.7px solid #FAE8C0 !important;
    box-shadow: 0 0 0 0.25rem rgba(250, 232, 192, 0.8) !important;
}

/* Optional: focus ring for radios & checkboxes */
.form-check-input:focus {
  border-color: #590A2F !important;
  border: 0.7px solid #FAE8C0 !important;
    box-shadow: 0 0 0 0.25rem rgba(250, 232, 192, 0.8) !important;
}
/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 40px 0;
    color: var(--primary);
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link,
    .navbar.shadow-sm .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid var(--light);
    }
}

@media (min-width: 992px) {
    .navbar.shadow-sm .navbar-nav .nav-link {
        padding: 20px 0;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(0, 0, 0, .85); */
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

 #header-carousel .carousel-item {
   
        /* min-height: 450px; */
        position: relative;
        padding: 200px 0px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
         /* background-attachment: fixed;  */
         background-color: #000; 
        background-image: url(../img/lg-banner.webp);
        min-height: 100vh;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
 


@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        /* min-height: 450px; */
        position: relative;
        padding: 50px 0px;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
         /* background-attachment: fixed;  */
         background-color: #000; 
        background-image: url(../img/sm-banner.webp);
        min-height: 100vh;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
 
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .85), rgba(0, 0, 0, .85)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Service ***/
.service-item .btn {
    position: absolute;
    right: -50px;
    bottom: -50px;
    width: 50px;
    height: 50px;
    color: var(--primary);
    background: var(--dark);
    opacity: 0;
}

.service-item:hover .btn {
    right: 0;
    bottom: 0;
    opacity: 1;
}



/*** sponsor ***/
.sponsor-item .sponsor-img
{
    font-size: 18px;
    position: absolute;
    width: 100%;
    border: #ededed 1px solid ;
}

.sponsor-item span
{
    font-size: 18px;
font-weight: 600;
}




/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .85);
    transition: .5s;
}

.team-item .team-img::after {
    left: auto;
    right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
    width: 50%;
}

.team-item .team-img .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
    z-index: 3;
    opacity: 0;
}

.team-item:hover .team-img .team-social {
    transition-delay: .3s;
    opacity: 1;
}

.team-item .team-social .btn {
    display: inline-flex;
    margin: 0 3px;
    color: var(--primary);
    background: var(--dark);
}

.team-item .team-social .btn:hover {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Testimonial ***/
.testimonial-carousel {
    max-width: 700px;
    margin: 0 auto;
}

.testimonial-carousel .owl-dots {
    margin-top: 35px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dots .owl-dot {
    width: 60px;
    height: 60px;
    margin: 0 5px;
    padding: 10px;
    background: var(--secondary);
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .owl-dots .owl-dot img {
    opacity: .1;
    transition: .5s;
}

.testimonial-carousel .owl-dots .owl-dot.active img {
    opacity: 1;
}


/*** Footer ***/


.footer span {
  
    font-size: 14px;
  
}


.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--primary);
    font-size: 14px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 1.5rem;
    font-size: 15px;
    background: var(--dark);
}

.footer .copyright a {
    color: var(--primary);
}

.footer .copyright a:hover {
    color: var(--primary);
}


.hero-banner{

 font-family: "Philosopher" ,sans-serif;
 /* font-weight: 700; */
 /* text-transform: uppercase; */
 word-wrap: break-word;
 background-image: url(../img/hero-image.webp);
 background-color: #590A2F;
 background-position: top center;
background-repeat: no-repeat;
background-size: cover;
}
.form{
    padding: 44px;
color: rgba(255, 255, 255, 0.8);
border-radius: 20px;
border: 0.4px solid rgba(255, 255, 255, 0.2);
background: linear-gradient(131deg, rgba(255, 255, 255, 0.09) 28.69%, rgba(0, 0, 0, 0.17) 100%);
backdrop-filter: blur(12.5px);
}
.form a{
color: #FAE8C0 !important;
text-decoration: none;
}

.product-img img{
    border-radius: 15px;   

}
.product-single h6{
    text-align: center;
    padding-top: 20px;
    text-transform: capitalize;
    color: white;
}

#products h5{
padding-top: 30px;
}


