/*--------------------------------------------------------------
# Clients Section
--------------------------------------------------------------*/
.clients {
    padding: 40px 0;
  }
  
  .clients .swiper {
    padding: 10px 0;
  }
  
  .clients .swiper-slide img {
    transition: 0.3s;
  }
  
  .clients .swiper-slide img:hover {
    transform: scale(1.1);
  }
  
  .clients .swiper-pagination {
    margin-top: 20px;
    position: relative;
  }
  
  .clients .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    background-color: #ddd;
  }
  
  .clients .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--color-primary);
  }


  @import url("https://fonts.googleapis.com/css2?family=Spartan:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Spartan", sans-serif;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

/* Global Styles */

h1 {
  font-size: 50px;
  line-height: 64px;
  color: #222;
}

h2 {
  font-size: 46px;
  line-height: 54px;
  color: #222;
}

h4 {
  font-size: 20px;
  color: #222;
}

h6 {
  font-weight: 700;
  font-size: 12px;
}

p {
  font-size: 16px;
  color: #465b52;
  margin: 15px 0 20px 0;
}

.section-p1 {
  padding: 40px 60px;
}

.section-m1 {
  margin: 40px 0;
}

button.normal {
  font-size: 14px;
  font-weight: 600;
  padding: 15px 30px;
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  outline: none;
  transition: 0.2s;
}

button.white {
  font-size: 13px;
  font-weight: 600;
  padding: 11px 18px;
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  border: 1px solid #fff;
  outline: none;
  transition: 0.2s;
}

body {
  width: 100%;
}


/* Header */
#header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 80px;
  background: #fdedc0;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  z-index: 999;
  position: sticky;
  top: 0;
  left: 0;
}

#header-2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 60px;
  background: #474746;
  box-shadow: 0 5px 15px rgba(0,0,0,0.06);
  z-index: 999;
  top: 0;
  left: 0;
}

/* Navbar */
#navbar {
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

#navbar li {
  list-style: none;
  padding: 0 20px;
  position: relative;
}

#navbar-2 li {
  list-style: none;
  padding: 0 10px;
  position: relative;
}

#navbar-2 li ul.dropdown li {
  width: 100%;
  display: block;
}

#navbar-2 li ul.dropdown{
  width: 120%;
  background: #474746;
  position: absolute;
  z-index: 999;
  display: none;
  left: -20px;
}

#navbar-2 li:hover ul.dropdown {
  display: block;
}

#navbar-2 li:hover ul.dropdown li{
  padding-top: 20px;
  padding-bottom: 10px;
}
#navbar-2 li:hover ul.dropdown li a.cat-tag-links{
  line-height: 2;
  letter-spacing: 3px;
  word-spacing: 5px;
}

#navbar li a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: #1a1a1a;
  transition: 0.3s ease;
}

#header-2 a{
  text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: 0.3s ease;
}

#header-2 a:hover{
  color: #ff8800;
}

#navbar-2 li a{
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  color: #1a1a1a;
  transition: 0.3s ease;
  padding: 0 10px;
  color: #fff;
}

#navbar li a:hover,
#navbar li a.active{
  color: #ff8800;
}

#navbar-2 li a:hover,
#navbar-2 li a.active{
  color: #ff8800;
}

#navbar li a.active::after,
#navbar li a:hover::after{
  content: "";
  width: 55%;
  height: 1.5px;
  background: #ff8800;
  position: absolute;
  bottom: -4px;
  left: 20px;
}

#navbar-2 li a.active::after,
#navbar-2 li a:hover::after{
  content: "";
  width: 0%;
  height: 1.5px;
  background: #ff8800;
  position: absolute;
  bottom: -4px;
  left: 20px;
}


#mobile {
  display: none;
}

#close{
  display: none;
}

/* Hero Section */
#hero {
  height: 90vh;
  width: 100%;
  background-size: cover;
  background-position: top 25% right 0;
  padding: 0 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

#hero h4{
  padding-bottom: 15px;
  color: #fff;
}

#hero h1, h2{
  color: #ff8800;
}

#hero button{
  background-color: transparent;
  color: #ff8800;
  border: 0;
  padding: 14px 80px 14px 65px;
  background-repeat: no-repeat;
  cursor: pointer;
  font-weight: 900;
  font-size: 18px;
}

/* Features */
#feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#feature .fe-box{
  width: 180px;
  text-align: center;
  padding: 25px 15px;
  box-shadow: 20px 20px 34px rgba(0, 0, 0, 0.03);
  border: 1px solid #cce7d0;
  border-radius: 5px;
  margin: 15px 0;

}

#feature .fe-box:hover{
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.01);
}

#feature .fe-box img{
  width: 100%;
  margin-bottom: 10px;
}

