@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Crafty+Girls&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Josefin Sans' !important;
}

h1 {
    font-size: 90px !important;
}

h2 {
    font-size: 55px !important;
}

.al-fanoos-subtext {
    font-size: 48px !important;
}

p {
    font-size: 24px !important;
}

a {
    font-size: 24px !important;
}

.navbar-brand {
    font-size: 90px !important;
    color: #198754 !important;
    line-height: 100%;
    font-family: 'Crafty Girls' !important;
}

.nav-link {
    color: #198754 !important;
}

ul.navbar-nav.me-auto.mb-2.mb-lg-0 {
    margin-left: 20px !important;
}

nav.navbar.navbar-expand-lg.navbar-light.fixed {
    border-bottom: 4px solid #198754;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #ffffff;
    color: white;
    /* padding: 15px; */
    /* text-align: center; */
    z-index: 1000;
    box-shadow: 0 13px 35px -12px rgba(35, 35, 35, 0.1);
    /* transition: all .5s ease-out; */
}

nav.navbar.navbar-expand-lg.navbar-light {
    border-bottom: 4px solid #198754;

}

.alfanoos-scrolling-images-bar {
    width: 100%;
    height: 260px;
}

.carousel-inner {
    height: 260px !important;
    border-radius: 30px;
    box-shadow: 0px 0px 9px 1px;
}

img.d-block.w-100 {
    height: 260px !important;
}

.alfanoos-details-div {
    padding: 20px 20px;
}

.alfanoos-scrolling-images-bar {
    padding: 20px 20px;
}

h2.text-start {
    /* padding: 10px; */
    padding-left: 15px;
    margin-top: 20px;
}

img.card-img-top {
    border-radius: 16px !important;
    /* padding: 10px 5px; */
    height: 11rem;
}

img.card-img-top.cust-our-story {
    width: 325px;
    height: 361px !important;
    margin: auto;
}
.div-des
{
   display: none;
  position: absolute;
  
  left: 0;
  background: rgba(0,0,0,0.7);
  color: white;
  padding: 10px;
  width: 100%;
  height: 11rem;
  box-sizing: border-box;
  border-radius: 16px;
}

.card:hover .div-des {
  display: block;
}
.cust-button {
    padding: 10px 20px;
    border: 1px solid;
    font-size: 25px;
    border-radius: 8px;
    line-height: 100%;
}

.card {
    height: 11rem;
    border-radius: 30px !important;
    position: relative !important;
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #00000048;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
    border-radius: 16px;
}

.card:hover .overlay {
    bottom: 0;
    height: 100%;
}

.text {
    color: white;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

li.nav-item:hover .nav-link {
    background-color: #198754;
    color: #fff !important;
    border-radius: 5px !important;
    /* transition: 0.9s; */
}

.navbar-brand {
    font-weight: bold;
    font-size: 1.5rem;
}

.trend-products img,
.our-products img {
    max-width: 100%;
    height: auto;
}

.contact-section {
    padding: 30px;
    background-color: #f8f9fa;
}

svg {
    height: 35px !important;
}

.cust-our-products-band {
    display: flex;
    align-items: center;
}

.cust-our-product-img {
    width: 471px !important;
    height: 267px !important;
    margin-top: 0%;
}

.cust-our-product-text {
    margin-top: 10% !important;
    padding-left: 0 !important;
}

.cust-product-h5 {
    font-size: 24px !important;
}

.cust-product-price {
    font-size: 20px !important;
}

.cust-card-text {
    font-size: 14px !important;
    line-height: 10px !important;
    color: #939393 !important;
}

@media screen and (max-width: 767px) {
    section#Home {
        margin-top: 0px;
        padding: 0px;
    }

    h1 {
        font-size: 60px !important;
    }

    .al-fanoos-subtext {
        font-size: 40px !important;
    }

    p {
        font-size: 20px !important;
    }

    a {
        font-size: 16px !important;
    }
}

/** Contact Section css **/

