

:root {

  
    /**
     * colors
     */
  
     --spanish-gray: hsl(0, 0%, 60%);
     --sonic-silver: hsl(0, 0%, 19%);
     --eerie-black: hsl(0, 0%, 13%);
     --salmon-pink: hsl(353, 100%, 78%);
     --sandy-brown: hsl(29, 90%, 65%);
     --bittersweet: hsl(0, 100%, 70%);
     --ocean-green: hsl(152, 51%, 52%);
     --davys-gray: hsl(0, 0%, 33%);
     --cultured: hsl(0, 0%, 93%);
     --white: hsl(0, 100%, 100%);
     --onyx: hsl(0, 0%, 27%);
   
    /**
     * typography
     */
  
     --fs-1: 1.563rem;
     --fs-2: 1.375rem;
     --fs-3: 1.25rem;
     --fs-4: 1.125rem;
     --fs-5: 1rem;
     --fs-6: 0.938rem;
     --fs-7: 0.875rem;
     --fs-8: 0.813rem;
     --fs-9: 0.75rem;
     --fs-10: 0.688rem;
     --fs-11: 0.625rem;
   
     --weight-300: 300;
     --weight-400: 400;
     --weight-500: 500;
     --weight-600: 600;
     --weight-700: 700;
   
     /**
      * border-radius
      */
   
     --border-radius-md: 10px;
     --border-radius-sm: 5px;
   
     /**
      * transition 
      */
   
     --transition-timing: 0.2s ease;
   
   }
  
   
  @import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");

  
  .layout_padding {
    padding: 90px 0;
  }
  
  .layout_padding2 {
    padding: 75px 0;
  }
  
  .layout_padding2-top {
    padding-top: 75px;
  }
  
  .layout_padding2-bottom {
    padding-bottom: 75px;
  }
  
  .layout_padding-top {
    padding-top: 90px;
  }
  
  .layout_padding-bottom {
    padding-bottom: 90px;
  }
  
  h1,
  h2 {
    font-family: "Poppins", sans-serif;
  }
  
  .heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  
  .heading_container h2 {
    position: relative;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  .heading_container h2 span {
    color: #D10024;
  }
  
  .heading_container p {
    margin-top: 10px;
    margin-bottom: 0;
  }
  
  .heading_container.heading_center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  
  a,
  a:hover,
  a:focus {
    text-decoration: none;
  }
  
  a:hover,
  a:focus {
    color: initial;
  }
  
  .btn,
  .btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
            box-shadow: none;
  }@media (max-width: 992px) {
    .hero_area {
      min-height: auto;
    }
  
    .custom_nav-container .navbar-nav {
      padding-top: 15px;
      padding-left: 0;
      align-items: center;
    }
  
    .nav-btn-cart {
      justify-content: center;
      margin-top: 15px;
    }
  
    .custom_nav-container .navbar-nav .nav-item .nav-link {
      padding: 5px 25px;
      margin: 5px 0;
    }
  
    .slider_section .carousel-indicators {
      margin-top: 45px;
    }
  
  }
  
  /**
   * responsive larger than 768px screen
   */
  
  @media (min-width: 768px) {
  
    /**
     * #CUSTOM PROPERTY
     */
  
    :root {
  
      /**
       * typography 
       */
  
      --fs-1: 2.375rem;
  
    }
  
  
  
    /**
     * #BASE 
     */
  
    html {
      font-size: 17px;
    }
  
  
  
    /**
     * #REUSED STYLE 
     */
  
    .container {
      max-width: 750px;
      margin: auto;
    }
  
  }
  
  @media (min-width: 480px) {
  
    /**
     * #CUSTOM PROPERTY
     */
  
    :root {
  
      /**
       * typography 
       */
  
      --fs-1: 1.875rem;
  
    }
  
    /**
     * #PRODUCT 
     */
  
    .product-grid {
      grid-template-columns: 1fr 1fr;
      gap: 30px;
    }
  
  
  }
  
  @media (max-width: 430px) {
    .dropdown-btn {
      margin-right: 0px;
    }
  
    .dropdown-menu-wrapper {
      right: 3%;
    }
  
    .slider_section {
      margin-top: 100px;
    }
  
  }
  
  @media (max-width: 376px) {
    .dropdown-menu-wrapper {
      right: 3%;
    }
  
    .slider_section .detail-box h1 {
      font-size: 3rem;
    }
  }
  
  /**
   * responsive larger than 1024px screen
   */
  
  @media (min-width: 1024px) {
  
    /**
     * #CUSTOM PROPERTY
     */
  
    :root {
  
      /**
       * typography 
       */
  
      --fs-1: 2.625rem;
      --fs-2: 1.125rem;
  
    }
  
  
  
    /**
     * #REUSED STYLE 
     */
  
    .container {
      max-width: 980px;
    }
  
  
  
    /**
     * #NOTIFICATION TOAST 
     */
  
    .notification-toast {
      bottom: 30px;
    }
  
    /**
     * #PRODUCT 
     */
  
    .product-container .container {
      position: relative;
      display: flex;
      align-items: flex-start;
      gap: 30px;
      margin-bottom: 30px;
    }
  
    .product-box {
      min-width: calc(75% - 15px);
    }
  
    .product-grid {
      grid-template-columns: repeat(3, 1fr);
    }
  
  }
  
  
  
  
  
  
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
  
    .product-grid {
      grid-template-columns: repeat(4, 1fr);
    }
  
  }
  
  @media (min-width: 576px) and (max-width: 991px) {
    .rent_solution_container .col-md-4.col-sm-6 {
      float: left;
      width: 50%;
    }
  
  }
  
  /**
   * responsive larger than 1400px screen
   */
  
  @media (min-width: 1400px) {
  
    /**
     * #BASE 
     */
  
    html {
      font-size: 18px;
    }
  
  
  
    /**
     * #REUSED STYLE 
     */
  
    .container {
      max-width: 1350px;
    }
  
  }
  
  @media (max-width: 479px) {
    .product-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  
  
    .logo {
      width: 200px;
    }
  }