/* mobile responsive */
@media only screen and (min-width: 360px) and (max-width: 640px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    @import url("https://fonts.cdnfonts.com/css/futura-std-4");
  }
  .top-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: #001d7c;
    color: white;
    padding: 0 20px;
  }
  .top-main .top2 p {
    text-align: center;
    padding-left: 30px;
    padding-top: 5px;
    font-size: 8px;
  }
  .top-sec {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 10px 30px;
    align-items: center;
  }
  .top-sec .main1 {
    font-size: 10px;
  }
  .top-sec .main2 {
    align-content: center;
  }
  .top-sec .main2 img {
    width: 50px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top-sec .main2 h1 {
    font-size: 10px;
    font-weight: 500;
  }
  .top-sec .main3 {
    display: flex;
    gap: 10px;
    font-size: 10px;
  }
  .nav {
    /* justify-content: center;
     gap: 60px;


     .drop{
         border: 20px;
         background: white;
         list-style-type: none;
         position: absolute;
         display: none;
         padding-left: 20px;
         padding-right: 20px;
         padding-top: 10px;
         padding-bottom: 10px;
         gap: 10px;
     }

     .nav1{
         font-size: 20px;
         font-weight: 400;

         &:hover {
             text-decoration: underline #FF033E;

             .drop{
                 display:block;
                 transform: translateY(1%) translateX(-10%);
                 z-index: 5;

             }
         }


     }*/
  }
  .nav .nav1 {
    display: none;
  }
  .banner {
    background-image: url("../Assets/Media/image/6-1-Kanwrite-Slider.jpg");
    background-position: center;
    opacity: 0.8;
    position: relative;
    width: 100%;
    height: 100%;
    align-items: center;
    text-align: center;
    color: white;
  }
  .banner p {
    padding-top: 150px;
    font-size: 10px;
    opacity: 1;
  }
  .banner h1 {
    font-size: 48px;
    font-weight: 600;
    opacity: 1;
  }
  .banner h6 {
    font-size: 10px;
    opacity: 1;
    font-weight: 400;
    padding-bottom: 10px;
  }
  .banner button {
    margin-bottom: 150px;
    opacity: 1;
    padding: 8px;
    border-color: white;
    border-radius: 5px;
  }
  .new-in .grid-cont .new-grid .grid_item .image .item-details p {
    font-size: 8px;
  }
  .nibs {
    display: grid;
    grid-template-columns: 50% 50%;
    justify-content: space-around;
    overflow: hidden;
    align-items: center;
    padding-top: 90px;
    padding-bottom: 50px;
    gap: 30px;
  }
  .nibs .grid1 img {
    width: 280px;
    height: 280px;
    padding: 70px;
  }
  .nibs .grid2 h1 {
    font-size: 18px;
    font-weight: 700;
  }
  .nibs .grid2 p {
    font-size: 8px;
  }
  .nibs .grid2 button {
    padding: 10px;
    background-color: #001d7c;
    color: white;
  }
}/*# sourceMappingURL=mobilestyle.css.map */