.contact-container {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    /* padding: 20px; */
    max-width: 900px;
    width: 100%;
    gap: 20px;
}

.map-info {
    width: 313px;
    height: 520px;
    /* flex: 1 1 300px; */
    position: relative;
}

.map-info iframe {
    width: 100%;
    height: 520px;
    border: none;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.info-box {
    position: absolute;
    top: 18%;
    left: -50%;
    background: #198754;
    color: white;
    padding: 15px;
    border-radius: 10px;
    font-size: 14px;
    max-width: 282px;
    max-height: auto;
    line-height: 150%;
    letter-spacing: 0;
}

.info-box p {
    margin-bottom: 10px;
}

.form-section {
    flex: 1 1 300px;
    padding: 20px;
    text-align: center;
}

.form-section h2 {
    color: #198754;
    margin-bottom: 15px;
    margin-top: 20px;
}

.form-section input,
.form-section textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.form-section button {
    background: #198754;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    margin-top: 15px;
}

.form-section button:hover {
    background: #005f35;
}

.bottom-bar {
    margin-top: 30px;
    background: #333;
    color: white;
    width: 100%;
    padding: 15px;
    /* display: flex; */
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 12px;
}

.bottom-bar span {
    margin-right: 10px;
}

.follow-btn {
    background-color: #007343;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
}

.follow-btn:hover {
    background-color: #005f35;
}

@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
        padding: 10px;
    }

    .info-box {
        position: static;
        margin-top: 10px;
        max-width: 100%;
    }

    .cust-our-products-band {
        display: block;
    }

    .cust-our-product-img {
        width: 380px !important;
    }

    .cust-our-product-text {
        margin-top: 0 !important;
    }

    h2.text-start {
        margin-top: 0 !important;
    }

    .map-info {
        width: 100%;
    }


    .map-info iframe {
        border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    }
    .form-section h2{
        font-size: 47px !important;
    }
    .form-section{
        margin-top: 95%;
    }
   footer.footer{
    width: fit-content;
   }
   .ftr-company-txt
   {
        font-size: 54px !important;
   }
}

.info-box-img {
    filter: brightness(0) invert(1);
}

.info-box-strong-text {
    font-size: 20px !important;
    line-height: 104%;
}

span.btn.btn-secondary.float-end {
    font-size: 24px !important;
}

.bottom-bar-text {
    font-size: 32px !important;
}

span.btn.btn-light.float-end.mt-3 {
    font-size: 24px !important;
}

.contact-container {
    margin: auto !important;
}


/** Product Page Css **/
.number{
        width: 156px;
    height: 102px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.floating-btn {
  position: fixed;
  right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 22px;
  z-index: 999;
  transition: all 0.3s ease;
}

.phone-btn {
  bottom: 90px;
  background-color: #198754;
}

.whatsapp-btn {
  bottom: 30px;
  background-color: #25D366;
}

.floating-btn:hover {
  transform: scale(1.1);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.ftr-company-txt{
    font-weight: 900;
    margin-left: 5px;
}
.logo-circal{
    width: 50px;
    height: 50px;
    background-color: #fff;
     border-radius: 16px;
}
.ftr-logo{
    display: flex;
   
}
.ftr-logo-img{
        width: 100%;
}
.ftr-desc{
    font-size: 15px !important;
    font-family: serif !important;
}
 .footer ul li {
        margin-bottom: 10px;
        cursor: pointer;
        font-size: 14px !important;
        display: flex
    }
    .footer ul li a {
        color: white;
        font-weight: 400;
        font-size: 15px !important;
        line-height: 43px;
        letter-spacing: 0%;
        vertical-align: middle;
        text-transform: capitalize;
        text-decoration: none !important;
        

    }
    .footer ul li i{
        margin-right: 5px;
    }
    .footer h5 {
    font-family: Cormorant Garamond;
    font-weight: 700 !important;
    font-size: 16px;
    line-height: 104%;
    
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-left: 30px;
    }
    .footer ul {
        list-style: none;
        /* padding-left: 0; */
        list-style: disc;
    }
