@font-face{
  font-family: adarsh;
  src:url('../font/GRANDDUKE.otf')
}
*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    /* overflow-x: hidden; */
    background-color: #F8F8F3;
}
a{
    text-decoration: none;
}
li{
  list-style-type: none;
}
.logo{
    width: 6rem;
}
.header{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 5rem;
    z-index: 40;
    position: absolute;
}
.navbaar{
    display: flex;
    gap: 3rem;
    transition: transform 0.3s ease;
    z-index: 10;
}
.navs{
    font-size: 1.3rem;
    font-weight: 500;
    cursor: pointer;
    color: rgb(81, 81, 81);
    font-family: "Baloo 2", sans-serif;
    transition: color 0.2s ease;
    margin: 0.8rem 0;
}
.navs:hover{
  scale: 1.02;
}
.foriconbox{
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.dropdownbox{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.dropdownul{
  position: absolute;
  top: 1.5rem;
  background-color: #F4DFCF;
  transform: translateX(1rem);
  flex-direction: column;
  display: none;
}
.dropdownultwo{
  position: absolute;
  top: 1.5rem;
  background-color: #F4DFCF;
  transform: translateX(1rem);
  flex-direction: column;
  display: none;
}
.dropdowwn{
  font-size: 0.9rem;
  /* color: rgb(60, 60, 60); */
  color: black;
  padding: 0.8rem 1rem;
  display: inline-block;
  width: 22rem;
}
@media (max-width: 1420px){
  .dropdowwn{
    font-size: 0.8rem;
  }
}
@media (max-width: 1300px){
  
  .dropdowwn{
    padding: 0.7rem 0.3rem;
    font-size: 0.8rem;
    text-align: center;
  }
}
.dropdownphone{
  display: none;
}
.icon-menu {
    --gap: 8px;
    --height-bar: 2.8px;
    --pos-y-bar-one: 0;
    --pos-y-bar-three: 0;
    --scale-bar: 1;
    --rotate-bar-one: 0;
    --rotate-bar-three: 0;
    width: 30px;
    display: none;
    flex-direction: column;
    gap: var(--gap);
    cursor: pointer;
    position: relative;
  }
  
  .bar {
    position: relative;
    height: var(--height-bar);
    width: 100%;
    border-radius: .5rem;
    background-color: rgb(47, 47, 47);
  }
  
  .bar--1 {
    top: var(--pos-y-bar-one);
    transform: rotate(var(--rotate-bar-one));
    transition: top 200ms 100ms, transform 100ms;
  }
  
  .bar--2 {
    transform: scaleX(var(--scale-bar));
    transition: transform 150ms 100ms;
  }
  
  .bar--3 {
    bottom: var(--pos-y-bar-three);
    transform: rotate(var(--rotate-bar-three));
    transition: bottom 200ms 100ms, transform 100ms;
  }
  
  .check-icon:checked + .icon-menu > .bar--1 {
    transition: top 200ms, transform 200ms 100ms;
  }
  
  .check-icon:checked + .icon-menu > .bar--3 {
    transition: bottom 200ms, transform 200ms 100ms;
  }
  
  .check-icon:checked + .icon-menu {
    --pos-y-bar-one: calc(var(--gap) + var(--height-bar));
    --pos-y-bar-three: calc(var(--gap) + var(--height-bar));
    --scale-bar: 0;
    --rotate-bar-one: 45deg;
    --rotate-bar-three: -45deg;
  }
  
  /* FIN ICON-MENU */

  .productname{
    font-family: "Quicksand", sans-serif;
  }
  .sectionfeature{
    width: 100%;
    padding-block: 2rem;
    padding-inline: 5rem;
    position: relative;
    padding-bottom: 5rem;
  }
  .sectionnobottom{
    width: 100%;
    padding-block: 2rem;
    padding-inline: 5rem;
    position: relative;
  }
  .sectiontitle{
    font-size: 2.3rem;
    padding-block: 3rem;
    text-align: center;
    font-family: "Cardo", serif;
  }
  .catbox{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap:3rem 2rem;
    position: relative;
  }
  .colm{
    width: 100%;
    overflow: hidden;
    border-radius: 5px;
  }
  .imagecont{
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .darkness{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 30;
    transition: background-color 1s ease;
  }
  .catimage{
    width: 100%;
    transition: transform 0.5s ease;
  }
  .cattext{
    font-size: 1rem;
    padding: 0.8rem 1rem;
    color: black;
  }
  .colm:hover .catimage {
    transform: scale(1.05);
  }
  .colm:hover .darkness {
    background-color: rgba(0, 0, 0, 0.164);
  }
  .sectionimage{
    width: 100%;
    position: absolute;
    left: 0;
    padding: 4rem 0;
    padding-bottom: 2rem;
    z-index: 5;
  }
  .mainloop{
    width: 100%;
    padding: 5rem 0 0;
  }
  .forloopimg{
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24rem;
    overflow: hidden;
    padding: 5rem 0;
  }
  .forloopback{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
  }
  .underimg{
    z-index: 10;
    position: relative;
    left: 8rem;
    width: 550px;
  }
  .underimgtext{
    z-index: 10;
    position: relative;
    font-size: 4rem;
    font-family: adarsh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #057581;
  }
  .graphicsfont{
    color: black;
    font-size: 2.5rem;
  }
  .lowerimage{
    overflow: hidden;
  }
  .sectionlower{
    width: 100%;
    padding: 3rem 4rem;
  }
  .viewmore{
    font-family: "Quicksand", sans-serif;
    color: black;
    border: 1px solid rgba(179, 179, 179, 0.403);
    padding: 0.3rem 1.5rem;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    bottom: -2rem;
    font-size: 1rem;
    font-weight: 600;
    background-color: #f9f3ee;
    transition: all 0.1s ease;
    color: rgb(46, 46, 46);
  }
  .viewmore:hover{
    background-color: #F4DFCF;
    font-size: 1.05rem;
    padding: 0.25rem 1.45rem;
  }
 .footerlogo{
  width: 110px;
 }
 .fiitertext{
  font-size: 1.2rem;
  font-weight: 500;
  margin-top: 2rem;
  font-family: "Cardo", serif;
  color: rgb(43, 43, 43);
 }
 .footer{
  font-family: "Quicksand", sans-serif;
  background-color: #f8efe8;
  padding: 5rem 0;
 }
 .footerlinks{
  color: black;
 }
 .footerlinks:hover{
  color: gray;
 }
 .secondbox{
  padding-left: 3rem;
 }
  .hrline{
    margin-top: 4rem;
  }


  .wrapper {
    display: inline-flex;
    list-style: none;
    height: 120px;
    width: 100%;
    font-family: "Poppins", sans-serif;
  }
  
  .wrapper .icon {
    position: relative;
    background: #fff;
    border-radius: 50%;
    margin: 10px;
    width: 50px;
    height: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip {
    position: absolute;
    top: 0;
    font-size: 14px;
    background: #fff;
    color: #fff;
    padding: 5px 8px;
    border-radius: 5px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .tooltip::before {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    background: #fff;
    bottom: -3px;
    left: 50%;
    transform: translate(-50%) rotate(45deg);
    transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  
  .wrapper .icon:hover .tooltip {
    top: -45px;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  
  .wrapper .icon:hover span,
  .wrapper .icon:hover .tooltip {
    text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
  }
  
  .wrapper .facebook:hover,
  .wrapper .facebook:hover .tooltip,
  .wrapper .facebook:hover .tooltip::before {
    background: #1877f2;
    color: #fff;
  }
  
  .wrapper .instagram:hover,
  .wrapper .instagram:hover .tooltip,
  .wrapper .instagram:hover .tooltip::before {
    background: #e4405f;
    color: #fff;
  }
  .othersection{
    padding: 5rem 6rem;
  }
  .firstcol{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 0.5rem;
  }
  .firstcolmain{
    font-family: "Cardo", serif;
    font-size: 2.2rem;
  }
  .firstcolpara{
    font-family: "Quicksand", sans-serif;
    letter-spacing: 1px;
    padding-right: 5rem;
    color: black;
  }
  .secondtabimage{
    width: 100%;
  }
  .rights{
    font-family: "Quicksand", sans-serif;
    text-align: center;
  }
  .aboutline{
    text-align: center;
    font-size: 2.8rem;
    font-weight: 600;
    font-family: "Cardo", serif;
  }
  .aboutdetails{
    margin-top: 2rem;
    text-align: justify;
    font-size: 1.1rem;
    font-family: "Quicksand", sans-serif;
    color: black;
  }
  .nomainabout{
    padding: 5rem 5rem 3rem;
  }
  .mainabout{
    padding: 5rem 15rem 3rem;
  }
  .aboutside{
    width: 100%;
    border-radius: 30px;
  }
  .aboutdownfirst{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 3rem;
  }
  .aboutdown{
    margin: 2rem 0 5rem;
  }
  .iconsectionmain{
    background-color: #FEEED4;
    padding: 3rem 5rem;
  }
  .iconmainline{
    text-align: center;
    font-size: 2.5rem;
    font-weight: 600;
    font-family: "Cardo", serif;
  }
  .foralignicon{
    justify-content: center;
  }
  .iconsectionbox{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin: 3rem 0;
  }
  .sectionicontext{
    font-size: 1.15rem;
    font-family: "Quicksand", sans-serif;
  }
  .sectionicon{
    width: 70px;
  }
  .ourstory{
    background-image: url('../images/aboutbannerback.jpg');
    background-position: center;
    background-size: cover;
    padding: 18rem 60rem 14rem 3rem;
    text-align: justify;
  }
  .storyline{
    color: white;
    font-family: "Cardo", serif;
    font-size: 2.7rem;
    font-weight: 600;
    text-shadow: 2px 2px 5px rgb(87, 86, 86);
  }
  .storydetails{
    color: white;
    font-family: "Quicksand", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    margin-top: 1rem;
    line-height: 32px;
  }
  .aboutdowntwo{
    margin: 6rem 0;
  }
  .formmain{
    padding: 8rem 10rem;
  }
  .formtext{
    display: flex;
    flex-direction: column;
    padding: 3rem 2rem;
  }
  .questions{
    font-size: 2.2rem;
    font-weight: 600;
    margin-bottom: 2rem;
    font-family: "Cardo", serif;
  }
  .questionsdetails{
    font-family: "Quicksand", sans-serif;
    color: black;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
  }
  .formfill{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 12px;
    background-color: rgb(237, 237, 237);
    padding: 2rem;
    border-radius: 15px;
    position: relative;
  }
  .text{
    outline: none;
    border-radius: 5px;
    padding: 0.7rem 0.8rem;
    background-color: transparent;
    border: 1px solid rgb(215, 215, 215);
    font-family: "Quicksand", sans-serif;
  }
  .send{
    color: white;
    background-color: #533E5B;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
  }
  .productbanner{
    width: 100%;
  }
  .productmaintitle{
    text-align: center;
    padding: 3rem 0;
    font-size: 2.3rem;
    font-family: "Cardo", serif;
  }
  .productpagecont{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem 3rem;
    padding: 2rem 8rem;
  }
  .productpagebox{
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
  }
  .imgcover{
    width: 100%;
    overflow: hidden;
  }
  .productpageimg{
    width: 100%;
    transition: all 0.3s ease;
  }
  .productpagebox:hover .productpageimg {
    transform: scale(1.05);
  }

  #goToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    border-radius: 50%;
  }
  .whatsappicon{
    width: 60px;
  }
  .popupmain{
    position: fixed;
    top: 0rem;
    width: 100%;
    height: 100vh;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.764);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .popupform{
    width: 550px;
    height: 500px;
    background-color: #ffffff;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 0.7rem;
  }
  .cuticon{
    position: absolute;
    right: 0;
    top: 0;
    padding: 0.7rem;
    font-size: 1.3rem;
    cursor: pointer;
  }
  .popuplogo{
    width: 120px;
    background: radial-gradient(#f4e6dc, white);
  }
  .firstpopupline{
    font-size: 1.5rem;
    font-family: "Quicksand", sans-serif;
  }
  .formstart{
    padding: 0.5rem 3rem;
    margin-top: 1rem;
  }
  .popupinput{
    outline: none;
    border: 1px solid rgb(230, 230, 230);
    padding: 0.5rem 1rem;
    font-size: 1rem;
    color: black;
    background-color: white;
    border-radius: 5px;
    margin-top: 0.5rem;
  }
  .sendbutton{
    display: flex;background-color: rgb(210, 181, 137);
    display: flex;
    justify-content: center;
    padding: 0.4rem;
    color: white;
    margin-top: 0.8rem;
    cursor: pointer;
    border: none;
  }
  .swiper {
    width: 600px;
    height: 450px;
  }
  .swiper-scrollbar {
    display: none;
}
.swiper-button-prev, .swiper-button-next {
  color: black;
  display: none;
}
.droptwobox{
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  font-family: "Quicksand", sans-serif;
  position: absolute;
  /* background-color: #F4DFCF; */
  background-color: #cae5f6e2;
  top: 5rem;
  display: none;
  padding: 1rem 0.3rem 0.5rem;
  transform: translateX(2rem);
  transition: height 2s ease;
  border-radius: 8px;
  color: black;
}
.twonav{
  display: flex;
  padding: 0.8rem 1rem;
  cursor: pointer;
}
.resnavbox{
  position: absolute;
  background-color: #cae5f6e2;
  transform: translateX(7.5rem);
  display: flex;
  flex-direction: column;
  display: none;
}
.comnavbox{
  position: absolute;
  background-color: #cae5f6e2;
  transform: translate(7.5rem, -3rem);
  flex-direction: column;
  display: none;
}
.fortab{
  display: none;
}
.forresinav{
  display: none;
}
.forcomenav{
  display: none;
}
.forresinav a, .forcomenav a{
  color: black;
}
.forspace{
  width: 100%;
  height: 130px;
}

.mapweb{
  width: 100%;
  height: 500px;
  margin-bottom: 5rem;
  padding: 0rem 2rem;
}

  @media (max-width: 1300px){
    .mainloop{
      padding: 3rem 0 0;
    }
    .forloopimg{
      gap: 20rem;
      padding:6.5rem 0;
    }
    .underimg{
      left: 9rem;
      width: 450px;
    }
    .underimgtext{
      font-size: 5rem;
    }
    .graphicsfont{
      font-size: 2.2rem;
    }
    .swiper {
      width: 500px;
      height: 450px;
    }
  }
  
  
@media (max-width: 1200px){
    .logo{
        width: 5rem;
    }
    .header{
        padding: 1.5rem 3rem;
        background-color: #f4dfcf;
        position: sticky;
        top: -0.1rem;
    }
    .navbaar{
        background-color: rgb(254, 255, 254);
        position: absolute;
        top: 6.5rem;
        left: 0px;
        width: 100%;
        height: calc(100vh - 4rem);
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 3rem;
        padding-block: 2rem;
        transform: translateX(-70rem);
        overflow-y: scroll;
    }
    .navs{
        font-size: 1.9rem;
        border-bottom: 1px solid rgb(169, 207, 154);
    }
    .navs:hover{
      color: black;
    }
    .icon-menu{
        display: flex;
    }
    .sectionfeature{
        padding-inline: 2rem;
      }
      .sectionnobottom{
        padding-inline: 2rem;
      }
      .sectiontitle{
        padding-block: 2rem;
      }
      .catbox{
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
      }
      .cattext{
        font-size: 1.4rem;
      }
      .sectionimage{
        padding: 2rem 0;
        padding-bottom: 0rem;
      }
      .sectionlower{
        padding: 3rem 0rem;
      }
      .dropdownbox{
        gap: 1rem;
      }
      .dropdownul{
        display: none;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        top: 0rem;
        left: 0rem;
        background-color: white;
        padding:0rem;
        border-radius: 5px;
        height: auto;
        overflow-y: hidden;

      }
      .dropdowwn{
        color: black;
        background-color: white;
        font-size: 1.2rem;
        padding: 0.7rem 0.8rem;
        width: 30rem;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .dropdowwn:hover{
        transform: translateY(0rem);
        color: black;
      }
      .footer{
        padding: 3rem 0;
       }
      .secondbox{
        padding-left: 1rem;
       }
       .hrline{
        margin-top: 0rem;
      }

      .othersection{
        padding: 5rem 2rem;
      }
      .firstcol{
        gap: 0.8rem;
        padding: 2rem 4rem;
      }
      .firstcolmain{
        font-size: 1.8rem;
      }
      .firstcolpara{
        font-size: 1.2rem;
        padding-right: 0rem;
      }
      .aboutline{
        font-size: 2.5rem;
      }
      .nomainabout{
        padding: 3rem 0rem 3rem;
      }
      .mainabout{
        padding: 5rem 2rem 3rem;
      }
      .aboutdetails{
        margin-top: 1rem;
      }
      .aboutdownfirst{
        padding: 0 2rem;
        gap: 0rem;
      }
      .iconsectionmain{
        padding: 3rem 2rem;
      }

      .ourstory{
        padding: 8rem 15rem 8rem 3rem;
            }
      .storyline{
        font-size: 2.9rem;
      }
      .formmain{
        padding: 4rem 4rem;
      }
      .formtext{
        padding: 3rem 2rem;
      }
      .questions{
        font-size: 2.5rem;
        margin-bottom: 2rem;
      }
      .questionsdetails{
        font-size: 1.3rem;
      }
      .productpagecont{
        grid-template-columns: repeat(3, 1fr);
        padding: 1rem 2rem;
      }
      .mainloop{
        padding: 3rem 0 0;
      }
      .forloopimg{
        gap: 10rem;
        padding:2.5rem 0;
      }
      .underimg{
        left: 3rem;
        width: 250px;
      }
      .underimgtext{
        font-size: 2.7rem;
      }
      .graphicsfont{
        font-size: 1.4rem;
      }
      .popupform{
        width: 550px;
        height: 500px;
        gap: 1rem;
      }
      .droptwobox{
        display: flex;
        flex-direction: column;
        position: relative;
        background-color: white;
        top: 0rem;
        padding: 1rem 0.5rem 0rem;
        transform: translateX(0rem);
        display: none;
      }
      .foriconbox{
        flex-direction: column;
        align-items: center;
        gap: 0rem;
      }
      .twonav{
        flex-direction: column;
        align-items: center;
        font-size: 1.5rem;
      }
      .resnavbox{
        position: relative;
        transform: translateX(0rem);
        flex-direction: column;
        align-items: center;
        display: none;
      }
      .fortab{
        font-size: 1.7rem;
      }
      .forresinav, .forcomenav{
        font-size: 1.3rem;
      }
      .forspace{
        width: 100%;
        height: 0px;
      }
      .mapweb{
        height: 300px;
        margin-bottom: 3rem;
      }
      
}

@media (max-width: 767px){
    .logo{
        width: 4rem;
    }
    .header{
        padding: 0.2rem 1.5rem;
    }
    .navbaar{
        gap: 1.4rem;
        top: 4.5rem;
    }
    .navs{
        font-size: 1.5rem;
    }
    .icon-menu {
        --gap: 5px;
        --height-bar: 2.5px;
        width: 25px;
    }
    .sectionfeature{
        padding: 1rem 1.2rem;
        padding-bottom: 3rem;
      }
      .sectionnobottom{
        padding: 1rem 1.2rem;
      }
      .sectiontitle{
        font-size: 1.8rem;
        padding-block: 2rem;
      }
      .catbox{
        gap: 1rem;
      }
      .cattext{
        font-size: 0.9rem;
      }
      .sectionlower{
        padding: 1.5rem 0rem;
      }
      .viewmore{
        padding: 0.2rem 1rem;
      }
      .dropdownul{
        top: 0rem;
        left: 0rem;
        padding:0rem;
        border-radius: 5px;
        height: auto;
        overflow-y: hidden;
      }
      .dropdowwn{
        font-size: 1rem;
        padding: 0.7rem 0.8rem;
        width: 20rem;
      }
      .dropdowwn:hover{
        transform: translateY(0rem);
        color: black;
      }
      .footer{
        padding: 2rem 0;
       }
       .othersection{
        padding: 2rem 1rem;
      }
      .firstcol{
        gap: 0.5rem;
        padding: 2rem 1rem;
      }
      .firstcolmain{
        font-size: 1.5rem;
      }
      .firstcolpara{
        font-size: 0.85rem;
        text-align: justify;
        padding-right: 0rem;
      }

      .aboutline{
        font-size: 2rem;
      }
      .aboutdetails{
        margin-top: 1.5rem;
        font-size: 0.95rem;
        text-align: justify;
      }
      .nomainabout{
        padding: 5rem 0.7rem 3rem;
      }
      .mainabout{
        padding: 5rem 0.7rem 3rem;
      }
      .aboutdown{
        margin: 0rem 0 2rem;
      }
      .aboutdownfirst{
        padding: 0 1rem;
        gap: 0rem;
        margin-bottom: 1rem;
      }
      .iconsectionmain{
        padding: 3rem 4rem;
      }
      .iconmainline{
        font-size: 2rem;
        font-weight: 600;
      }
      .iconsectionbox{
        margin: 2rem 0;
      }
      .sectionicontext{
        font-size: 1.15rem;
      }
      .sectionicon{
        width: 60px;
      }

      .ourstory{
        padding: 5rem 1rem;
        background-position-x: -130px;
      }
      .storyline{
        font-size: 2.5rem;
      }
      .storydetails{
        font-size: 1rem;
        line-height: 23px;
        text-align: justify;
      }

      .formmain{
        padding: 2rem 1rem;
      }
      .formtext{
        padding: 1rem 1rem;
      }
      .questions{
        font-size: 1.7rem;
        margin-bottom: 1.5rem;
      }
      .questionsdetails{
        font-size: 1rem;
      }
      .productmaintitle{
        padding: 3rem 1rem;
        font-size: 2rem;
      }
      .productpagecont{
        grid-template-columns: repeat(2, 1fr);
        padding: 1rem 1rem;
        gap: 2rem 1.5rem;
      }
      .mainloop{
        padding: 4rem 0.5rem 0;
      }
      .forloopimg{
        gap: 2rem;
        padding:2rem 0rem;
      }
      .underimg{
        left: 0rem;
        width: 130px;
      }
      .underimgtext{
        font-size: 1.7rem;
      }
      .graphicsfont{
        font-size: 0.8rem;
      }
      .popupform{
        width:95%;
        height: 500px;
        gap: 1rem;
      }
      .formstart{
        padding: 0.5rem 2rem;
        margin-top: 0.6rem;
      }
      .twonav{
        font-size: 1.2rem;
        padding: 0.5rem 1rem;
      }
      .fortab{
        font-size: 1.2rem;
      }
      .forresinav, .forcomenav{
        font-size: 0.9rem;
      }
      .popuplogo{
        width: 70px;
      }
      .mapweb{
        height: 200px;
        margin-bottom: 1rem;
        padding: 0;
        border: 1px solid rgb(221, 221, 221);
      }
      
}
#audio{
  display: none;
}






