

#withoutnav{
  margin-top: 50px;
  background-color: #E0E0E0;
}
.mainDiv{
    width: 100%;
margin: auto;
display: grid;
grid-template-columns: repeat(3,1fr);
gap: 20px;
justify-content: space-evenly;
width: 80%;
background-color: #E0E0E0;
padding: 50px;
}
.ProductDiv{
    margin: auto;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 0px 20px 0px 20px;
    background-color: #fff;
    font-family: monospace;
}
.ProDiscription{
    color: #424242;
    font-size: large;
    padding-bottom: -10px;
    padding-left: 10px;
    font-weight: 600;
}
.ankitainfo{
    display: flex;
    justify-content: space-between;
    
}
.imageOfProducts{
    width: 300px;
}
.nameankita{
    margin-top: -5px;
    margin-left: -85px;
    font-size: large;
    color: #9E9E9E;
    
}
.followAnkita{
    margin-top: -20px;
    margin-left: -85px;
    color: #da1111;
}
.likeshare{
    text-align: right;
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    color: #505050;
}
.mwsection{
    width: 80%;
    display: flex;
    gap: 30px;
    margin: auto;
    color: #9E9E9E;
    font-family: "Roboto",Roboto,"Helvetica",Helvetica,"Arial",Arial,sans-serif;
}
.mwsection:hover{
    color: #424242;
    text-decoration: underline;

}
.betanav{
    width: 90%;
display: grid;
gap: 15px;
grid-template-columns: repeat(15,1fr);
justify-content: space-around;
margin: auto;
text-align: center;
margin-top: 10px;
height: 100px;

}
.topconnt>img{
    width: 50px;
}
.topconnt>p{
    font-family: "Roboto",Roboto,"Helvetica",Helvetica,"Arial",Arial,sans-serif;
    font-size: 8px;
    
    margin-top: 20px;
}
.topconnt>img:hover{
    border: 3px solid #64DD17;
    border-radius: 50px;
    
}
.anounsement{
    display: flex;
    margin: auto;
    width: 1000px;
    background-color: #E0F7FA;
    height: 70px;
    border-top: 5px solid #4FC3F7;
}
.anounsement>img{
    width: 40px;
    height: 40px;
    align-items: center;
    margin: auto;
    
}
.anounsement>p{
    font-family: "Roboto",Roboto,"Helvetica",Helvetica,"Arial",Arial,sans-serif;
    font-size: 15px;
    margin: auto;
    margin-left: -30px;
    
}
/* .img-container>img{
width: 500px;

margin: auto;
}
.slider-frame{
    overflow: hidden;
}

@-webkit-keyframes slide_animation{
0% {left:0px;}
10% {left:0px;}
20% {left:1200px;}
30% {left:1200px;}
40% {left:2400px;}
50% {left:2400px;}
60% {left:1200px;}
70% {left:1200px;}
80% {left:0px;}
90% {left:0px;}
100% {left:0px;}
}
.slide-img {
    width: 80%;
    margin: auto;
    position: relative;
    -webkit-animation-name:slide_animation ;
    -webkit-animation-duration: 33s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    -webkit-animation-play-state: running;
}
.img-container{
    position: relative;
    float: left;
} */


* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}
.imagageflexcontainer{
    margin: auto;
    display: flex;
}
.imagageflexcontainer>img{
    width: 500px;
    margin: auto;
    
}