#feature .fe-box h6{
  display: inline-block;
  padding: 9px 8px 6px 8px;
  line-height: 1;
  border-radius: 4px;
  color: #ff8800;
  background-color: #fddde4;
}

#feature .fe-box:nth-child(2) h6{
  background-color: #cdebbc;
}

#feature .fe-box:nth-child(3) h6{
  background-color: #d1e8f2;
}

#feature .fe-box:nth-child(4) h6{
  background-color: #cdd4f8;
}

#feature .fe-box:nth-child(5) h6{
  background-color: #f6dbf6;
}

#feature .fe-box:nth-child(6) h6{
  background-color: #bbfaef;
}

/* Product Card */
#product1 .pro-container{
  display: flex;
  justify-content: space-between;
  padding-top: 20px;
  flex-wrap: wrap;
}

#product1 {
  text-align: center;
}

#product1 .pro{
  width: 23%;
  min-width: 250px;
  padding: 10px 12px;
  border: 1px solid #cce7d0;
  border-radius: 25px;
  cursor: pointer;
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.02);
  margin: 15px 0;
  transition: 0.2s ease;
  position: relative;
}

#product1 .pro:hover{
  box-shadow: 20px 20px 30px rgba(0, 0, 0, 0.09);
}

#product1 .pro img{
  width: 100%;
  border-radius: 20px;
}

#product1 .pro .des{
  text-align: start;
  padding: 10px 0;
}

#product1 .pro .des span{
  color: #606063;
  font-size: 12px;
}

#product1 .pro .des h5{
  padding-top: 7px;
  color: #1a1a1a;
  font-size: 14px;
}

#product1 .pro .des i {
  font-size: 12px;
  color: rgb(243, 181, 25);
}

#product1 .pro .des h4 {
  padding-top: 7px;
  font-size: 15px;
  font-weight: 700;
  color: #864800;
}

#product1 .pro .cart{
  width: 100px;
  height: 30px;
  line-height: 27px;
  border-radius: 50px;
  background-color: #f7eebb;
  font-weight: 500;
  color: #a55b06;
  border: 1px solid #1f2920;
  position: absolute;
  bottom: 20px;
  right: 10px;
}

/* Call To Action Section */
#banner{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 40vh;
  background-size: cover;
  background-position: center;
}

#banner h4{
  color: #fff;
  font-size: 16px;
}

#banner h2{
  color: #fff;
  font-size: 30px;
  padding: 10px 0;
}

#banner h2 span{
  color: #ff8800;
  font-size: 35px;
}

#banner button:hover{
  background: #ff8800;
  color: #fff;
}

#sm-banner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#sm-banner .banner-box{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 580px;
  height: 50vh;
  background-size: cover;
  background-position: center;
  padding: 30px;
}

#sm-banner h4{
  color: #fff;
  font-size: 20px;
  font-weight: 300;
}

#sm-banner h2{
  color: #fff;
  font-size: 28px;
  font-weight: 800;
}

#sm-banner span{
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 15px;
}

#sm-banner .banner-box:hover button{
  background: #088178;
  border: 1px solid #088178;
}

#banner3{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 80px;
}

#banner3 .banner-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 30%;
  height: 25vh;
  background-size: cover;
  background-position: center;
  padding: 10px;
  margin-bottom: 20px;
}

#banner3 h2{
  color: #fff;
  font-weight: 900;
  font-size: 22px;
}

#banner3 h3{
  color: #ec554e;
  font-weight: 800;
  font-size: 15px;
}

/* Newsletter Section */
#newsletter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background-repeat: no-repeat;
  background-position: 20% 30%;
  background-color: #041e42;
}

#newsletter h4{
  font-size: 22px;
  font-weight: 700;
  color: #fff;
}

#newsletter p{
  font-size: 14px;
  font-weight: 600;
  color: #818ea0;
}

#newsletter p span{
  font-size: 16px;
  font-weight: 650;
  color: #ff8800;
}

#newsletter input{
  height: 3.125rem;
  padding: 0 1.25em;
  font-size: 14px;
  width: 100%;
  border: 1px solid transparent;
  border-radius: 25px 0 0 25px;
  outline: none;
}

#newsletter button{
  background-color: #ff8800;
  color: #fff;
  white-space: nowrap;
  border-radius: 0 25px 25px 0;
}

#newsletter form{
  display: flex;
  width: 40%;
}


