.option-btn-box button.btn-feature {
    color: rgb(236, 139, 27);
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.418);
    border: none;
    font-size: 18px;
    padding: 10px 35px;
    margin: 20px;
    cursor: pointer;
    transition: all 0.3s;
  }

  .option-btn-box button.btn-specification {
    background-color: rgb(236, 139, 27);
    color: white;
    border: none;
    font-size: 18px;
    padding: 13px 55px;
    cursor: pointer;
    margin: 20px;
    transition: all 0.3s;
  }

  .bottom-section{
    padding: 50px;
  }

  #specifications table,th,td {
    border: 1px solid rgba(0, 0, 0, 0.219);
    padding: 15px 20px;
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
  }

  #specifications table {
    border-collapse: collapse;
    width: 100%;
  }

  #specifications table .even{
    background-color: rgba(0, 0, 0, 0.034);
  }

  #features h6 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    margin: 5px 0px;
    color: rgba(0, 0, 0, 0.753);
    display: flex;
  }

  #features h6 i {
    color: rgb(236, 139, 27);
    margin-right: 15px;
    margin-top:10px;
  }

  #specifications{
    display: none;
  }

  .option-btn-box {
    display: flex;
  }

  .swiper {
    width: 65%;
    margin: 40px 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.274);
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function,initial);
    box-sizing: content-box;
    align-items: center;
  }

  .swiper-wrapper iframe{
    width: 100%;
    height: 500px;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .swiper {
    display: grid;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper h1{
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Source Sans Pro', sans-serif;
      font-family: 'Mulish', sans-serif;
  }


  .swiper-button-next:after,
  .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: rgb(236, 139, 27);
  }

  .swiper-button-prev:after,
  .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    color: rgb(236, 139, 27);
  }

  .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
    background-color: rgb(236, 139, 27);
  }

  .model-head h1 {
    display: block;
    width: 30%;
    margin: 100px auto 0px auto;
    font-size: 25px;
    padding: 20px 50px;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0px 0 12px 0 rgb(0 0 0 / 21%);
    font-family: 'Mulish', sans-serif;
  }


  @media (max-width:800px){
    .model-head h1{
      font-size: 17px;
      width:300px;
    }
  
    .swiper {
      width: 90%;
    }
    
    #features h6 {
      font-size: 15px;
      font-family: 'Poppins', sans-serif;
      margin: 3px 0px;
      display: inline-flex;
      align-items: baseline;
    }
    
    .explore-section{
      margin-top: 60px;
    }
  
    
    .option-btn-box button.btn-feature {
      font-size: 15px;
      padding: 13px 30px;
      margin-top: -10px;
      margin-right: 10px;
    }

    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after {
      content: 'next';
      color: rgb(236, 139, 27);
    }
  
    .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after {
      content: 'prev';
      color: rgb(236, 139, 27);
    }
  
  
    .option-btn-box button.btn-specification {
      font-size: 15px;
      padding: 13px 30px;
      margin-top: -10px;
      margin-right: 10px;
    }
  
    .bottom-section{
      padding: 10px;
    }
  
    .swiper-button-next:after,
    .swiper-rtl .swiper-button-prev:after,  .swiper-button-prev:after,
    .swiper-rtl .swiper-button-next:after{
      font-size: 35px;
    }
  
  } 