/* FOR NAV BAR */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");

      /* body {
        line-height: 1.5;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
      }

      * {
        margin: 0;
        box-sizing: border-box;
      } */

      .container {
        max-width: 1400px;
        background-color: white;
        margin: auto;
      }

      .row {
        display: flex;
        flex-wrap: wrap;
      }

      .v-center {
        align-items: center;
      }

      ul {
        list-style: none;
        margin: 0;
        padding: 0;
      }

      a {
        text-decoration: none;
      }

      .header {
        display: block;
        width: 100%;
        position: fixed;
        z-index: 100;
         /* padding: 15px;  */
         padding-top: 20px;
         box-shadow: rgba(149, 157, 165, 0.2) 0px 0px 0px;
        
        
        /* box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; */
        margin-top: -130px;
       /* height: 500px; */
      }

      .header .logo a {
        font-size: 30px;
        color: #000000;
        font-weight: 700;
        text-decoration: none;
      }

      .header .item-left {
        flex: 0 0 17%;
        padding-top: 60px;
        padding-bottom: 5px;
      }

      .header .item-center {
        flex: 0 0 45%;
        padding-top: 60px;
        padding-bottom: 5px;
      }

      .header .item-right {
        flex: 5 0 17%;
        display: flex;
        justify-content: space-evenly;
        padding-top: 60px;
        padding-bottom: 5px;
      }

      .header .menus > ul > li {
        display: inline-block;
        line-height: 25px;
        margin-left: 25px;
      }

      .header .menus > ul > li > a {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        position: relative;
        text-transform: capitalize;
        transition: color 0.3s ease;
      }

      .header .menus > ul > li .sub-menu {
        position: absolute;
        z-index: 500;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 20px 30px;
        transition: all 0.5s ease;
        margin-top: 5px;
        opacity: 0;
        visibility: hidden;
      }

      .header .menus > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 10px;
        visibility: visible;
        opacity: 1;
      }

      .header .menus > ul > li .sub-menu.megas-menu {
        left: 50%;
        transform: translateX(170%);
      }

      .header .menus > ul > li .sub-menu.megas-menu > .list-item > ul > li {
        line-height: 1;
        display: block;
      }

      .header .menus > ul > li .sub-menu.megas-menu > .list-item > ul > li > a {
        padding-top: 20px;
        padding-right: 1px;
        display: inline-block;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
      }

      .header .menus > ul > li > .sub-menu > ul > li {
        line-height: 1;
      }

      .header .menus > ul > li > .sub-menu > ul > li > a {
        display: inline-block;
        padding: 10px 0;
        font-size: 15px;
        color: #555555;
        text-decoration: none;
        transition: color 0.3s ease;
        text-decoration: none;
      }

      .header .menus > ul > li > .sub-menu > ul > li > a:hover,
      .header .menus > ul > li:hover > a {
        color: #ea4636;
      }

      /* .header .item-right a {
        text-decoration: none;
        font-size: 14px;
        color: #000000;
        display: inline-block;
        margin-left: 15px;
      } */

      .header .menu > ul > li {
        display: inline-block;
        line-height: 50px;
        margin-left: 25px;
      }

      .header .menu > ul > li > a {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        position: relative;
        text-transform: capitalize;
        transition: color 0.3s ease;
      }

      .header .menu > ul > li .sub-menu {
        position: absolute;
        z-index: 500;
        background-color: #ffffff;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        padding: 20px 30px;
        transition: all 0.5s ease;
        margin-top: 5px;
        opacity: 0;
        visibility: hidden;
      }

      .header .menu > ul > li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
      }

      .header .menu > ul > li > .single-column-menu {
        min-width: 280px;
        max-width: 350px;
      }

      .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li {
        line-height: 1;
        display: block;
      }

      .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a {
        padding: 7px 0px;
        display: inline-block;
        font-size: 15px;
        color: #555555;
        transition: color 0.3s ease;
      }

      .header .menu > ul > li .sub-menu.mega-menu {
        left: 50%;
        transform: translateX(-50%);
      }

      .header .menu > ul > li .sub-menu.mega-menu-column-4 {
        max-width: 1100px;
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        padding: 30px 15px;
      }

      .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item {
        flex: 0 0 20%;
        padding: 0 15px;
      }

      .header .menu > ul > li > .sub-menu > ul > li {
        line-height: 1;
      }

      .header .menu > ul > li > .sub-menu > ul > li > a {
        display: inline-block;
        padding: 10px 0;
        font-size: 15px;
        color: #555555;
        text-decoration: none;
        transition: color 0.3s ease;
        text-decoration: none;
      }

      .header
        .menu
        > ul
        > li
        .sub-menu.mega-menu
        > .list-item
        > ul
        > li
        > a:hover,
      .header .menu > ul > li > .sub-menu > ul > li > a:hover,
      .header .menu > ul > li:hover > a {
        color: #ea4636;
      }


      
      #inpu{
        width: 200px;
        height: 30px;
        border: none;
        border: 2px solid black;
        border-radius: 5px;
      }


      #inpu:hover{
        width: 250px;
      }
/* Medium Screen */
@media only screen and (min-width: 500px) and (max-width: 768px) {
  .mainDiv{
grid-template-columns: repeat(2,1fr);
width: 250px;
}

}

/* Small Screen */
@media only screen and (min-width: 0px) and (max-width: 499px) {
  .mainDiv{
grid-template-columns: repeat(1,1fr);
width: 250px;
}


}