

@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;1,300&display=swap");
* {
  font-family: Lato;
  
}


body{
    background-color: whitesmoke;
    height: auto;
}
#slider{
    
    /* display: flex; */
    height: 400px;
    width: 100%;
    margin-top: 70px;
    border-radius: 5px;
    justify-content: center;
}

#slider >img{
    width: 100%;
}

#heading{
    margin-top: 5px;
}


/* recent */

#current{
    width: 100%;
    margin: 10px auto;
}

  #recent-1 {
    border: 1px solid transparent;
    /* width: 26%; */
    height: 43px;
    /* text-align-last: justify; */
    
  }
  #recent-1 h1 {
    font-size: 36px;
    margin-top: 0%;
    color: #000;
    word-spacing: 0%;
    border-bottom: 4px solid #f96302;
    font-weight: bold;
    
   
  }
  #recent-box {
    border: 1px solid transparent;
    height: 380px;
    margin-top: 1%;
    margin-right: 50px;
  }
  #rcontainer {
    border: 1px solid transparent;
    height: 100%;
    width: 35%;
    
  }
  .rimage {
    border: 1px solid transparent;
    width: 43%;
    height: 170px;
    margin-left: 15%;
    margin-top: 15%;
    cursor: pointer;
  }
  .r-text {
    border: 1px solid transparent;
    width: 45%;
    height: 65px;
    margin-left: 15%;
    cursor: pointer;
  }
  .r-text:hover {
    text-decoration: underline;
  }
  .r-text h1 {
    font-size: 16px;
    margin-top: 0px;
    color: #574f4b;
  }
  .icon {
    display: flex;
    border: 1px solid transparent;
    width: 50%;
    height: 40px;
    margin-left: 15%;
    cursor: pointer;
    font-size: 12px;
    margin-top: 20px;
  }
  .icon p {
    font-size: 16px;
    margin-top: -3px;
    cursor: pointer;
  }
  /* category */
  #displaycat{
      display: grid;
      grid-template-columns: repeat(6,1fr);
      width: 100%;
      margin: auto;
      row-gap: 50px;
  }
  #catdiv{
      width: 100px;
      height: 50px;
      cursor: pointer;
  }
  #catdiv img{
      width: 200px;
  }

  /* today specials */
  #specialcon {
    border: 1px solid transparent;
    height: 250px;
    margin-top: 80px;
    align-items: center;
   
  }

  #upper {
    display: flex;
    border: 1px solid transparent;
    height: 47%;
    margin-top: 0.3%;
  }
  #lower {
    display: flex;
    justify-content: space-between;
    border: 1px solid transparent;
    height: 47%;
    margin-top: 0.3%;
  }

  #lower div {
    border: 1px solid transparent;
    width: 9%;
    height: 96%;
    cursor: pointer;
  }
  .up1 {
    border: 1px solid transparent;
    width: 7%;
    height: 96%;
    cursor: pointer;
  }
  .up2 {
    border: 1px solid transparent;
    width: 67%;
    height: 96%;
    margin-left: 1%;
  }
  .up2 h1 {
    margin-top: 0%;
    font-size: 30px;
    color: #333333;
    font-weight: 950;
    cursor: pointer;
    text-decoration: none solid rgb(51, 51, 51);
  }
  .up2 p {
    line-height: 0%;
    font-size: 18px;
    padding-top: 0%;
    cursor: pointer;
  }
  .up3 {
    border: 1px solid transparent;
    width: 23%;
    height: 96%;
    margin-left: 1%;
  }
  .up3 button {
    width: 99%;
    height: 36%;
    margin: 15% 0% 0% 1%;
    background-color: #f96302;
    font-size: 20px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    border: none;
  }


  .springcon{
      display: flex;
      justify-content: center;
      gap: 10px;
     
  }


  #Spring{
    cursor: pointer;
  }

  #Spring p {
    font-size: 29px;
    line-height: 30px;
    
    margin-top: 0%;
    font-weight: bolder;
    cursor: pointer;
  }
  .springimg{
      width: 330px;
      height: 330px;
      position: relative;

  }
  .springsub{
  
    text-align: center;
  
    
    cursor: pointer;
    
  }

  .springsub :hover {
    text-decoration: underline;
  }
  .springsub h1{
      font-size: 22px;
      font-weight: 900;
      font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  }

  .subsub{
  position: relative;
  text-align: center;
  left: 10px;
  
    
    cursor: pointer;
  }

  #savehome{
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    height: 278px;
    margin-top: 25px;
  }


  .tam{
      display: flex;
      /* margin-right: 150px; */
    margin-left: 10px;
      
  }
  /* #mapp{
      margin-right: 50px;
  } */
  .workshop{
    display: flex;
  }
  .workshop img{
      width: 400px;
      height:250px
  }

  .div-tamuning{
      display: flex;
      justify-content: space-between;
  }


  #top{
      position: relative;
      /* top: -240px; */
  }

  #top p{
      font-size: 30px;
      font-weight: 900;
  }
  #topcat{
      display: flex;
      align-items: center;
      justify-content: space-between;
  }

  /* #topcat div{
      width: 500px;
      height: 300px;
  } */

  #topcat div >img{
      width: 300px;
      height: 280px;

  }

  #topcat div >p{
      text-align: center;
      font-size: 20px;
  }

  /* //////////////// */
