
/**
 * Created by Susan Dangol
*/

/*---------- Global Css Starts --------------------*/
/*-------------------------------------- Fonts Starts -------------------------------------*/

  @font-face {
  font-family: 'Gilroy-Bold';
  src: url('../fonts/Gilroy-Bold.woff2') format('woff2'),
  url('../../fonts/Gilroy-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url('../fonts/Gilroy-Medium.woff2') format('woff2'),
  url('../../fonts/Gilroy-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/*--------------------------------------- Fonts Ends --------------------------------------*/


/*------------------------------------- Colors Starts -------------------------------------*/
:root{
  /*color*/
  --white-color:#fff;
  --black-color:#000;
  --primary-color:#ED2527;
  --secondary-color:#FFC908;
  --light-green-color:rgba(76, 175, 80, 0.1);
  --light-yellow-color:rgba(255, 201, 8, 0.05);
  --brown-color:#763317;
  --green-color:#257D3E;
  --font-color:#111;
  --grey-border:#BABABA;

/*fonts*/
  --Gilroy-bold:'Gilroy-Bold';
  --Gilroy-medium:'Gilroy-Medium';
}
/*-------------------------------------- Colors Ends --------------------------------------*/
html {
  height: 100%;
  scroll-behavior: smooth; }

body {
  height: 100%;
  font-family: 'Gilroy-Medium';
  font-size: 20px;
  font-weight: 400;
  color: var(--black-color);
  line-height: inherit;
  display: block;
  padding: 0px;
  margin: 0px;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a:link, a:visited {
  text-decoration: none; }
a:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  font-family: 'Gilroy-Bold'; }

p {
  margin-bottom: 18px; }
  p:last-of-type {
    margin-bottom: 0; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none; }

a {
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

.slick-slider .slick-slide {
  outline: none; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 45px; }

.btn-primary {
  display: inline-block;
  width: auto !important;
  outline: none;
  padding: 15px 38px;
  background-color: var(--primary-color);
  border: 1px solid var(--primary-color);
  border-radius: 100px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--white-color);
  transition: .6s ease; }
  .btn-primary:hover {
    background: var(--secondary-color);
    transition: .6s ease;
    border-color: var(--secondary-color); 
      color:var(--primary-color);
  }
  
  .btn-primary:hover svg{
      color:var(--primary-color);
  }

.section-title {
  padding-bottom: 35px;
  color: var(--font-color); }

.py-100 {
  padding: 100px 0; }

/*# sourceMappingURL=global.css.map */



/*--------------------------------- Header Wrapper Starts ---------------------------------*/
#header-wrapper {
  position: relative;
  transition: all 0.6s ease; }
  #header-wrapper.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 999;
    transition: .6s ease; }
    #header-wrapper.sticky .container {
      padding: 15px 0;
      transition: .4s ease; }
      #header-wrapper.sticky .container .site-logo {
        height: 100px;
        width: 100px; }
  #header-wrapper .container {
    position: relative;
    padding: 28px; }
  #header-wrapper .site-logo {
    position: absolute;
    height: 140px;
    width: 140px;
    top: 30px;
    left: 0;
    z-index:9;}
    #header-wrapper .site-logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  #header-wrapper ul li:not(:last-of-type) a {
    color: var(--black-color);
    font-size: 17px;
    padding: 0 25px; }
     #header-wrapper ul li a{
         display:inline-flex;
         align-items:center;
     }
    
  #header-wrapper ul li:nth-child(3) a {
    padding-right: 50px; }
        #header-wrapper ul li span{
            width:35px;
          height:35px;
          background:var(--secondary-color);
           border-radius:50%;
          padding:5px;
          overflow:hidden;
          /*margin-left:10px;*/
          margin-right:8px;
          display:inline-flex;
          align-items:center;
          justify-content:center;
        }
      #header-wrapper ul li span img{   
          height:20px;
          width:20px;
          object-fit:contain;
          object-position:center;
          
          filter: brightness(0) saturate(100%) invert(21%) sepia(100%) saturate(7476%) hue-rotate(0deg) brightness(102%) contrast(104%);
         
      }
      
       /*#header-wrapper ul li:nth-last-child(2){*/
       /*    background: var(--green-color);*/
           /*height:52px;*/
       /*    width:auto;*/
       /*    display:flex;*/
       /*    align-items:center;*/
       /*    justify-content:center;*/
       /*    border-radius:100px;*/
       /*    margin-right:20px;*/
       /*     transition:.4s ease;*/
           
       /*}*/
       /*#header-wrapper ul li:nth-last-child(2):hover{*/
       /*    background:var(--primary-color);*/
       /*     transition:.4s ease;*/
       /*}*/
        #header-wrapper ul li:nth-last-child(2) a{
          padding:0;
          color:var(--primary-color);
        }
        #header-wrapper ul li:nth-last-child(2) .call-info{
            text-align:left;
            padding-right:50px;
        }
       
          #header-wrapper ul li:nth-last-child(2) svg{
              color:fff;
              margin-right:8px;
              font-size:28px;
          }
       
        #header-wrapper ul li:nth-last-child(1) svg{
            margin-right:8px;
        }