/* Footer Section */
footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .col{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

footer .logo {
  margin-bottom: 30px;
}

footer h4{
  font-size: 14px;
  padding-bottom: 20px;
}

footer p{
  font-size: 13px;
  margin: 0 0 8px 0;
}

footer a{
  font-size: 13px;
  text-decoration: none;
  color: #222;
  margin-bottom: 10px;
}

footer .follow{
  margin-top: 20px;
}

footer .follow i{
  color: #ff8800;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #ff8800;
  border-radius: 15px;
  height: 20px;
  padding-bottom: 35px;
  cursor: pointer;
  font-size: 24px;
}

footer .install .row img{
  border: 1px solid #ff8800;
  border-radius: 6px;
}

footer .install img{
  margin: 10px 0 15px 0;
}

footer .follow i:hover,
footer a:hover {
  color: #088178;
}

footer .copyright {
  width: 100%;
  text-align: center;
  color: #a55b06;
}


/* Page Header */
#page-header{
  width: 100%;
  height: 40vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  padding: 14px;
}

#page-header h2,
#page-header p{
  color: #fff;
}

#pagination{
  text-align: center;
}

#pagination a{
  text-decoration: none;
  background-color: #ff8800;
  padding: 15px 20px;
  border-radius: 4px;
  color: #fff;
  font-weight: 600;
}

#pagination a i{
  font-size: 16px;
  font-weight: 600;
}

/* Single Product */
#prodetails .single-pro-image{
  width: 50%;
  margin-right: 50px;
}

.small-img-group {
  display: flex;
  justify-content: space-between;
}

.small-img-col{
  flex-basis: 19%;
  cursor: pointer;
}

#prodetails{
  display: flex;
  margin: 40px;
}

#prodetails .single-pro-details {
  width: 45%;
  margin-top: 20px;
}

#prodetails .single-pro-details h2{
  color: #ff8800;
  font-size: 26px;
}

#prodetails .single-pro-details h4{
  color: #ff8800;
  padding: 40px 0 20px 0;
}
#prodetails .single-pro-details select{
  display: block;
  padding: 10px 56px;
  text-align: center;
  margin-bottom: 10px;
  border: 1px solid #ff8800;
    border-radius: 5px;
}

#prodetails .single-pro-details select:focus{
  outline: none;
    border: 1px solid #ff8800;
    border-radius: 5px;
}

#prodetails .single-pro-details input{
  width: 50px;
  height: 47px;
  padding-left: 10px;
  font-size: 16px;
  margin-right: 10px;
  border: 1px solid #ff8800;
    border-radius: 5px;
}

#prodetails .single-pro-details input:focus{
  outline: none;
  border: 1px solid #ff8800;
  border-radius: 5px;
}

#prodetails .single-pro-details button{
  background-color: #ff8800;
  color: #fff;
}

#prodetails .single-pro-details span{
  line-height: 25px;
}

/* ====================Cart Section============== */
#cart{
  overflow-x: auto;
}

#cart table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  white-space: nowrap;
}

#cart table img{
  width: 70px;
}

#cart table td:nth-child(1){
  width: 100px;
  text-align: center;
}

#cart table td:nth-child(2){
  width: 150px;
  text-align: center;
}

#cart table td:nth-child(3){
  width: 250px;
  text-align: center;
}

#cart table td:nth-child(4),
#cart table td:nth-child(5),
#cart table td:nth-child(6){
  width: 150px;
  text-align: center;
}

#cart table td:nth-child(5) input{
  width: 70px;
  padding: 10px 5px 10px 15px;
}

#cart table thead {
  border: 1px solid #ff8800;
  border-left: none;
  border-right: none;
}

#cart table thead td{
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding: 18px 0;
}

#cart table tbody tr td{
  padding-top: 15px;
}

#cart table tbody td {
  font-size: 13px;
}

#cart table tbody td:nth-child(1) i{
  font-size: 25px;
  color: red;
  font-weight: 300;
}

#cart-add{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#coupon {
  width: 50%;
  margin-bottom: 30px;
}

#coupon h3,
#subtotal h3{
  padding-bottom: 15px;
}

#coupon input{
  padding: 14px 20px;
  outline: none;
  width: 60%;
  margin-right: 10px;
  border: 1px solid #ff8800;
  border-radius: 5px
}

#coupon button,
#subtotal button{
  background-color: #ff8800;
  color: #fff;
}

#subtotal {
  width: 50%;
  margin-bottom: 30px;
  border: 1px solid #ff8800;
  padding: 30px;
  border-radius: 5px;
}

#subtotal table{
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 20px;
}

