/*********************/
/* Main CSS Start */
/*******************/
/* Global Css */
.desktop_none {
    display: none !important;
}

.mobile_none {
    display: block !important;
}

/* Global Css End */
/**********************/


/* Dashboard Start */
.dashboard_s1{
  padding: 147px 0px 0px 0px;
  background-image: url(../media/dashboard_s1bg.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.dashboard_c1{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1260px;
  margin: auto;
}
.dashboard_s1titlebar{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-top: 60px;
}
.dashboard_s1title{
  color: var(--Core-purple-titles, #3B2C53);
  font-family: "Josephine Cosy Bold";
  font-size: 80px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -4px;
  margin: 0px;
}
.dashboard_ani1{
  height: 280px;
  margin-top: 32px;
}
.dashboard_ani2{
  height: 369px;
}
.dashboard_s2{
  padding: 40px 0px 64px 0px;
  display: block;
  background-color: #FFFFFF;
}
.dashboard_c2{
  width: 1256px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dashboard_logoutbtn{
  color: var(--Core-Secondary-Purple, #5A3384);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  margin: 0px;
  padding: 0px;
}
.dashboard_top{
  display: flex;
  flex-direction: row;
  gap: 24px;
}
.dashboard_topcard{
  padding: 48px 0px 0px 0px;
  width: 100%;
  position: relative;
}
.dashboard_card1icon{
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);

}
.dashboard_card{
  display: flex;
  padding: 40px 24px 24px 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 24px;
  background: var(--Sky-Sky-light, #E5F9FF);
}
.dash_cardtitle{
  color: var(--Core-purple-titles, #3B2C53);
  text-align: center;
  font-family: "Josephine Cosy Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0px;
}
.dash_cardsubtitle{
  color: var(--Core-purple-body, #6A5681);
  text-align: center;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin: 0px;
}
.dashboard_mid{
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
}
.dash_midleft{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dash_midright{
  width: 100%;
  max-width: 604px;
  min-width: 604px;
  display: flex;
  padding: 40px;
  flex-direction: column;
  gap: 32px;
  border-radius: 8px;
  background: var(--Sky-Sky-light, #E5F9FF);
}
.dash_midrighttop{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.dash_midrighttitle{
  color: var(--Core-purple-titles, #3B2C53);
  font-family: "Josephine Cosy Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0px;
}
.dash_midrightbottom {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  width: 100%;
}

.dash_libcard {
  cursor: pointer;
  padding-bottom: 42px;
  position: relative;
  display: flex;
  justify-content: center;
  transition: all 0.1s ease;
}
.dash_libbtn{
  display: flex;
  flex-direction: column;
  gap: 4px;
  border-radius: 100px;
  border: 1px solid var(--Base-04, #F2F2F2);
  background: var(--Core-White, #FFF);
  padding: 16px 0px;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  transition: all 0.1s ease;
}
.dash_libbtntitle{
  color: var(--Charcoal, #242323);
  text-align: center;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  margin: 0px;
}
.dash_libbtnreadmore{
  color: var(--Core-Secondary-Purple, #5A3384);
  text-align: center;
  font-family: Quicksand;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
  margin: 0px;
}
.dash_libcard:hover img{
  width: 95%;
}
.dash_libcard:hover .dash_libbtn{
  width: 100%;
}
.dash_midleftop{
  display: flex;
  padding: 40px;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Sky-Sky-light, #E5F9FF);
}
.balance_titlebar{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 16px;
}
.balance_title{
  color: var(--Core-purple-titles, #3B2C53);
  font-family: "Josephine Cosy Bold";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -2px;
  margin: 0px;
}
.balance_subtitle{
  color: var(--Core-purple-titles, #3B2C53);
  font-family: Poppins;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 70%;
  margin: 0px;
}
.dash_midlefmid{
  display: flex;
  padding: 40px;
  flex-direction: column;
  gap: 32px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Sky-Sky-light, #E5F9FF);
}
.dash_midleftmiddle{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.dash_textboxbar{
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-self: stretch;
}
.dash_textbox{
  display: flex;
  height: 56px;
  padding: 12px 24px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 100px;
  background: var(--Core-White, #FFF);
  color: var(--Core-purple-titles, #3B2C53);
  border: none;
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.dash_textbox::placeholder{
  color: var(--Core-purple-titles, #3B2C53);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 180%;
}
.form-control:focus{
  border: none;
  box-shadow: none;
}
.dash_textline{
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.dashboard_bottom{
  display: flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  border-radius: 8px;
  background: var(--Sky-Sky-light, #E5F9FF);
}

.order_desctable thead tr th {
    padding: 12px 24px;
    background: var(--Primary, #5A3384);
}

.order_desctable tbody tr td {
    padding: 16px 24px;
}

.order_desctable thead tr th:nth-last-child(2) {
  text-align: end;
}
.dash_tbtnbar{
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
.order_desctable tbody tr td:nth-last-child(2) {
  text-align: end;
}
.order_desctable tbody tr td:nth-last-child(3) {
  min-width: 463px;
}

.view_orderbtn {
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    border: none;
    color: var(--Core-Secondary-Purple, #5A3384);
    text-align: right;
    font-family: Poppins;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    cursor: pointer;
}

.view_orderbtn:hover {
  display: flex;
  padding: 0px;
  justify-content: center;
  align-items: center;
  border: none;
  color: var(--Core-Secondary-Purple, #5A3384);
  text-align: right;
  font-family: Poppins;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
}
.success_headtext{
  color: var(--Core-Off-White, #FAFAFA);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  /* display: flex; */
  flex-direction: row;
  gap: 8px;
  margin: 0px;
}
.success_bodytext{
  color: var(--Core-Secondary-Purple, #5A3384);
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 39px;
  margin: 0px;
  max-width: 400px;
}
table {
  width: 100%;
  border-collapse: collapse; /* merges borders for a clean grid look */
}

table , th , td {
  border: 1px solid #F2F2F2; /* grid line color */
}
table th td{
  border-right: 1ps solid #FAFAFA;
}
table th td:last-child{
  border-right: none;
}
th, td {
  padding: 10px;
  text-align: left;
}
/* Pagination */
.pagination {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: auto;
}

.page-btn,
.page-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: none;
  color: var(--Core-Secondary-Purple, #5A3384);
  text-align: center;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.page-btn {
  background-color: #5A3384;
  color: #fff;
}

.page-number:hover {
  border: 2px solid #5A3384;
}

.page-number.active {
  border: 2px solid #5A3384;
  background-color: transparent;
  font-weight: 600;
}

.dash_mcontent{
  padding: 148px 24px 61px 24px;
  width: 343px;
  margin: auto;
  position: relative;
  background: url(../media/story_modalbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: none;
}
.dash_m3content{
  padding: 200px 24px 61px 24px !important; 
}
.modal_closeimg{
  padding: 0px;
  border-radius: 0px;
  background: none;
  border: none;
  position: absolute;
  top: 0px;
  left: 49%;
}
/* Dashboard End */





















/*************************/
/* Responsive CSS Start */
/***********************/
@media only screen and (min-width: 420px) and (max-width:450px) {
  .cards-container{
    padding: 32px 120px 24px 49px !important;
  }
}
@media only screen and (min-width: 350px) and (max-width:370px) {
  .cards-container{
    padding: 32px 118px 24px 49px !important;
    width: 120vw !important;
  }
}
@media only screen and (max-width: 600px) {

.dash_midrightbottom {
  grid-template-columns: repeat(1, 1fr);
}

  .progressbar_main {
    overflow-x: auto;
    scroll-behavior: smooth;
  }
  .progressbar_main::-webkit-scrollbar {
    display: none;
  }
  .progress_bar {
    width: 950px;
    background: url(../media/progress_line.svg);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    position: relative;
    z-index: 10;
    padding-top: 26px;
  }
  .step {
    width: 190px;
    text-align: center;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    transition: transform 0.3s ease;
  }
  .step.active img {
    transform: scale(1.1);
  }

  
  
    /*******************/
    /* Global Css */
    html,body{
      overflow-x: hidden;
    }
    .desktop_none {
        display: block !important;
    }

    .mobile_none {
        display: none !important;
    }
    /* Global Css End */
    /**********************/

    /* Dashboard Start */
    .dashboard_s1{
      display: none;
    }
    .dashboard_s2{
      display: none;
    }
    /* Mobile Start */
    
    .dashapp_container {
      width: 100%;
      height: 100vh;
      background: #FFFFFF;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      display: flex;
      flex-direction: column;
      margin-top: 80px;
      padding-bottom: 120px;
    }
    
    /* Scrollable area for content */
    .dashtab_content {
      flex: 1;
      overflow-y: auto;
      padding: 0px;
      display: none;
    }
    
    .dashtab_content.active {
      display: block;
    }
    
    /* Floating bottom navigation */
    .dashbottom_nav {
      position: fixed;
      bottom: 0px;
      left: 50%;
      transform: translateX(-50%);
      background: url(../media/dash_mobnavbg.svg);
      background-position: center bottom;
      background-repeat: no-repeat;
      background-size: cover;
      border-radius: 0px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%;
      padding: 80px 24px 24px 24px;
      z-index: 999;
    }

   
    .dashnav_btn {
      border: none;
      background: none;
      font-size: 22px;
      cursor: pointer;
      color: #999;
      transition: all 0.3s ease;
    }
    
    .dashnav_btn.active {
      padding: 0px;
      opacity: 0.5;
    }
    
    /* Button style */
    .dashyellow_btn {
      background: #ffcd00;
      color: #4b2677;
      border: none;
      border-radius: 25px;
      padding: 10px 20px;
      cursor: pointer;
      font-weight: bold;
      margin-top: 10px;
    }
    .dash_mobs1{
      background-image: url(../media/dash_mobs1bg.png);
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      padding: 28px 0px 132px 0px;
    }
    .dash_s1title{
      color: var(--Core-purple-titles, #3B2C53);
      text-align: center;
      font-family: "Josephine Cosy Bold";
      font-size: 40px;
      font-style: normal;
      font-weight: 400;
      line-height: 100%;
      letter-spacing: -2px;
      margin: 0px;
    }
    .dash_t1s2mob{
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 16px 0px;
    }
    .dash_midleftop{
      padding: 24px;
      margin: 0px 16px;
      flex-direction: column;
      gap: 24px;
      align-items: normal;
    }
    .balance_titlebar{
      align-items: center;
      gap: 8px;
    }
    .balance_title{
      font-size: 32px;
    }
    .t2s2_storybar{
      padding: 0px 16px;
    }
    .dashboard_card{
      align-items: normal;
    }
    .lib_mobcardbar{
      display: flex;
      padding: 16px 0;
      align-items: flex-start;
      gap: 8px;
      align-self: stretch;
      overflow-x: auto;
      width: 108%;
      padding-right: 24px;
    }
    .lib_mobcardimg{
      height: 176px;
      border-radius: 8px;
    }
    .lib_mobcardbar::-webkit-scrollbar {
      display: none;
    }
    .dash_t4s2{
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 24px;
    }
    .dash_t4s2card{
      display: flex;
      padding: 24px;
      flex-direction: column;
      gap: 16px;
      align-self: stretch;
      border-radius: 24px;
      background: var(--Sky-Sky-light, #E5F9FF);
    }
    .dash_t4s2cardcbar{
      display: flex;
      flex-direction: column;
      gap: 4px;
    }
    .dash_t4s2cardtitle{
      color: var(--Core-Main-Blue, #030527);
      text-align: center;
      font-family: "LEMON MILK";
      font-size: 24px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;
      letter-spacing: 0.96px;
      margin: 0px;
    }
    .dash_t4s2carddbar{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding: 0px 16px;
    }
    .dash_t4s2cardsubtitle{
      color: var(--Base-02, #727272);
      font-family: Sen;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%;
      margin: 0px;
    }
    .dash_t5s2{
      display: flex;
      flex-direction: column;
      gap: 24px;
      padding: 24px;
    }
    .dash_midlefmid{
      padding: 32px 24px;
      gap: 24px;
      text-align: center;
      border-radius: 24px;
    }
    .dash_textline{
      flex-direction: column;
    }

    .simple-carousel {
      width: 100%;
      margin: 0 auto;
      overflow: hidden;
      position: relative;
      text-align: center;
    }
    
    /* Track holds all slides */
    .carousel-track {
      display: flex;
      transition: transform 0.4s ease;
      gap: 24px;
      padding: 0px 8px 0px 16px;
      box-sizing: border-box;
    }
    
    /* Each card shows 80% width → leaving 10% visible on each side */
    .carousel-card {
      flex: 0 0 89%;
    }
    
    /* Dots */
    .carousel-dots {
      display: flex;
      justify-content: center;
      margin-top: 12px;
    }
    
    .dot {
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #5A3384;
      margin: 0 4px;
      transition: background 0.3s ease;
    }
    
    .dot.active {
      background: #FFCE3C;
    }
    .dash_cardtitle{
      font-size: 32px;
    }
    /* Mobile End */ 
    /* Dashboard End */

}

@media only screen and (min-width: 900px) and (max-width:999px) {
  .age_title{
    font-size: 66px;
  }
  .age_section{
    padding: 220px 0px 175px 0px;
  }
  .char_ani1{
    left: -220px;
    top: 20px;
    height: 140px;
  }
  .char_ani2{
    top: 120px;
    right: -200px;
    height: 210px;
  }
  .world_ani1{
    top: -22px;
    left: -175px;
    height: 200px;
  }
  .world_ani2{
    top: 340px;
    right: -180px;
    height: 260px;
  }
  .tab_c2{
    width: 540px;
  }
  .style_mid{
    max-width: 840px;
  }
  .card-item{
    width: 180px;
  }
  .style_top{
    width: 500px;
  }
  .tab3_ani{
    top: -90px;
    right: -200px;
    height: 240px;
  }
  .tab_c4{
    width: 580px;
  }
  .voice_ani1{
    top: 295px;
    right: -156px;
    height: 150px;
  }
  .dashboard_c1{
    width: 800px;
  }
  .dashboard_s1title{
    font-size: 48px;
  }
  .dashboard_ani1{
    height: 250px;
  }
  .dashboard_ani2{
    height: 320px;
  }
  .dashboard_c2{
    width: 850px;
  }
  .order_desctable tbody tr td:nth-last-child(3){
    min-width: 190px;
  }
  .dash_cardtitle{
    font-size: 28px;
  }
  .dash_cardsubtitle{
    font-size: 14px;
  }
  .balance_title{
    font-size: 24px;
  }
  .dash_midrighttitle{
    font-size: 32px;
  }
  .dash_midright{
    min-width: 480px;
    max-width: 480px;
    padding: 24px;
  }
  .dash_midleftop{
    padding: 24px;
  }
  .dash_midlefmid{
    padding: 24px;
  }
  .smodal_btn1{
    padding: 16px 24px;
  }
  .dashboard_bottom{
    padding: 24px;
  }
  .order_desctable tbody tr td:last-child{
    min-width: 190px;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1099px) {
  .age_section{
    padding: 220px 0px 240px 0px;
  }
  .char_ani1{
    left: -270px;
    top: 20px;
    height: 160px;
  }
  .char_ani2{
    top: 120px;
    right: -250px;
    height: 250px;
  }
  .world_ani1{
    top: -22px;
    left: -170px;
    height: 200px;
  }
  .world_ani2{
    top: 340px;
    right: -180px;
    height: 260px;
  }
  .tab_c2{
    width: 650px;
  }
  .style_mid{
    max-width: 900px;
  }
  .tab3_ani{
    top: -90px;
    right: -190px;
    height: 220px;
  }
  .style_top{
    width: 550px;
  }
  .tab_c4{
    width: 580px;
  }
  .voice_ani1{
    top: 280px;
    right: -200px;
    height: 180px;
  }
  .dashboard_c1{
    width: 900px;
  }
  .dashboard_s1title{
    font-size: 48px;
  }
  .dashboard_ani1{
    height: 250px;
  }
  .dashboard_ani2{
    height: 320px;
  }
  .dashboard_c2{
    width: 950px;
  }
  .order_desctable tbody tr td:nth-last-child(3){
    min-width: 190px;
  }
  .dash_cardtitle{
    font-size: 32px;
  }
  .balance_title{
    font-size: 32px;
  }
  .dash_midrighttitle{
    font-size: 32px;
  }
  .dash_midright{
    min-width: 480px;
    max-width: 480px;
  }
}
@media only screen and (min-width: 1100px) and (max-width:1199px) {
  .age_section{
    padding: 220px 0px 300px 0px;
  }
  .char_ani1{
    left: -320px;
    top: -20px;
    height: 160px;
  }
  .char_ani2{
    top: 120px;
    right: -280px;
    height: 260px;
  }
  .world_ani1{
    top: -22px;
    left: -200px;
    height: 220px;
  }
  .world_ani2{
    top: 340px;
    right: -210px;
    height: 300px;
  }
  .style_mid{
    max-width: 900px;
  }
  .tab3_ani{
    top: -110px;
    right: -220px;
    height: 250px;
  }
  .tab_c4{
    width: 580px;
  }
  .voice_ani1{
    top: 280px;
    right: -250px;
    height: 230px;
  }
  .dashboard_c1{
    width: 1000px;
  }
  .dashboard_s1title{
    font-size: 64px;
  }
  .dashboard_c2{
    width: 1050px;
  }
  .order_desctable tbody tr td:nth-last-child(3){
    min-width: 290px;
  }
  .dash_cardtitle{
    font-size: 32px;
  }
  .balance_title{
    font-size: 32px;
  }
  .dash_midrighttitle{
    font-size: 32px;
  }
  .dash_midright{
    min-width: 580px;
    max-width: 580px;
  }
}
@media only screen and (min-width: 1200px) and (max-width:1348px) {
  .age_section{
    padding: 220px 0px 450px 0px;
  }
  .char_ani1{
    left: -420px;
    top: -40px;
    height: 220px;
  }
  .char_ani2{
    top: 120px;
    right: -350px;
    height: 300px;
  }
  .world_ani1{
    top: -22px;
    left: -280px;
    height: 300px;
  }
  .world_ani2{
    top: 340px;
    right: -300px;
    height: 420px;
  }
  .style_mid{
    max-width: 900px;
  }
  .tab3_ani{
    top: -130px;
    right: -300px;
    height: 330px;
  }
  .voice_ani1{
    top: 240px;
    right: -345px;
    height: 320px;
  }
  .tab_c4{
    width: 580px;
  }
  .dashboard_c1{
    width: 1100px;
  }
  .dashboard_s1title{
    font-size: 64px;
  }
  .dashboard_c2{
    width: 1150px;
  }
  .order_desctable tbody tr td:nth-last-child(3){
    min-width: 380px;
  }
}

@media only screen and (min-width: 1349px) and (max-width:1439px) {
  .age_section{
    padding: 220px 0px 500px 0px;
  }
  .char_ani1{
    left: -420px;
    top: -40px;
    height: 220px;
  }
  .char_ani2{
    top: 120px;
    right: -350px;
    height: 300px;
  }
  .world_ani1{
    top: -22px;
    left: -360px;
  }
  .world_ani2{
    top: 340px;
    right: -380px;
    height: 500px;
  }
  .style_mid{
    max-width: 900px;
  }
  .tab3_ani{
    top: -130px;
    right: -300px;
    height: 330px;
  }
  .voice_ani1{
    top: 240px;
    right: -345px;
    height: 320px;
  }
  .tab_c4{
    width: 580px;
  }
}

@media only screen and (min-width: 1440px) and (max-width:1499px) {
  .age_section{
    padding: 220px 0px 540px 0px;
  }
  .char_ani1{
    left: -500px;
    top: -40px;
  }
  .char_ani2{
    top: 120px;
    right: -420px;
  }
  .world_ani1{
    top: -22px;
    left: -360px;
  }
  .world_ani2{
    top: 340px;
    right: -380px;
    height: 500px;
  }
  .tab3_ani{
    top: -150px;
    right: -380px;
    height: 380px;
  }
  .voice_ani1{
    top: 205px;
    right: -360px;
    height: 340px;
  }
}

@media only screen and (min-width: 1500px) and (max-width:1599px) {
  .age_section{
    padding: 220px 0px 600px 0px;
  }
  .char_ani1{
    left: -520px;
    top: -40px;
  }
  .char_ani2{
    top: 120px;
    right: -450px;
  }
  .world_ani1{
    top: -22px;
    left: -360px;
  }
  .world_ani2{
    top: 340px;
    right: -380px;
    height: 500px;
  }
  .tab3_ani{
    top: -150px;
    right: -420px;
    height: 400px;
  }
  .voice_ani1{
    top: 200px;
    right: -390px;
    height: 360px;
  }
}

@media only screen and (min-width: 1600px) and (max-width:1699px) {
  .char_ani1{
    left: -560px;
    top: -40px;
  }
  .char_ani2{
    top: 120px;
    right: -450px;
  }
  .tab3_ani{
    top: -150px;
    right: -460px;
  }
  .voice_ani1{
    top: 190px;
    right: -430px;
    height: 380px;
  }
}

@media only screen and (min-width: 1700px) and (max-width:1799px) {
.voice_ani1{
  top: 170px;
  right: -470px;
  height: 400px;
}
}

@media only screen and (min-width: 1800px) and (max-width:1919px) {}