* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  
    
  }
  /* Default font size for 1920px width */
  :root {
    --base-font-size: 16px; /* Default base font size for 1920px */
  }

  @font-face {
    font-family: 'BOD_BI';
    src: url('../fonts/BOD_BI.TTF') format('truetype');
  }

  @font-face {
      font-family: 'BOD_B';
      src: url('../fonts/BOD_B.TTF') format('truetype');
      font-weight: bold; 
  }
  
  @font-face {
    font-family: 'Aristotelica';
    src: url('../fonts/Aristotelica-Text-Regular-trial.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }

  @font-face {
      font-family: 'Aristotelica';
      src: url('../fonts/Aristotelica-Text-Bold-trial.ttf') format('truetype');
      font-weight: bold;
      font-style: normal;
  }

    @font-face {
      font-family: 'Helvetica';
      src: url('../fonts/Helvetica.ttf') format('truetype');
  }

  /* Set font size for 1920px */
  html {
    font-size: 16px; /* 1rem = 16px by default */
    scroll-behavior: smooth;
  }
  
  body {
    font-size: var(--base-font-size); /* This will make 1rem = 16px */
    font-family: 'Aristotelica', sans-serif; 
    font-weight: 100;
    background: #ffffff;
    overflow-x: hidden;
  }
  
  
  /* Set Montserrat for headings */
  h1, h2, h3, h4, h5, h6 {
    font-family: 'Aristotelica', sans-serif; /* Font for all headings */
  }
  
  /* Bold text for headings or any element */
  h1, h2, h3, h4, h5, h6, .bold-text {
    font-weight: 900; /* Bold weight */
    color: #414042;
  }
  
  /* Normal text for paragraphs */
  p {
    font-family: 'Aristotelica', sans-serif; /* Font for paragraphs */
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 24px;
    letter-spacing: .1px;
  }
  
  
  a {
    text-decoration: none;
    cursor: pointer;
  }
  a:hover {
    text-decoration: none
  }
  li {
    list-style: none;
  }
  section {
    padding: 60px 0;
    overflow: hidden;
  
  }
  
  .owl-carousel{
    position: relative;
  }
  
  .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
  
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: -4rem;
     background: none;
    
  }
  .owl-carousel .owl-nav button.owl-prev:hover {
     background: none; 
  }
  .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    right: -4rem;
     background: none;
  }
  .owl-carousel .owl-nav button.owl-next:hover {
    background: none; 
  }
    
  
  
  /* Mobile menu style starts here  */
  
  .mobileupper{
    overflow-x: hidden;
  }
  
  .mobileupper .col4{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobileupper img{
    height: 50%;
  }
  
  .mobileupper a{
    color: #414042;
    font-weight: 700;
    font-size: .9rem;
  }
  .overlay-slidedown {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out, visibility 0s 0.4s;
    transition: transform 0.4s ease-in-out, visibility 0s 0.4s;
  }
  
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #000000;
  }
  .overlay .overlay-close {
    position: absolute;
    right: 20px;
    top: 20px;
    overflow: hidden;
    border: none;
    background: transparent;
    z-index: 100;
  }
  .overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    overflow-y: scroll;
  }
  .overlay ul {
    padding: 1rem;
    margin-top: 2rem;
  }
  .overlay ul a{
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
    display: inline-block;
    padding: 1rem;
  }
  .overlay ul .dropdown-menu a{
    color: #000;
  }
  .desktopMenu .navbar-nav{
    width: 100%;
  }
  .desktopMenu .nav-item{
    margin: auto 1rem;
  }
  
  /* Mobile menu style ENDs here  */
  
  
  /* COMMON CSS ENDS  */
  
  .desktopMenu{
    background: #000000;
  }

  .desktopMenu a {
    color: #000;
  }

  .websiteLogo {
      width: 65%;
  }
  .navbackground {
    background: #000000;
    padding-top: 10px;  
    padding-bottom: 10px;
  }
  .desktopMenu a.nav-link{
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: normal;
  }
  
  .desktopMenu .activenav {
      color: #fd0c59 !important;
  }
  .desktopMenu a:hover {
      color: #fd0c59;
  }
  .footernav a:hover {
      color: #000000;
  }
  .waringMessage{
    background: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 98%;
    margin: auto;
    border-top: 5px solid black;
  }
  .warningText{
    color: #000000;
    font-size: 1.563rem;
    font-weight: 600;
    font-family: 'Helvetica', sans-serif;

  }
  .waringMessage .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #craveForCool{
    background: #0000c4;
  }
  #craveForCool h2{
    color: #ffcb05;
    font-size: 3.1rem;
    text-align: center;
    font-weight: 500;
  }

  #myntBlack{
    background: #000;
    padding: 40px 0;
  }
    #myntBlack h2{
    font-size: 50px;
    line-height: 33px;
    font-weight: 500;
    color: #fd0c59;
    margin-top: 4rem;
  }

  #revolution{
    background: url('../images/background.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .mynboximage{
    width: 100%;
    margin-left: -5rem;
  }
  #revolution h2{
    color: #3edc1e;
    font-size: 4.5rem;
    font-weight: normal;
  }

  .video-container {
    margin: 0 auto;
    padding: 20px 0px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    
  }
  #aboutus{
    padding-top: 0px;
  }
  #aboutus h2{
    color: #330a70;
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
  }
  
  #aboutus p{
    color: #000000;
  }

  .abouticon{
    margin-top: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .abouticon h2{
    margin-top: 1rem;
    font-size: 2rem;
  }
  .abouticon img{
    width: 150px;
    height: 150px;
  }
  .abouticon li{
    text-align: center;
    margin: 2rem;
  }
  .missionvission{
    display: grid;
    grid-template-columns: repeat(2, 1fr); 
    gap: 40px;
  }
  .visiondiv{
    background: url('../images/visson.jpg');
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    border: 5px solid #fd0c59;
    
  }
  .missiondiv{
    background: url('../images/misson.jpg');
    background-position: center;
    background-size: cover;
    height: 400px;
    width: 100%;
    background-repeat: no-repeat;
    position: relative;
    border: 5px solid #fd0c59;
    
  }
  .missionvission-content{
    position: absolute;
    bottom: 0;
    margin: 1rem;
  }
  .missionvission-content p{
    color: #ffffff !important;
    line-height: 120%;
   }
  #counter{
    background: url('../images/counterbg.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .counter{
    position: relative;
  }
  p.timer {
    color: white;
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    margin: 35px;
    margin-bottom: 40px;
    font-family: 'Barlow', sans-serif; 

  }
  p.timer::after {
    content: '';
    background: #fd0c59;
    width: 30px;
    height: 2px;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: 40px;
  }
  p.count-text {
    color: white;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    font-family: 'Barlow', sans-serif;
  }
  #footer{
    background: #000000;
    border-top: 5px solid #fd0c59;

  }
  #footer{
    padding: 60px 0;
    overflow: hidden;
  }
  .footer-title{
    color: #fd0c59;
    border-bottom: 2px solid #fd0c59;
    padding-bottom: 5px;
    display: inline;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: 'Barlow', sans-serif;
  }
  #footer ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #footer ul li{
    font-family: 'Barlow', 'sans-serif';
    color: #ffffff;
    margin: 0px;
    padding: 0px;
    font-size: 1rem;
  }
  #footer ul li a{
    color: #ffffff;
    font-family: 'Barlow', 'sans-serif';
    font-size: 1rem;
  }
  #footer .form-control-lg{
    background: transparent;
    border: none;
    border-bottom: 1px solid #fd0c59;
    border-radius: 0;
    outline: none;
    font-family: 'Barlow', 'sans-serif';
  
  }
  #contactus{
    font-size: 1rem;
  }
  #footer p{
    font-family: 'Barlow', sans-serif;
  }
  #footer input::placeholder {
    color: #ffffff; 
    font-size: 1.1rem;
  }
  .submitbtn{
    background: #fd0c59;
    padding: 1rem 2.5rem;
    color: #fff;
    font-family: 'Barlow', sans-serif;

  }
  .footernav{
    background: #fd0c59;
    padding: 2rem 0;
  }
  .footernav li a{
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 400;
  }
  .footernav .activenav{
    color: #000000;
  }
  .footernav .nav-item {
    margin: auto 1rem;
  }
  .copright{
    background: #000000;
    padding: 1rem;
  }
  .copyright-text{
    color: #fd0c59;
    font-size: 16px;
    font-family: 'Barlow', 'sans-serif';

  }

  .khainieHeading{
    color: #ffffff;
    font-weight: bold;
    font-style: normal;
  }

  .products-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: stretch;
  }

  .product-item {
    display: flex;
    padding: 5px;
    text-align: center;

  }
  .commonDiv{
    position: relative;
    background: #e6e7e8;
    border-radius: 35px ;
    padding: 70px 0 90px 0 !important;
    margin-top: 300px !important;
  }
  .myntImage{
    position: absolute;
    bottom: 20px; 
    left: 50%;
    transform: translateX(-50%);
  }
  .productimg{
    position: absolute;
    left: 40%;
    transform: translateX(-50%);
    top: -70%;
  }
  .product-content{
    padding: 1rem;
  }
  .product-content h5{
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    margin-top: 2.5rem; 
  }
  .product-content p{
    color: #000;
    font-size: 1.1rem;
  }
  .title-one{
    color: #fa005f;
  }
  .productOne{
    border: 5px solid #fa005f;
  }
  .productTwo{
    border: 5px solid #ffd900;
  }
  .productThree{
    border: 5px solid #fb1600;
  }
  .productFour{
    border: 5px solid #00f6fa;
  }
  .productFive{
    border: 5px solid #3ddc1e;
  }
  .productSix{
    border: 5px solid #1ac9f8;
  }
  .title-two{
    color: #ffb400;
  }
  .title-three{
    color: #fb1600;
  }
  .title-four{
    color: #00bad0;
  }
  .title-five{
    color: #1db400;
  }
  .title-six{
    color: #00abd9;
  }


  .productOne:hover {
    background-image: url('../images/lychee-bg.png');
    background-size: inherit;
    background-position: center;
    background-color: transparent;
  }

  .productTwo:hover {
    background-image: url('../images/mango-bg.png');
    background-size: inherit;
    background-position: center;
    background-color: transparent;
  }

  .productThree:hover {
    background-image: url('../images/sweet-bg.png');
    background-size: inherit;
    background-position: center;
    background-color: transparent;
  }

  .productFour:hover {
    background-image: url('../images/silky-bg.png');
    background-size: inherit;
    background-position: center;
    background-color: transparent;
  }

  .productFive:hover {
    background-image: url('../images/excitement-bg.png');
    background-size: inherit;
    background-position: center;
    background-color: transparent;
  }

  .productSix:hover {
    background-image: url('../images/silky-bg.png');
    background-size: inherit;
    background-position: center;
    background-color: transparent;
  }
    .commonDiv {
      transition: background 0.3s ease;
    }

    .commonDiv:hover .product-content {
      visibility: hidden;
      opacity: 0;
      transition: opacity 0.3s ease;
    }

  #popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
  }

  /* Popup box */
  #popup-box {
    background: white;
    padding: 30px 30px;
    border-radius: 0px;
    text-align: center;
    /* max-width: 400px; */
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
  }

  #popup-box h2 {
    margin-bottom: 20px;
  }
  .sub-heading{
    color: #3fbfb0;
    font-size: 3.5rem;
    line-height: 100%;
    margin-top: 3rem;
    font-weight: bold;
  }
  .tagline{
    font-size: 33px;
    color: #000000;
  }
  .disc{
    width: 70%;
  }
  .yes-btn{
    width: 40%;
  }
  .no-btn{
    width: 40%;
  }
  .buttonsyes{
    width: 50%;
    margin: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 2rem;
  }
  .enddes{
    color: #000;
    font-size: 25px;
  }
  .logopopup{
    width: 40%;
  }

  ul.d-flex.ulfirst {
      margin-left: -6rem;
      padding-left: 0;
  }
  .enddesimg{
    width: 80%;
  }
  .video-item:hover{
    cursor: pointer;
  }
  .mobileMenu .waringMessage img{
    width: 10%;
  }
  .mobileMenu .waringMessage .warningText{
    font-size: 8px;
    line-height: 1;
  }
  .mobileMenu .waringMessage {
    border-top: 0px;
  }
  /** RESPONSIVE MEDIA QUERY **/
  
  /* Small screens, such as smartphones */
  @media (max-width: 767px) {
    html {
      font-size: calc(16px * 0.8); /* Smaller font for smaller screens */
    }
    .desktopMenu {
      display: none;
    }

    .owl-carousel .owl-nav button.owl-next {
      display: none;
    }
    .mynboximage{
      margin-left: 0rem;
    }
    .abouticon img {
        width: 60px;
        height: 60px;
    }

    .missionvission {
      grid-template-columns: 1fr; /* 1 Column on mobile */
    }
    .products-grid {
      grid-template-columns: 1fr;
    }
    #revolution h2{
      font-size: 2.5rem;
    }
    #aboutus h2{
      font-size: 3.1rem;
    }
    .abouticon h2{
      font-size: 1rem !important;
    }
    #myntBlack h2{
      font-size: 30px;
      line-height: 150%;
    }
    #product{
      padding-top: 0px;
    }
    .footernav .container {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .footernav .ulfirst {
        flex-direction: column;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .footernav ul {
        margin: 0;
        padding: 0;
    }
    .heading-one {
        font-size: 2rem;
    }
    .sub-heading{
      font-size: 3.5rem;
    }
    .disc{
      width: 60%;
    }
    .logopopup{
      width: 70%;
    }

    .sub-heading{
      font-size:2.5rem;
    }
    .disc{
      width: 70%;
    }
    .enddesimg{
      width: 80%;
      margin-top: 2rem !important;
    }
    .yes-btn{
      width: 50%;
      margin-bottom: 10px;
    }
    .no-btn{
      width: 50%;
      margin-top: 10px;
    }
    .buttonsyes {
      justify-content: space-evenly;
      flex-direction: column;
      align-items: center;
      width: 70%;
    }
    #popup-box{
      max-width: 350px;
    }
    .productimg{
      top: -50%;
      width: 100%;
    }
    .commonDiv{
      margin-top: 210px !important;
    }
    ul.d-flex.ulfirst {
        margin-left: 0;
        padding-left: 0;
    }
  }
  
  /* Tablets in portrait mode */
  @media (min-width: 768px) and (max-width: 1023px) {
    html {
      font-size: calc(16px * 0.85); /* Slightly smaller font for tablets */
    }
    .desktopMenu{
      display: none;
    }
    .container{
      width: 80%;
    }
  
    .mynboximage{
      margin-left: 0rem;
    }
    .abouticon img {
        width: 60px;
        height: 60px;
    }
    .missionvission {
      grid-template-columns: 1fr; /* 1 Column on mobile */
    }
    .products-grid {
      grid-template-columns: 1fr; 
    }
    #revolution h2{
      font-size: 2.5rem;
    }
    #aboutus h2{
      font-size: 3.1rem;
    }
    .abouticon h2{
      font-size: 1rem !important;
    }
    #myntBlack h2{
      font-size: 30px;
      line-height: 150%;
    }
    #product{
      padding-top: 0px;
    }
    .footernav .container {
        display: flex;
        flex-direction: column;
        align-items: start;
    }
    .footernav .ulfirst {
        flex-direction: column;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }
    .footernav ul {
        margin: 0;
        padding: 0;
    }
    .heading-one {
        font-size: 2rem;
    }
    .sub-heading{
      font-size: 3.5rem;
    }
    .disc{
      width: 70%;
    }
    .logopopup{
      width: 70%;
    }

    .sub-heading{
      font-size:2.5rem;
    }
    .disc{
      width: 60%;
    }
    .enddesimg{
      width: 80%;
    }
    .yes-btn{
      width: 40%;
    }
    .no-btn{
      width: 40%;
    }
    .buttonsyes {
      justify-content: space-evenly;
    }
    #popup-box{
      max-width: 400px;
    }
    .productimg{
      top: -50%;
      width: 100%;
    }
    .commonDiv{
      margin-top: 210px !important;
    }
    ul.d-flex.ulfirst {
        margin-left: 0;
        padding-left: 0;
    }
  }
  
  /* Tablets in landscape mode and small desktops */
  @media (min-width: 1024px) and (max-width: 1399px) {
    html {
      font-size: calc(16px * 0.9); /* Base font size for small desktops */
    }
    .mobileMenu{
      display: none;
    }
    .container{
      width: 80%;
    }
    .desktopMenu .navbar-nav {
          width: 100%;
      }
      .warningText{
        font-size: 1.2rem;
      }
    .mynboximage{
      margin-left: 0rem;
    }
    #revolution h2{
        color: #3edc1e;
        font-size: 4rem;
    }
    .productimg{
      top: -40%;
      width: 100%;
      left: 42%;
    }
    .sub-heading{
      font-size: 3rem;
    }
    .disc{
      width: 60%;
    }
    .enddesimg{
      width: 60%;
    }
    .desktopMenu .nav-item{
      margin: auto 1rem;
    }
    .commonDiv{
      margin-top: 210px !important;
    }
    .product-content h5{
      margin-top: 1rem;
    }
  }
  
  /* Standard desktops and laptops */
  @media (min-width: 1400px) and (max-width: 1919px) {
    html {
      font-size: calc(16px * 0.95); /* Larger font size for standard desktops */
    }
    .mobileMenu{
      display: none;
    }

    .container{
      width: 80%;
    }
  }
  
  /* Large screens and high-resolution displays */
  @media (min-width: 1920px) {
    html {
      font-size: 16px; /* 1rem = 16px for 1920px screens */
    }
    .mobileMenu{
      display: none;
    }

  }
  