/*--------------------------------- Header Wrapper Ends ---------------------------------*/
/*-------------------------------- Content Wrapper Starts ---------------------------------*/
#home-page .banner-section {
  position: relative;
  z-index: 0; }
  #home-page .banner-section video{
      width: 100%;
      height: 85vh!important; 
      object-fit: cover;
      display: block;
  }
  #home-page .banner-section .banner-text {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translateY(-50%);
    z-index: 3;
    color: #fff; }
    
     #home-page .banner-section img{
         height:100%;
         width:100%;
         object-fit:cover;
         object-position:center;
     }
 /* #home-page .banner-section:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1; }*/
      #home-page .banner-section .down-arrow{
          position:absolute;
          bottom:30px;
          left:50%;
          transform:translateX(-50%);
      }
        #home-page .banner-section .down-arrow a{
            display:inline-block;
            height:100%;
            width:100%;
        }
#home-page .products-section .product-item .row {
  align-items: center; }
#home-page .products-section .product-item .img-container img {
  width: 100%;
  height: auto; }
#home-page .products-section .product-item .details {
  padding-left: 120px; }
  #home-page .products-section .product-item .details .item-list .item:not(:last-of-type) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 2px dashed var(--grey-border); }
  #home-page .products-section .product-item .details .item-list .item .price {
    padding: 7px 19px;
    background-color: var(--secondary-color);
    border-radius: 6px;
    text-align: center;
    font-family: var(--Gilroy-bold); }
    #home-page .products-section .product-item .img-container{
        border-radius:16px;
        overflow:hidden;
    }
    #home-page .products-section .product-item .img-container img{
      width:100%;
      height:100%;
      object_fit:cover;
      object-position:center;
    }
#home-page .products-section .product-item:nth-child(1) {
  background: var(--light-yellow-color); }
#home-page .products-section .product-item:nth-child(2) .row {
  flex-direction: row-reverse; }
#home-page .products-section .product-item:nth-child(2) .details {
  padding-left: 10px;
  padding-right: 130px; }
#home-page .products-section .product-item:nth-child(3) {
  background: var(--light-green-color); }
#home-page .video-section .video-item {
  margin: 0 10px;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  } 
#home-page .message-section {
  background-position: center right; }
  
    /*#home-page .message-section .action a {*/
    /*  display: inline-flex;*/
    /*   background: transparent;*/
    /*border-radius: 100px;*/
    /*  align-items:center;*/
    /*  color:#000;*/
    /*  padding: 12px 26px;*/
    /*     transition:.4s ease;*/
        
    /*}*/
    /*#home-page .message-section .action a:hover{*/
        /*background:var(--primary-color);*/
    /*    transition:.4s ease;*/
    /*    text-shadow:0px 2px rgba(0,0,0,.35);*/
    /*} */
    #home-page .message-section .action i, #home-page .message-section .action svg {
      color: #fff;
      height: 30px;
      width: 30px; 
        margin-right:12px;
    }
    
    .call-box {
  display: flex;
  align-items: center;
    gap: 12px;
  font-family: sans-serif;
}

.icon-box {
  width: 40px;
  height: 40px;
 border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center; 
}

.icon-box img {
  width: 30px;
  height: 30px;
}

.call-info .label {
  display: block;
  font-size: 14px;
  color: #000;
  text-align:left;
}

.call-info .phone {
  color: #E60000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.img-hover{
    overflow:hidden;
}
.img-hover img{
    transition:.4s ease;
}
.img-hover:hover img{
    transform:scale(1.2);
    transition:.4s ease;
}