#subtotal table td{
  width: 50%;
  border: 1px solid #ff8800;
  padding: 10px;
  font-size: 13px;
}
/* ====================Media Queries============================ */
@media (max-width:912px){
  .section-p1 {
      padding: 20px 20px;
    }
  #navbar {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: fixed;
    top: 0;
    right: -350px;
    height: 100vh;
    width: 350px;
    background-color: #fdedc0;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.1);
    padding: 80px 0 0 10px;
    transition: 0.4s;
  }
  #navbar.active {
    right: 0px;
  }
  #navbar li{
    margin-bottom: 30px;
  }

  #mobile {
    display: flex;
  }

    #mobile i{
      color: #1a1a1a;
      font-size: 30px;
      padding-left: 20px;
    }

    #close {
      display: initial;
      position: absolute;
      top: 30px;
      right: 60px;
      font-size: 30px;
      color: #1a1a1a;
    }

    #mobile i:hover,
    #close:hover{
      color: #ff8800;
    }

    #lg-bag{
      display: none;
    }
    #hero {
      height: 70vh;
      background-position: top 30% right 30%;
      padding: 0 80px;
    }
    #feature {
      justify-content: space-around;
    }
    #feature .fe-box {
      margin: 15px 15px;
    }

    #product1 .pro-container {
      justify-content: space-evenly;
    }

    #banner {
    height: 20vh;;
  }
    #sm-banner .banner-box {
      min-width: 100%;
      height: 30vh;
    }
    #banner3 {
      padding: 0 20px;
    }
    #banner3 .banner-box {
      width: 28%;
      height: 15vh;
    }

    #newsletter {
      justify-content: center;
    }
    #newsletter .newstext{
      margin: auto;
    }

    #newsletter form {
      width: 80%;
    }
}

@media (max-width:477px){
  * {
    overflow-x: hidden;
  }
    .section-p1 {
      padding: 10px;
    }

    #feature .fe-box {
      width: 155px;
      margin: 0 0 15px 0;
    }
  #header {
      padding: 10px 20px;
    }
    #hero {
      background-position: 55%;
      padding: 0 10px;
    }
    h1 {
      font-size: 38px;
    }
    h2 {
      font-size: 30px;
    }
    #hero p {
      font-size: 16px;
      color: #ff8800;
      margin: 15px 0 20px 0;
    }
    #product1 .pro {
      width: 100%;
    }
    #product1 .pro .cart {
      width: 100px;
      height: 40px;
      line-height: 37px;
      border-radius: 20px;
      bottom: 15px;
      right: 20px;
    }
    #product1 .pro .des h4 {
      padding-top: 20px;
    }
    #banner {
      height: 30vh;
    }

    #banner h2 {
      font-size: 24px;
    }

    #banner h2 span {
      font-size: 24px;
    }

    #sm-banner .banner-box {
      min-width: 100%;
      height: 40vh;
    }
    #banner3 .banner-box {
      width: 100%;
      height: 15vh;
    }

    /* ============================Product Detail Media Querry========================= */
    #prodetails {
      display: flex;
      flex-direction: column;
    }

    #prodetails .single-pro-image{
      width: 100%;
      margin-right: 0px;
    }
    #prodetails .single-pro-details {
      width: 100%;
      margin-left: 0px;
    }

    /* =======================Cart Media Querries=================== */
    #cart-add{
      flex-direction: column;
    }
    #coupon{
      width: 100%;
    }
    #subtotal {
      width: 100%;
      padding: 10px;
    }
}

@media (max-width:720px) {
  #prodetails {
      display: flex;
      flex-direction: column;
    }
  
    #prodetails .single-pro-image {
      width: 100%;
      margin-right: 0px;
    }
  
    #prodetails .single-pro-details {
      width: 100%;
      margin-left: 0px;
    }
  }

@media (max-width:350px){
  * {
      overflow-x: hidden;
    }
  
    .section-p1 {
      padding: 5px;
    }
  
    #feature .fe-box {
      width: 120px;
      margin: 0 0 15px 0;
    }
    #feature .fe-box {
      padding: 5px;
    }

    #navbar {
      right: -250px;
      height: 70vh;
      width: 250px;
    }
  
    #header {
      padding: 10px 10px;
    }
  
    #hero {
      background-position: 55%;
      padding: 0 10px;
    }
  
    h1 {
      font-size: 30px;
      line-height: normal;
    }
  
    h2 {
      font-size: 24px;
      line-height: 4;
    }
  
    #hero p {
      font-size: 16px;
      color: #ff8800;
      margin: 15px 0 20px 0;
    }
  
    #product1 .pro {
      width: 100%;
    }
  
    #product1 .pro .cart {
      width: 100px;
      height: 40px;
      line-height: 37px;
      border-radius: 20px;
      bottom: 15px;
      right: 20px;
    }
  
    #product1 .pro .des h4 {
      padding-top: 20px;
    }
  
    #banner {
      height: 40vh;
      width: 100%;
    }
  
    #banner h2 {
      font-size: 24px;
    }
  
    #banner h2 span {
      font-size: 24px;
    }
  
    #sm-banner .banner-box {
      min-width: 100%;
      height: 40vh;
    }
  
    #banner3 .banner-box {
      width: 100%;
      height: 15vh;
    }
}