@tailwind base;
@tailwind components;
@tailwind utilities;

/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */

html,body{
  scroll-behavior: smooth;
  user-select: none;
}
.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.test {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: textfield;
}

.test::-webkit-outer-spin-button,
.test::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
        
        /* Smooth transition for the mobile menu */
        .mobile-menu {
            transition: transform 0.8s ease-in-out, opacity 0.7s ease-in-out;
        }

        .mobile-menu.hidden {
            transform: translateX(-100%);
            opacity: 0;
        }

        .mobile-menu.visible {
            transform: translateX(0);
            opacity: 1;
        }
body{
  font-family: "Poppins", sans-serif;
}
body>.skiptranslate>iframe.skiptranslate {
  display: none !important;
}

.goog-te-banner-frame.skiptranslate {
  display: none !important;
}

body {
  top: 0px !important;
}

/* Prevent spacing from translate tooltip */
.goog-tooltip {
  display: none !important;
}
.goog-tooltip:hover {
  display: none !important;
}
/* Language Button */

.goog-te-banner-frame.skiptranslate,
.goog-te-gadget span,
.goog-logo-link,
.goog-te-gadget .goog-te-gadget-simple {
    display: none !important;
}

.goog-te-combo {
    text-align: center !important;
    width: 100%;
    border: none !important;
}

.goog-te-gadget .goog-te-combo {
    margin: 1px auto !important;
    width: fit-content;
    background: #9e19c5;
    color: white;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    border: none !important;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
}

#google_translate_element {
    margin-top: 0 !important;
    border-radius: 20px;
    text-align: center;
    overflow: hidden;
    background: #9e19c5;
    border: 2px solid #fff;
}

.goog-te-gadget {
    color: white;
    font-family: 'Poppins', sans-serif;
}