/*--------------------------------- Content Wrapper Ends ----------------------------------*/
/*--------------------------------- Footer Wrapper Starts ---------------------------------*/
#footer-wrapper .top-footer {
  padding: 40px 0; }
  #footer-wrapper .top-footer .logo {
    height: 120px;
    width: 120px; }
    #footer-wrapper .top-footer .logo img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  #footer-wrapper .top-footer .social ul li {
    height: 45px;
    width: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--primary-color);
    transition: .4s ease; }
    #footer-wrapper .top-footer .social ul li i, #footer-wrapper .top-footer .social ul li svg {
      color: var(--white-color); }
    #footer-wrapper .top-footer .social ul li:hover {
      background: var(--secondary-color);
      transition: .4s ease; }
#footer-wrapper .bottom-footer {
  background: var(--brown-color);
  padding: 25px 0; }
  #footer-wrapper .bottom-footer p {
    color: var(--white-color);
    font-size: 14px; }
    #footer-wrapper .bottom-footer p a {
      color: var(--white-color);
      text-decoration: underline; }

/*---------------------------------- Footer Wrapper Ends ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
/*---------------------------------- Slick Slider Starts ----------------------------------*/
.slick-slider .slick-prev, .slick-slider .slick-next {
  width: 40px;
  /*background: black;*/
  height: 40px;
  border-radius: 50%; }
  .slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    font-size: 40px;
    color:var(--primary-color);
    }
.slick-slider .slick-prev {
  left: -4px;
  z-index: 9; }
.slick-slider .slick-next {
  right: -4px; }
  


/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*----------------------------------- Slick Slider Ends -----------------------------------*/
/*------------------------------------- Mcustom Starts ------------------------------------*/
.down-arrow {
  overflow: hidden;
 height:60px;
 width:60px;
 border-radius:50%;
 background:rgba(255,255,255, .75);
 padding:1px 5px 5px;
 z-index:9;
}

.down-arrow svg {
  animation: slideToggle 2s ease-in-out infinite;
  transform-origin: top;
  color:var(--primary-color);
}

@keyframes slideToggle {
   0% {
    transform: translateY(0%);
    opacity:0;
  }
  100% {
    transform: translateY(100%);
    opacity:1;
  }
}
/*-------------------------------------- Mcustom Ends -------------------------------------*/

/*# sourceMappingURL=thestyles.css.map */




@media all and (max-width: 1199px) {
  h1 {
    font-size: 58px; }

  h2 {
    font-size: 38px; }

  .py-100 {
    padding: 60px 0; }
 .btn-primary{
     padding:12px 28px;
 }
  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  #header-wrapper .container {
    padding: 20px 0; }
  #header-wrapper .site-logo {
    height: 120px;
    width: 120px; }
  #header-wrapper ul li:not(:last-of-type) a {
    padding: 0 10px; }
  #header-wrapper ul li:not(:last-of-type) a{
    padding-right: 20px; }
    
    #header-wrapper ul li:nth-last-child(2) a{
       padding:0;
    }

  /*--------------------------------- Header Wrapper Starts ---------------------------------*/
  /*-------------------------------- Content Wrapper Starts ---------------------------------*/
  #home-page .products-section .product-item .details {
    padding-left: 80px; }
  #home-page .products-section .product-item:nth-child(2) .details {
    padding-left: 10px;
    padding-right: 80px; }
  #home-page .video-section .video-item {
    margin: 0 10px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
     }
  #home-page .message-section {
    background-position: center right; }

  /*--------------------------------- Content Wrapper Ends ----------------------------------*/
  /*--------------------------------- Footer Wrapper Starts ---------------------------------*/
  #footer-wrapper .top-footer .logo {
    height: 100px;
    width: 100px; }

  /*---------------------------------- Footer Wrapper Ends ----------------------------------*/ }
