

/* TagCloud Container */
.tagcloud {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Styling the images inside the sphere */
.tagcloud img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.5s;
}

/* Hover effect */
.tagcloud img:hover {
  transform: scale(1.2);
}





.container {
  display: flex;
  justify-content: space-between;
  padding: 50px 100px;
  width: 1460px;
  height: 800px;
  margin: auto;
  margin-top: 80px;
  align-items: center;
}

.content {
  max-width: 50%;
}

.new-tag {
  display: inline-block;
  background-color: #e5e7eb;
  color: #6b7280;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.tagline {
  color: #6b7280;
  font-size: 1em;
  margin: 5px 0 10px;
  font-family: sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 3.5em;
  color: #1f2937;
  margin: 0 0 20px;
  font-family: sans-serif;
  font-weight: 1000;
}

.descript {
  font-size: 1.2em;
  font-family: sans-serif;
  color: #374151;
  margin-bottom: 40px;
}

.buttons {
  display: flex;
  gap: 20px;
}

button {
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}





.start-email {
  background-color: var(--red);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.start-email:hover {
  background-color: #e94c4f;
  transform: translateY(-2px);
}

.start-google {
  background-color: #ffffff;
  border: 2px solid #d1d5db;
  color: #374151;
}

/* Updated Workflow Section */
.workflow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45%;
}










@media screen and (min-width: 15in) and (max-width: 18in) {


/* TagCloud Container */
.tagcloud {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Styling the images inside the sphere */
.tagcloud img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  transition: transform 0.5s;
}

/* Hover effect */
.tagcloud img:hover {
  transform: scale(1.2);
}





.container {
  display: flex;
  justify-content: space-between;
  padding: 0px;
  width: 1260px;
  height: calc( 100vh - 80px);
  min-height: 725px;
  max-height: 825px ;
  margin: auto;
  margin-top: 80px;
  align-items: center;
}

.content {
  max-width: 50%;
}

.new-tag {
  display: inline-block;
  background-color: #e5e7eb;
  color: #6b7280;
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8em;
  margin-bottom: 10px;
}

.tagline {
  color: #6b7280;
  font-size: 1em;
  margin: 5px 0 10px;
  font-family: sans-serif;
  font-weight: 600;
}

h1 {
  font-size: 3.5em;
  color: #1f2937;
  margin: 0 0 20px;
  font-family: sans-serif;
  font-weight: 1000;
}

.descript {
  font-size: 1.2em;
  font-family: sans-serif;
  color: #374151;
  margin-bottom: 40px;
}

.buttons {
  display: flex;
  gap: 20px;
}

button {
  padding: 15px 30px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1em;
}





.start-email {
  background-color: var(--red);
  color: #ffffff;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.start-email:hover {
  background-color: #e94c4f;
  transform: translateY(-2px);
}

.start-google {
  background-color: #ffffff;
  border: 2px solid #d1d5db;
  color: #374151;
}

/* Updated Workflow Section */
.workflow {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45%;
}




}











