

@font-face {
    font-family: 'Graphie';
    src: url('../fonts/Graphie-SemiBold.eot');
    src: url('../fonts/Graphie-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphie-SemiBold.woff2') format('woff2'),
        url('../fonts/Graphie-SemiBold.woff') format('woff'),
        url('../fonts/Graphie-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphie';
    src: url('../fonts/Graphie-ExtraBold.eot');
    src: url('../fonts/Graphie-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphie-ExtraBold.woff2') format('woff2'),
        url('../fonts/Graphie-ExtraBold.woff') format('woff'),
        url('../fonts/Graphie-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphie';
    src: url('../fonts/Graphie-Regular.eot');
    src: url('../fonts/Graphie-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphie-Regular.woff2') format('woff2'),
        url('../fonts/Graphie-Regular.woff') format('woff'),
        url('../fonts/Graphie-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphie';
    src: url('../fonts/Graphie-Light.eot');
    src: url('../fonts/Graphie-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphie-Light.woff2') format('woff2'),
        url('../fonts/Graphie-Light.woff') format('woff'),
        url('../fonts/Graphie-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphie';
    src: url('../fonts/Graphie-Bold.eot');
    src: url('../fonts/Graphie-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Graphie-Bold.woff2') format('woff2'),
        url('../fonts/Graphie-Bold.woff') format('woff'),
        url('../fonts/Graphie-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


:root {
    --primary: #FFDD45;
    --secondary: #E90012 ;
  }
  html,body{
    overflow-x: hidden;
  }
body{
    background: #fff;
    font-family: 'Graphie';

}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
.text-primary{
    color: var(--primary) !important;
}
.text-secondary,.fill-secondary{
    color: var(--secondary) !important;
}
.text-black{
    color: #000;
}
.bg-light-yellow{
    background: #FFF0AD;
}
.max-w-500{
    max-width: 500px;
}
.rounded-30{
    border-radius: 30px;
}
.rounded-20{
    border-radius: 20px;
}

.btn-primary{
    background: var(--primary) !important;
    border-color: var(--primary) !important;
    min-width: 160px;
    color: #000 !important;
}
.btn-secondary{
    background: var(--secondary) !important;
    border-color: var(--secondary) !important;
    min-width: 160px;
}
header{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 9;
}
header .navbar-brand img{
    max-height: 80px;
}
header .nav-item{
    padding-left: 8px;
    padding-right: 8px;
}
.language-btn{
    display: inline-block;
    padding: 8px 20px;
    color: #000;
    background: var(--primary);

}
header .navbar-light .navbar-nav .nav-link{
    color: #000;
    font-size: 17px;
}
.banner-one .product-img{
    max-height: 500px;
}
.banner-one .title-text{
    max-height: 270px;
}
.banner-one .chilly{
    max-height: 200px;
    position: absolute;
    left: 120px;
    bottom: -110px;

    /* margin: 0px auto; */
    /* margin-top: -20px; */
}
.banner .row{
    min-height: 85vh;
}
.top-padding{
    padding-top: 95px;
}
.bottom-padding{
    padding-bottom: 60px;
}
.section-two .row{
    min-height: 90vh;
}
.section-two .product-img{
    max-height: 500px;
    position: relative;
    z-index: 2;
}
.section-two .nuts{
    position: absolute;
    right: 60px;
    top: 10px;
    max-height: 180px;
}
.banner-title{
    font-family: 'Graphie';
    font-weight: 800;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 65px;
}
.banner-sub-title{
    font-size: 28px;
    font-family: 'Graphie';
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
.banner-para{
    font-size: 22px;

}
.section-three .row{
    min-height: 100vh;
}
.section-three .product-img{
    max-height: 500px;
    position: relative;
    z-index: 2;
}
.heading{
    font-family: 'Graphie';
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}
.sub-heading{
    font-size: 18px;
}
.product-list{
    text-align: center;
}
.product-list h4{
    font-size: 22px;
    color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
    /* font-weight: 600; */
}
.product-list p{
    font-size: 14px;
    color: #000;
    font-weight: 300;
}
.home-our-story{
    /*background-color: rgba(0, 0, 0, 0.527);*/
    padding:50px 30px;
    border-radius: 30px;
    background: rgb(77,62,0); 
background: linear-gradient(318deg, rgba(77,62,0,1) 0%, rgba(34,29,6,1) 97%);
}
.home-our-story p{
    opacity: 0.8;
    font-weight: 300;
    font-size: 18px; 
}
.box{
    /*background-color: rgba(0, 0, 0, 0.527);*/
    padding:30px;
    border-radius: 30px; 
      background: rgb(77,62,0); 
background: linear-gradient(318deg, rgba(77,62,0,1) 0%, rgba(34,29,6,1) 97%);
}
.box img{
    max-height: 60px;
}
.box h4{
  font-size: 24px;
  text-transform: uppercase;
  margin-top: 20px;
  /* font-weight: bold; */
}
.box p{
    opacity: 0.8;
    font-size: 18px;
    font-weight: 300;
}
.white-box{
    background: #fff;
   
    border-radius: 30px;

}
.white-box img{
    border-radius: 0px 30px 30px 0px;
}
.white-box p{
    font-size: 20px;
    opacity: 0.8;
}
.join{
    background: url(../images/join.jpg) center ;
    background-size: cover;
    /* background-attachment: fixed; */
}
.community-box{
    border: 1px solid rgba(255, 255, 255, 0.297);
    background: rgba(0, 0, 0, 0.101);
    padding: 60px 20px;
    margin: 50px 0px;
}
.community-box p{
    max-width: 700px;
    margin: auto;
    font-size: 20px;
  
}
footer{
    background: var(--primary);
    padding-top: 60px;

}
.footer-logo{
    max-height: 90px;
    margin-top: -130px;
}
footer h4{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}
footer p{
    color: #000;

}
.social-media{
    padding: 0px;
    margin: 0px;
}
.social-media li{
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    
}
.social-media li a{
    width: 40px;
    height: 40px;
    background: #000;
    color: var(--primary);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
}
.footer-bottom{
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.257);
    margin-top: 30px;
}
.footer-bottom p{
    font-size: 14px;
    margin-bottom: 0px;

}
.contact-page h6 {
    color: var(--secondary);
    
    font-family: 'Philosopher', sans-serif;
    font-weight: 500;
    font-size: 18px;
  }
  .contact-page h4 {
    font-family: 'Philosopher', sans-serif ;
    font-weight: 500;
}
  .contact-page h3 {
    font-size: 18px;
  }
  .contact-page p {
    color: #000;
  }
  .course-page p {
    font-size: 19px;
  }
  .page-header{
    border-bottom: 2px solid var(--primary);
  }
  .page-header .row{ 
    min-height: 50vh;
  }
  /*.page-header::before{*/
  /*  content: "";*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  top: 0;*/
  /*  width: 100%;*/
  /*  height: 100%;*/
  /*  background: #000;*/
  /*  opacity: 0.6;*/
  /*}*/
  .line{
    width: 150px;
    height: 3px;
    display: inline-block;
    background: var(--primary);
  
  }
  
  .product-details .main-btn{
    padding: 15px 40px;
    font-size: 18px;
  }
  .product-details h3{

    font-weight: bold;
    /* font-size: 26px */
  }
  .product-details .carousel-indicators {
    position: relative;
  }
  .product-details .carousel-indicators img{
    width: 30% !important;
    height: 100% !important;
    border-radius: 15px;
      background: none;
      padding: 10px;
  }
  .product-details .carousel-item{
    height: auto;
  }
  .border-secondary{
    border-color: var(--secondary) !important;
}
.arabic .navbar-nav{
    margin: auto;
}
.arabic .section-two {
    direction: ltr;
}
.arabic .section-three {
    direction: ltr;
}
.arabic .white-box img{
    border-radius: 30px 0px 0px 30px;
}
.arabic .product-details{
    text-align: right;
}

.whatsapp_fixed {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 60px;
    height: 60px;
    display: inline-block;
    line-height: 54px;
    background: #2ab03f;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    z-index: 99;
    transition: 0.5s ease-in-out;
	font-size: 30px
}
.whatsapp-btn{
    display: inline-block;
    padding: 8px 20px;
  background: #2ab03f;
    color: #fff;
}
@media (max-width: 768px) {
    .banner{
        padding:40px 30px;
    }
    .banner-one .chilly{
        position: relative;
    }
    .banner-one .chilly{
        left: 0;
        bottom: 0;
        margin-top: -40px;
    }
    .banner-one .product-img{
        margin-bottom: 20px;
    }
    .section{
       padding-top: 30px;
       padding-bottom: 30px;
    }
    .section-two .nuts{
        right: 0;
        top: 80px;
        max-height: 110px;
    }
    .navbar-light .navbar-toggler{
        float: right;
    margin-top: 22px;
    margin-right: 10px;
  background: var(--primary);
    }
    .arabic .navbar-light .navbar-toggler{
        float: left;
    }
    .banner-title{
        font-size: 50px;
    text-transform: uppercase;
    line-height: 50px;
    }
    .heading{
        font-size: 35px;
    }
}