@media all and (max-width: 991px) {
  .py-100 {
    padding: 50px 0; }

  h1 {
    font-size: 48px; }

  h2 {
    font-size: 32px; }

  .section-title {
    padding-bottom: 16px; }

  .btn-primary {
    padding: 12px 30px; }
    
    #header-wrapper .burger {
    width: 30px;
    margin-left: auto;
    margin-right: 20px; }
    #header-wrapper .burger span {
      background: #000;
      width: 25px;
      height: 3px;
      display: block; }
      #header-wrapper .burger span:not(:last-of-type) {
        margin-bottom: 5px; }
  #header-wrapper .navigation-container {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    visibility: hidden;
    opacity: 0;
    top: 58px;
    background: #fff;
    z-index: 5;
    transition: .4s ease;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25); }
    #header-wrapper .navigation-container ul {
      padding: 40px 0;
      gap: 30px; 
        flex-direction:column!important;
    }
    #header-wrapper ul li:nth-last-child(2){
        margin-right:0;
    }
  #header-wrapper .nav-open {
    visibility: visible;
    opacity: 1;
    height: auto;
    transition: .4s ease; }

  .container {
    padding-right: 20px;
    padding-left: 20px; }
    
    
    #home-page .banner-section video {
    height: 75vh !important
    }

  #home-page .products-section .product-item .details {
    padding-left: 60px; }
    #home-page .products-section .product-item .details .item-list .item:not(:last-of-type) {
      padding-bottom: 15px;
      margin-bottom: 15px; }
  #home-page .products-section .product-item:nth-child(2) .details {
    padding-left: 10px;
    padding-right: 60px; }
  #home-page .message-section {
    background-position: center right 21%; } }
@media all and (max-width: 767px) {
  .py-100 {
    padding: 30px 0; }

  body {
    font-size: 16px; }

  h1 {
    font-size: 36px; }

  h2 {
    font-size: 30px; }

  .btn-primary {
    padding: 10px 18px; }

  .section-title {
    padding-bottom: 20px; }

  #header-wrapper.sticky .container {
    padding: 20px 0; }
  #header-wrapper .site-logo {
    height: 80px;
    width: 80px;
    z-index: 9;
    left: 20px;
    top: 10px; }
    #home-page .banner-section .down-arrow{
        display:none;
    }
        #home-page .banner-section video {
        height: 50vh!important;
    }
  #header-wrapper ul li:not(:last-of-type) a {
    padding: 0 10px; }

  #header-wrapper ul li:nth-last-child(2) a {
    padding: 10px 16px; }
    
    #home-page .products-section .product-item .img-container{
        padding:0 20px;
    }
    
    
  /*#header-wrapper .burger {*/
  /*  width: 30px;*/
  /*  margin-left: auto;*/
  /*  margin-right: 20px; }*/
  /*  #header-wrapper .burger span {*/
  /*    background: #000;*/
  /*    width: 25px;*/
  /*    height: 3px;*/
  /*    display: block; }*/
  /*    #header-wrapper .burger span:not(:last-of-type) {*/
  /*      margin-bottom: 5px; }*/
  /*#header-wrapper .navigation-container {*/
  /*  position: absolute;*/
  /*  left: 0;*/
  /*  right: 0;*/
  /*  height: 0;*/
  /*  visibility: hidden;*/
  /*  opacity: 0;*/
  /*  top: 58px;*/
  /*  background: #fff;*/
  /*  z-index: 0;*/
  /*  transition: .4s ease;*/
  /*  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.25); }*/
  /*  #header-wrapper .navigation-container ul {*/
  /*    padding: 40px 0;*/
  /*    gap: 30px; }*/
  /*#header-wrapper .nav-open {*/
  /*  visibility: visible;*/
  /*  opacity: 1;*/
  /*  height: auto;*/
  /*  transition: .4s ease; }*/

  /*.container {*/
  /*  padding-right: 20px;*/
  /*  padding-left: 20px; }*/

  #home-page .banner-section:after {
    display: none; }
  #home-page .banner-section .banner-text {
    position: relative;
    left: 0;
    padding: 30px;
    transform: translateY(0);
    background: var(--light-yellow-color);
    color: #000; }
  #home-page .products-section .product-item .details {
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px; }
    #home-page .products-section .product-item .details .item-list .item:not(:last-of-type) {
      padding-bottom: 16px;
      margin-bottom: 16px; }
  #home-page .products-section .product-item:nth-child(2) .details {
    padding-left: 20px;
    padding-right: 20px; }
  #home-page .video-section .video-item {
    margin: 0 10px;
    border-radius: 6px;
    overflow: hidden;
    width: 100%; 
      
  }
  #home-page .message-section {
    background-position: center right;
    height:50vh;
    position:relative;
      margin-bottom:36vh;
  } 
    #home-page .message-section .col-md-6{
    position: absolute;
    top: 110%;
    text-align: center;
    left: 0;
    text-align:center;
    }
}

@media all and (max-width: 320px) {
     #home-page .message-section {
         margin-bottom:43vh;
     }
}

/*# sourceMappingURL=responsive.css.map */