.customLanguageSelector {
    width: 145px;
    height: 35px;
    padding: 4px 0;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f9f9f9;
    cursor: pointer;
    -webkit-touch-callout: none;
}

  .glass{
  background: rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  .animation-glass{
    background: linear-gradient(270deg, #300066 3%, transparent 10%, transparent 90%, #300066 97%);
    }

    .benefits-section{
      background: rgb(0,180,255);
    background: linear-gradient(150deg, rgba(0,180,255,1) 0%, rgba(116,1,255,1) 90%);
    }
  
  #modal{
    z-index: 1000;
  }

  /* blog Css */
  
  .blog-container{
    padding:6rem 5% 4rem;
    width: 70%;
    background-color: #f0f8ff;
  }
  .toc-container {
    background-color: #fff;
    border-top: 1px solid #000;
    margin: auto;
  }
  
  .toc-title {
    color: #a64ca6;
    font-size: 24px;
    font-weight: bold;
    padding: 10px 20px;
  }
  
  .toc-list {
    /* padding: 10px 0px; */
    background-color: #f3f4f6;
    /* margin: 20px; */
  }
  .toc-list > li:nth-child(even){
    background-color: #f3f4f6;
    font-weight: 500;
  }
  .toc-list > li:nth-child(even) ul {
    background-color: #f3f4f6;
    font-weight: 500;
  }
  .toc-list > li:nth-child(even) li {
    background-color: #f3f4f6;
    font-weight: 500;
  }
  .toc-list > li:nth-child(odd){
    background-color: #fff;
    font-weight: 500;
  }
  
  .toc-list ul {
    margin-top: 10px;
    padding-left: 20px;
    background-color: white;
  }
  
  .toc-list ul li {
    padding-bottom: 5px;
    font-size: 16px;
  }
  
  .toc-sub-list{
    background-color: white;
  }
  .blog{
    padding: 0 25px;
  }
  .blog h2{
    padding: 25px 0 0 0 ;
    scroll-margin-top: 4rem ;
    font-size: 30px;
    font-weight: 700;
  }
  .blog h3{
    padding: 25px 0 0 0 ;
    font-size: 22px;
    scroll-margin-top: 4rem ;
    font-weight: 600;
  }
  .blog h4{
    padding: 10px 0 10px 0 ;
    font-size: 18px;
    scroll-margin-top: 4rem ;
    font-weight: 600;
  }
  .blog p,li{
    font-size: 18px;
  }
  .host-img{
    width: 75%;
  }
  
  
  .banner{
    background-image: url(../Images/new-img/benefits-bg.webp);
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }

  .vone-bg{
    background: linear-gradient(180deg, #d400ff 0%, #00b7ff 100%) ;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
  }
  
  .content-section {
    padding: 100px 0px;
    font-family: 'outfit';
  }
  
  .content-div {
    padding: 0 20px;
    background-color: transparent;
    color: white;
  }
  
  
  .grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    flex: 1;
    padding: 0 5%;
  }
  
  .grid-item {
    position: relative ;
    padding: 0px 20px;
    background-color: transparent;
    color: white;
  }
  .number{
    font-size: 140px;
    font-weight: 800;
    color: #df48d8;
  }
  .text{
    position: absolute;
    width: 85%;
    top: 85px;
    left: 55px;
  }
  .grid-item h3,p{
    margin: 0;
  }

  .transition-colors {
    transition: background-color 0.3s ease;
  }
  
  @media only screen and (max-width:1024px) {
    .blog-container{
      width: 80%;
    }
    .blog h2{
      padding: 20px 0 10px 0 ;
      font-size: 25px;
      font-weight: 700;
      line-height: 1.1;
    }
    .blog h3{
      padding: 10px 0 5px 0 ;
      font-size: 20px;
      font-weight: 600;
    }
    .blog h4{
      padding: 12px 0 7px 0  ;
      font-size: 18px;
      font-weight: 600;
    }
  }
  
  @media only screen and (max-width:768px) {
    .blog{
      padding: 0 10px;
    }
    .blog-container{
      width: 90%;
    }
    .content-section {
      flex-direction: column;
      align-items: stretch;
  }
    .grid-container {
      grid-template-columns: 1fr;
  }
    .goog-te-banner-frame.skiptranslate,
    .goog-te-gadget span,
    .goog-logo-link,
    .goog-te-gadget .goog-te-gadget-simple {
        display: none !important;
    }

    .goog-te-gadget .goog-te-combo {
        margin: 0px auto !important;
        width: 90px !important;
        text-align: center !important;
        background: #9e19c5;
        color: white;
        font-weight: 700;
        font-family: 'Outfit', sans-serif;
        font-size: 10px;
        border: none !important;
        -webkit-appearance: none;
        appearance: none;
    }

    #google_translate_element {
        margin-top: 0px !important;
        border-radius: 20px;
        overflow: hidden;
        text-align: center !important;
        background: #9e19c5;
        border: 1px solid #fff;
    }

    .goog-te-gadget {
        color: #FF0340;
        font-family: 'Outfit', sans-serif;
    }

    .customLanguageSelector {
        width: 95px;
        height: 22px;
        padding: 1px 0 0 0;
        font-size: 14px;
        margin-right: 5px;
        border: 1px solid #ccc;
        border-radius: 4px;
        background-color: #f9f9f9;
        cursor: pointer;
        -webkit-touch-callout: none;
    }
    .animation-glass{
      background: linear-gradient(270deg, #5902a1 5%, transparent 10%, transparent 90%, #5902a1 95%);
      }
      
}
  
  @media only screen and (max-width:450px) {
    .blog{
      padding: 0 2px;
    }
    .blog-container{
      width: 100%;
    }
    .blog p,li{
      font-size: 16px;
    }
    .blog h2{
      padding: 20px 0 10px 0 ;
      font-size: 24px;
      font-weight: 700;
      line-height: 1.1;
    }
    .blog h3{
      padding: 13px 0 5px 0 ;
      font-size: 20px;
      font-weight: 600;
      line-height: 1.1;
    }
    .blog h4{
      padding: 13px 0 6px 0  ;
      font-size: 18px;
      font-weight: 600;
      line-height: 1.1;
    }
    .toc-list ul li {
      padding-bottom: 5px;
      font-size: 12px;
  }
  .content-section {
    padding: 20px 0px;
    font-family: 'outfit';
  }

  .blog button{
    margin-bottom: 15px;
  }

  
  }
  
  
    
  
  
