@font-face {
  font-family: 'ransho-1';
  src: url(../fonts/ransho-1.ttf); }
@font-face {
  font-family: 'ransho-2';
  src: url(../fonts/ransho-2.otf); }
body {
  background: linear-gradient(#0182ac 1%, #fff 30%);
  background-repeat: no-repeat; }

a:hover {
  text-decoration: none; }

img {
  width: 100%; }

.header .top-header {
  background-image: url(../img/clouds.PNG);
  background-repeat: no-repeat;
  background-size: 101% 100%;
  background-position: -1px;
  padding: 15px 0px 50px 0px; }
  @media all and (max-width: 767px) {
    .header .top-header {
      background-size: 180% 100%; } }
  @media all and (max-width: 500px) {
    .header .top-header {
      background-size: 280% 100%; } }
  .header .top-header button {
    background: #fff;
    cursor: pointer; }
  .header .top-header .top-icons a {
    display: inline-block;
    margin: 0px 5px; }
    .header .top-header .top-icons a img {
      width: 33px;
      height: 33px; }
.header .main-header {
  margin-top: 20px; }
  .header .main-header .logo1 {
    width: 130px; }
  .header .main-header .logo2 {
    width: 350px;
    margin-top: 20px; }
  @media all and (max-width: 767px) {
    .header .main-header .logo2 {
      width: 90%; } }
  .header .main-header .top-card a {
    display: block;
    color: #fff;
    width: 30%;
    margin: auto;
    font-size: 23px;
    font-family: "ransho-1"; }
    .header .main-header .top-card a i {
      font-size: 24px; }
  .header .main-header .top-card form {
    position: relative;
    width: 250px;
    margin: auto; }
    .header .main-header .top-card form input {
      padding: 5px 18px;
      border-radius: 25px;
      border: 1px solid #fff;
      outline: none; }
      .header .main-header .top-card form input::placeholder {
        font-family: "ransho-1";
        color: #0182ac; }
    .header .main-header .top-card form i {
      position: absolute;
      top: 0px;
      right: 30px;
      cursor: pointer;
      font-size: 16px;
      padding: 10px; }
.header .category {
  position: relative;
  margin: 25px auto;
  background-color: #fff;
  font-family: "ransho-1";
  border-radius: 3px; }
  @media all and (max-width: 767px) {
    .header .category ul {
      width: 40%; } }
  .header .category .category-menu {
    display: none;
    position: absolute;
    top: 50px;
    left: 8px;
    background-color: #67bacc;
    z-index: 990;
    border-radius: 5px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3); }
    .header .category .category-menu a {
      display: block;
      padding: 5px 20px;
      border: 1px dashed #fff;
      text-align: center;
      border-radius: 5px;
      margin: 10px;
      color: #fff; }
  .header .category .navbar-toggler {
    border: 1px solid #ccc;
    cursor: pointer;
    margin-right: 10px; }
    .header .category .navbar-toggler .navbar-toggler-icon {
      padding-top: 5px; }
  .header .category .cat-icons a {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #fff;
    background-color: #0182ac;
    border-radius: 4px;
    padding: 2px;
    height: 28px; }
  .header .category a {
    color: #0182ac;
    margin: 0px 10px;
    font-size: 1.2rem; }
    .header .category a:hover, .header .category a :active {
      color: #ff3ca4; }
  .header .category .navbar-brand {
    background-color: #ff3ca4;
    border-radius: 3px;
    color: #fff;
    cursor: pointer; }
    .header .category .navbar-brand:hover {
      color: #fff; }
    .header .category .navbar-brand i {
      margin: 8px 10px; }
    .header .category .navbar-brand span {
      margin: 0px 35px 0px 20px; }

.main-page .slide-show {
  width: 100%;
  border: 5px solid #fff;
  border-radius: 2px; }
  .main-page .slide-show img {
    width: 100%;
    height: 400px; }
  @media all and (max-width: 767px) {
    .main-page .slide-show img {
      height: 250px; } }
.main-page .mid-section {
  margin: 15px 0px; }
  .main-page .mid-section #aside {
    height: 100%;
    border: 2px solid #9b9b9d; }

.main-products h1 {
  color: #0182ac;
  font-family: "ransho-1";
  text-align: center; }
.main-products h4 {
  color: #0182ac;
  text-align: center;
  font-family: "ransho-1";
  margin-top: 10px;
  margin-bottom: 10px; }
.main-products .products-btn {
  margin: 20px 0px; }
  .main-products .products-btn a {
    color: #fff;
    font-family: "ransho-1";
    background-color: #0182ac;
    padding: 5px 50px;
    margin: 5px 3px;
    border-radius: 25px;
    display: inline-block;
    font-size: 18px; }
    .main-products .products-btn a:active {
      background-color: #ff3ca4; }
  @media all and (max-width: 550px) {
    .main-products .products-btn a {
      display: block;
      width: 50%;
      margin: 10px auto; } }
.main-products .products .product {
  margin: 10px 0px;
  border: 3px dotted #01d0f2;
  width: 230px;
  font-family: "ransho-1";
  border-radius: 10px;
  transition: all 0.2s ease-in-out; }
  .main-products .products .product:hover {
    border: 3px solid #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.3); }
  .main-products .products .product i {
    color: #e6be66; }
  .main-products .products .product p {
    color: #ff3ca4;
    font-size: 25px;
    margin: 0; }
  .main-products .products .product div {
    height: 195px; }
    .main-products .products .product div img {
      width: 100%;
      height: 100%; }
  @media all and (max-width: 550px) {
    .main-products .products .product {
      width: 170px; }
      .main-products .products .product div {
        height: 145px; } }

footer {
  color: #fff;
  background-color: #0182ac;
  font-family: "ransho-1";
  font-size: 1.2rem;
  margin-top: 40px; }
  footer .footer-first {
    border-bottom: 1px dashed #fff; }
    footer .footer-first i {
      font-size: 50px;
      margin: 0px 15px 15px 15px; }
    footer .footer-first p {
      font-family: "ransho-1";
      padding: 0px 10px; }
    footer .footer-first #car {
      color: #3103ea; }
    footer .footer-first #shield {
      color: #5aff89; }
    footer .footer-first #money {
      color: #da9435; }
    @media all and (max-width: 768px) {
      footer .footer-first {
        border: none; } }
  footer .footer-second .outside {
    border-left: 1px dashed #fff;
    border-right: 1px dashed #fff; }
  footer .footer-second p {
    margin: 0;
    font-family: "ransho-2";
    font-size: 16px; }
  footer .footer-second form {
    position: relative; }
    footer .footer-second form input {
      font-family: "ransho-2";
      width: 80%;
      padding: 6px 15px;
      border-radius: 25px;
      border: none; }
      footer .footer-second form input::placeholder {
        color: #0182ac; }
    footer .footer-second form button {
      border: none;
      position: absolute;
      top: 0;
      right: 0px;
      border-radius: 25px;
      padding: 6px 15px;
      background: #ff3ca4;
      color: #fff;
      cursor: pointer; }
  footer .footer-second span a {
    color: #fff;
    font-size: 22px; }
  footer .footer-second .footer-icons a {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #0182ac;
    background-color: #fff;
    border-radius: 4px;
    padding: 2px;
    height: 28px;
    margin-left: 5px; }
  @media all and (max-width: 768px) {
    footer .footer-second .outside {
      border: none; } }
  footer .footer-last {
    justify-content: space-between;
    background-color: #fff;
    color: #000;
    padding: 10px 20px 5px 20px; }
    footer .footer-last p {
      margin: 0;
      font-family: "ransho-2";
      color: #0182ac; }
    footer .footer-last img {
      width: 35px;
      height: 35px;
      margin: 0px 3px;
      border-radius: 50%; }
    @media all and (max-width: 670px) {
      footer .footer-last {
        justify-content: space-around; }
        footer .footer-last p {
          margin: 10px 0px; } }

/*# sourceMappingURL=style.css.map */