@media screen and (min-width: 11in) and (max-width: 15in) {




  /* TagCloud Container */
  .tagcloud {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  /* Styling the images inside the sphere */
  .tagcloud img {
    width: 45px;
    height: 45px;
    object-fit: contain;
    transition: transform 0.5s;
  }
  
  /* Hover effect */
  .tagcloud img:hover {
    transform: scale(1.2);
  }
  
  
  
  
  
  .container {
    display: flex;
    justify-content: center;
    row-gap: 0px;
    padding: 0px;
    width: 100vw;
    height: calc( 100vh - 80px);
    min-height: 625px;
    max-height: 725px ;
    margin: auto;
    margin-top: 80px;
    align-items: center;
  }
  
  .content {
    max-width: 40%;
    padding-right: 50px;
  }
  
  .new-tag {
    display: inline-block;
    background-color: #e5e7eb;
    color: #6b7280;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.7em;
    margin-bottom: 5px;
  }
  
  .tagline {
    color: #6b7280;
    font-size: .85em;
    margin: 5px 0 10px;
    font-family: sans-serif;
    font-weight: 600;
  }
  
  h1 {
    font-size: 3.05em;
    color: #1f2937;
    margin: 0 0 20px;
    font-family: sans-serif;
    font-weight: 1000;
  }
  
  .descript {
    font-size: 1em;
    font-family: sans-serif;
    color: #374151;
    margin-bottom: 30px;
  }
  
  .buttons {
    display: flex;
    gap: 20px;
  }
  
  button {
    padding: 15px 25px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: .9em;
  }
  
  
  
  
  
  .start-email {
    background-color: var(--red);
    color: #ffffff;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
  }
  
  .start-email:hover {
    background-color: #e94c4f;
    transform: translateY(-2px);
  }
  
  .start-google {
    background-color: #ffffff;
    border: 2px solid #d1d5db;
    color: #374151;
  }
  
  /* Updated Workflow Section */
  .workflow {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 45%;
  }
  
  
  
  
  }






















  @media screen and (min-width: 10in) and (max-width: 11in) {




    /* TagCloud Container */
    .tagcloud {
      position: absolute !important;
      width: 100%;
      height: 100%;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      display: none !important;
    }
    
    /* Styling the images inside the sphere */
    .tagcloud img {
      width: 78px;
      height: 78px;
      object-fit: contain;
      transition: transform 0.5s;
    }
    
    /* Hover effect */
    .tagcloud img:hover {
      transform: scale(1.2);
    }
    
    
    
    
    
    .container {
      display: flex;
      justify-content: center;
      row-gap: 0px;
      padding: 0px;
      width: 100vw;
      height: calc(100vh - 90px);
      margin: auto;
      margin-top: 90px;
      align-items: center;
    }
    
    .content {
      max-width: 70%;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    
    .new-tag {
      display: inline-block;
      background-color: #e5e7eb;
      color: #6b7280;
      padding: 2px 8px;
      border-radius: 12px;
      font-size: 0.9em;
      margin-bottom: 10px;
      margin-left: -86%;
    }
    
    .tagline {
      color: #6b7280;
      font-size: 1.15em;
      margin: 5px 0 10px;
      font-family: sans-serif;
      font-weight: 600;
      margin-left: -68%;
    }
    
    h1 {
      font-size: 4.05em;
      color: #1f2937;
      margin: 0 0 20px;
      font-family: sans-serif;
      font-weight: 1000;
    }
    
    .descript {
      font-size: 1.4em !important;
      width: 95% !important;
      font-family: sans-serif;
      color: #374151;
      margin-bottom: 35px;
      margin-top: 0px !important;
      line-height: 1.25;
    }
    
    .buttons {
      display: flex;
      gap: 20px;
    }
    
    button {
      padding: 15px 25px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      font-size: 1.25em;
    }
    
    
    
    
    
    .start-email {
      background-color: var(--red);
      color: #ffffff;
      cursor: pointer;
      transition: background-color 0.3s ease, transform 0.2s ease;
    }
    
    .start-email:hover {
      background-color: #e94c4f;
      transform: translateY(-2px);
    }
    
    .start-google {
      background-color: #ffffff;
      border: 2px solid #d1d5db;
      color: #374151;
    }
    
    /* Updated Workflow Section */
    .workflow {
      display: flex;
      align-items: center;
      justify-content: center;
      max-width: 45%;
    }
    
    
    
    
    }







    @media screen and (min-width: 6in) and (max-width: 10in) {



      /* TagCloud Container */
      .tagcloud {
        position: absolute !important;
        width: 100%;
        height: 100%;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        display: none !important;
      }
      
      /* Styling the images inside the sphere */
      .tagcloud img {
        width: 78px;
        height: 78px;
        object-fit: contain;
        transition: transform 0.5s;
      }
      
      /* Hover effect */
      .tagcloud img:hover {
        transform: scale(1.2);
      }
      
      
      
      
      
      .container {
        display: flex;
        justify-content: center;
        row-gap: 0px;
        padding: 0px;
        width: 100vw;
        height: calc(100vh - 90px);
        margin: auto;
        margin-top: 90px;
        align-items: center;
      }
      
      .content {
        max-width: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      
      .new-tag {
        display: inline-block;
        background-color: #e5e7eb;
        color: #6b7280;
        padding: 2px 8px;
        border-radius: 12px;
        font-size: 0.9em;
        margin-bottom: 10px;
        margin-left: -86%;
      }
      
      .tagline {
        color: #6b7280;
        font-size: 1.15em;
        margin: 5px 0 10px;
        font-family: sans-serif;
        font-weight: 600;
        margin-left: -68%;
      }
      
      h1 {
        font-size: 4.05em;
        color: #1f2937;
        margin: 0 0 20px;
        font-family: sans-serif;
        font-weight: 1000;
      }
      
      .descript {
        font-size: 1.4em !important;
        width: 95% !important;
        font-family: sans-serif;
        color: #374151;
        margin-bottom: 35px;
        margin-top: 0px !important;
        line-height: 1.25;
      }
      
      .buttons {
        display: flex;
        gap: 20px;
      }
      
      button {
        padding: 15px 25px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        font-size: 1.25em;
      }
      
      
      
      
      
      .start-email {
        background-color: var(--red);
        color: #ffffff;
        cursor: pointer;
        transition: background-color 0.3s ease, transform 0.2s ease;
      }
      
      .start-email:hover {
        background-color: #e94c4f;
        transform: translateY(-2px);
      }
      
      .start-google {
        background-color: #ffffff;
        border: 2px solid #d1d5db;
        color: #374151;
      }
      
      /* Updated Workflow Section */
      .workflow {
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 45%;
      }
      
      
      
      
      }