/* Soumya */

#message {
  width: 100%;
  background-color: #F86303;
  height: 32px;
  color: #FFFFFF;
  font-size: 14px;
}
#nav{
  /* border: 1px solid red; */
  height: 150px;
}
#stick{
  /* background-color: #F86303; */
  position: relative;
}
#taskLinkList {
  display: flex;
  justify-content: space-around;
  font-size: 11px;
  width: 40%;
}
a{
  text-decoration: none;
  color: black;
}
#taskLinkList a:hover{
  cursor: pointer;
  text-decoration: underline;
}
#logoPart{
  position: relative;
  left: 4%;
  bottom: 30px;
  display: flex;
  /* border: 1px solid blue; */
  width: 22%;
}
#searchbar{
  width: 80%;
  /* border: 1px solid blue; */
  margin: 0 auto;
  margin-left: 45px;
  height: 40px;
}
#searchInput{
  border-radius: 0;
  height: 38px;
}
#searchInput:focus{
  border: 1px solid #F86303;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
#searchBtn{
  border-radius: 0;
  background-color: #F86303;
  color: white;
}
#location{
  line-height: 16px;
  font-size: 14px;
  margin: 15px 15px;
  width: 150px;
  border-right: 1px solid gray;
  padding: 0;
}
#deliverTo{
  line-height: 16px;
  font-size: 14px;
  margin: 12px;
  width: 140px;
  margin-left: 0;
  padding: 0;
}
#location p:last-child{
  margin-bottom: 0;
  color: #00873C;
}
#logo{
  cursor: pointer;
}
#abc{
  position: relative;
  bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 2px 0px;
  height: 25%;
}

/* #bottomBar div:hover{
  border-bottom: 3px solid #F86303;
  cursor: pointer;
} */
#myAccClicked{
  /* display: none; */
  border: 1px solid blue;
  width: 300px;
}
#myAccClicked ul{
  list-style: none;
  display: inline-block;
  justify-content: center;
  align-items: center;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0; 
}
.dropdown-menu{
  padding: 10%;
  width: 300px;
}
.dropdown-menu li{
  margin-bottom: 3%;
}
.macc{
  color: black;
  background: none;
  font-weight: 700;
  font-size: 15px;
  border: none;
}
.macc:hover{
  background: none;
  color: black;
}
.macc i{
  font-size: 18px;
}
.a1{
  background-color: #F86303;
  color: white;
  text-align: center;
}
.a2{
  border: 2px solid #F86303;
  color: #F86303;
  text-align: center;
}
.a3{
  font-size: 14px;
  font-weight: 700;
}
.a3:hover{
  text-decoration: underline;
}

#dropdownMenuLink{
  background: none;
  border: none;
  border-radius: 0;
  color: black;
  font-size: 14px;
}
/* .alld{
  background: none;
  border: none;
  border-radius: 0;
  color: black;
  font-size: 14px;
} */
/* .alld:hover{
  border-bottom: 5px solid #F86303;
  background: none;
  color: black;
} */
#dropdownMenuLink:hover{
  border-bottom: 5px solid #F86303;
  background: none;
  color: black;
}
.ads{
  width: 250px;
}
.ads li{
  line-height: 12px;
  margin-bottom: 0;
  font-size: 13px;
}
.ads li p{
  line-height: 12px;
  margin-bottom: 0;
}
.ads li p:hover{
  font-weight: bold;
}
.hov:hover .sideCard{
  display: block;
  width: 150px;
  margin-left: 50px;
  border-left: 1px solid #F86303;
}
.sideCard a:hover{
  font-weight: bold;
}
.sideCard ul li{
  list-style: none;
  display: inline-block;
  justify-content: center;
  align-items: center;
  line-height: 16px;
  border-bottom: 1px solid rgb(177, 177, 177);
}
.sideCard{
  display: none;
}
.ads2{
  width: 300px;
}
.midscr{
  display: none
}
.smlscr{
  display: none
}
#dropMenu{
  display: none;
}
@media all and (min-width: 769px) and (max-width: 1199px){
  #logoPart{
      margin-top: 50px;
  }
  #ser{
      margin-top: 30px;
      width:100%
  }
  .midscr{
      display: block;
      width:400px;
      margin-top: 30px;
      margin-left: 50px;
  }
}
@media all and (min-width: 50px) and (max-width: 770px){
  #logoPart{
      margin-top: 50px;
  }
  #ser{
      margin-top: 30px;
      width:85%
  }
  .midscr{
      display: none;
  }
  .smlscr{
      display: block;
      margin-top: 18px;
      position:absolute;
      right: 10px;
  }
  .smlscr .dropdown-menu{
      position: relative;
      /* right: 100%; */
  }
  #dropMenu{
      position: relative;
      border: 1px solid #F86303;
      top:70px;
      width: 180px;
  }
  #dropMenu ul li{
      list-style: none;
      display: inline-block;
      text-align: center;
  }
  #dropMenu ul li a{
      font-size: 14px;
  }
}