@charset "UTF-8";

* {box-sizing: border-box;}

html {scroll-behavior: smooth;}

body {margin: 0;}

.register-tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}
  .register-tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
  }
  .register-tab button:hover {background-color: #dddddd}
  .register-tab button.active {background-color: #cccccc}

.tabform {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.nav1 {
    list-style-type: none;
    margin: 0;
    padding: 0;
    height: 40px;
    justify-content: center;
    overflow: hidden;
    background: #162880;
    width: 35%;
    position: relative;
    left: 65%;
    border-bottom-left-radius: 100px;
  }
  div.regis {font-family: Montserrat;}
  
    .nav1 a {
      float: right;
      display: inline;
      color: #f5f5f5;
      text-align: center;
      padding: 8px 20px;
      text-decoration: none;
      font-size: 17px;
      cursor: pointer;
    }
    .nav1 a:hover {color: #cfcfcf;}

.nav2 {
  overflow: visible;
  background: #f5f5f5;
  width: 100%;
  }
  
    .nav2 .logo {
      position: relative;
      bottom:20px;
      height:100px;
      padding:8px 16px;
      float:left;
      width:auto;
      border:none;
      display:block;
      outline:0
    }

    .nav2 .cart {
      float:right!important;
      border:none;
      padding: 19px 16px;
      vertical-align:middle;
      padding-top: 33px;
      overflow:hidden;
      text-decoration:none;
      font-size: 30px;
      text-align:center;
      cursor:pointer;
      white-space:nowrap;
      background-color: #f5f5f5;
    }

    .nav2 input[type=text] {
        font-family: Dosis;
        background: #f5f5f5; border: #f5f5f5;
        border-bottom: solid 1px black;
        padding: 6px;
        padding-right: 158px;
        margin-top: 35px;
        font-size: 17px;
      }

      .nav2 .searchbar button {
        float: right;
        padding: 6px 12px;
        margin-right: 6px;
        margin-top: 33px;
        background: #f5f5f5; border: #f5f5f5;
        font-size: 20px;
        border-bottom: solid 1px black;
        cursor: pointer;
        font-weight: bold;
      }
      .nav2 a.cart {color:black;}
        .nav2 .searchbar button:hover, .nav2 .cart:hover {color: #8b8b8b;}
      

.nav3 {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  overflow: auto;
  border-top: solid 1px black;
  border-bottom: solid 1px black;
}

  .nav3 a{
    float: left;
    font-size: 17px;
    color: black;
    text-align: center;
    padding: 12px;
    text-decoration: none;
    font-weight: bold;
  }
  .nav3 a:hover {color: #8b8b8b;}

  .drop {
    text-align: center;
    float: left;
    overflow: hidden;
  }

    .drop .dropbtn {
      font-size: 17px;  
      border: none;
      outline: none;
      color: black;
      padding: 12px;
      background-color: inherit;
      font-family: inherit;
      font-weight: bold;
      margin: 0;
      cursor: pointer;
    }
    .bi-caret-down-fill {color: #162880;}

    .droplist {
      overflow: auto;
      display: none;
      position: absolute;
      background-color: #f5f5f5;
      min-width: 160px;
      box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
      z-index: 1;
    }
      .droplist a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
      }
      .drop:hover .droplist {display: block;}
      .dropbtn:hover {color: #8b8b8b;}

.adslide {display: none;}
  .adslide img {vertical-align: middle;}

  .adcon {
    top: 27px;
    max-width: 900px;
    position: relative;
    margin: auto;
  }
  .promo {
    float: left;
    width: 50%;
    margin: 0;
    padding: 0 8px;
  }

  .slide-right {
    position:relative;
    animation: animright 0.9s;
  }
  .slide-left {
    position:relative;
    animation: animleft 0.9s;
  }

.banner {
  position: relative;
  margin: auto;
  max-width: 900px; width: 100%;
  min-height: 85px;
  background-color: #F0F0F0;
  border-radius: 15px;
  text-align: center;
}

  .banner .header1 {
    position:absolute;
    left:50%;
    top: 42.5px;
    transform:translate(-50%,-50%);
    font-weight: bolder;
    font-size: 42px;
  }

  .banner .header2 {
    position: relative;
    margin-bottom: 0px;
    font-size: 45px;
    background: linear-gradient(to right,#51A6C8, #00304D);
    background-clip: text;
    color: transparent;
    font-weight: bolder;
}

.category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 10px;
}
  .category .cattop, .category .catbottom {
    display: flex;
    background-position: left top;
    border-style: none;
    border-width: 1px;
    border-radius: 0;
    padding: 10px 10px 5px;
  }
  .category a {
    border: none;
    border-width: 1px;
    border-radius: 0;
    height: auto;
    color: black;
  }
  .category .catitem {
    border:none;
    display:inline-block;
    padding:0px 3px;
    overflow:hidden;
    text-decoration:none;
    text-align:center;
    cursor:pointer;
    white-space:nowrap;
}
  .catitem:hover {color: #8b8b8b;}

.usedcon {
  background-color: #333;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
}

.scroll-used {
  background-color: white;
  border-left: 5px solid #00304D;
  border-right: 5px solid #00304D;
  text-align: center;
  display: flex;
  margin-top: 6%;
  overflow: auto;
  white-space: nowrap;
  padding: 10px;
  width: 1000px;
  height: 390px;
}
  .scroll-used img {padding: 5px;}
  .scroll-used .item-used {
    display: grid;
    align-content: space-between;
    justify-items: center;
    font-family: Inter;
    width: 200px;
  }
    .scroll-used .item-used h4 {font-weight: normal;}
    .scroll-used .item-used button {
      background-color: #39D377;
      color: #f5f5f5;
      border-radius: 32px;
      border: none;
      font-size: 15px;
      padding: 5px 10px;
      font-weight: bolder;
      text-align: center;
      cursor: pointer;
    }
    .scroll-used .item-used button:hover {background-color: #3eaa69;} 

.catitem:active {opacity: 0.5;}
.catitem {transition:opacity 0s;}

.serv {
  text-align: center;
  font-weight: bolder;
  padding: 20px;
}
  .serv i {font-size: xxx-large;}

.subs {
  background: #f5f5f5; border: #f5f5f5;
  border-bottom: solid 1px black;
  width: 45%;
  font-size: 17px;
}
  .subs-btn {
    background-color: black;
    color: white;
    border-radius: 32px;
    font-size: 20px;
    padding: 15px 60px;
    margin-left: 20px;
    text-align: center;
    border: none;
    font-weight: bold;
    cursor: pointer;
  }

.abus {
  display: flex;
  justify-content: center;
}
  .abus div.text{
    text-align: left;
    padding: 0 20px;
  }
  .abus a {
    margin-top: 40px;
    border: none;
    font-size: xx-large;
    padding: 0 30px;
    background-color: #f5f5f5;
    cursor: pointer;
  }

.bottomnav {
  display: flex;
  justify-content: center;
  background-color: black;
  padding: 20px 0;
  margin-top: 25px;
}
  .bottomnav img {width: 300px;}

  @keyframes animright{
    from{right:-300px;opacity:0} to{right:0;opacity:1}
  }
  @keyframes animleft{
    from{left:-300px;opacity:0} to{left:0;opacity:1}
  }

  @-webkit-keyframes animzoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animzoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }

@media screen and (max-width: 600px) {
  .nav1 {width: 100%;}
  .nav1 a:not(:first-child) {display: none;}

  .nav2 .searchbar {float: none}
  .nav2 a, .nav2 input[type=text], .nav2 .search-con button {
    float: none;
    display: inline-flex;
    text-align: left;
    width: auto;
    margin: 0;
    padding: 14px;
  }

    .nav2 input[type=text] {border: none;}
}