/* google-font-link */

@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Oswald:wght@200..700&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&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background: #ffffff !important;
}

h1, h2, h3, h4, h5, h6, p {
  font-family: "Open Sans", sans-serif !important;
}

ul,
li,
a {
  text-decoration: none !important;
  list-style: none !important;
  cursor: pointer !important;
}

.container_wrap {
  /* max-width: 1350px; */
  width: 98%;
  position: relative;
  margin: auto;
  /* width: 100%; */
  overflow: hidden;
}

/* .container,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  max-width: 1140px !important;
  margin: auto;
  width: 100%;
} */

/* header-area */

.header_area {
  background-image: url("../images/hero.png");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  padding-bottom: 360px;
}

#nav_menuu {
  display: flex;
  gap: 10px;
}

#nav_menuu a {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
#nav_menuu a:hover {
  color: #000799;
}

#contact a {
  color: #ffffff;
  background-color: #000799;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
}

#contact {
  /* transition: transform 0.3s; */
}

#contact a:hover {
  background-color: #ffffff;
  color: #000799;
  /* font-weight: 700; */
}

/* #contact:hover {
  transform: scale(1.1);
} */

.reward_box a {
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  /* padding: 8px 15px; */
  margin-top: 40px;
  margin-bottom: 15px;
  gap: 10px;
  border-radius: 40px;
  cursor: pointer;
  /* transition: transform 0.3s; */
  font-size: 18px;
  line-height: 48px;
  align-items: center;
}

.reward_box img {
  width: 18px;
  height: 18px;
}

/* .reward_box:hover {
  transform: scale(1.05);
} */

.reward_box a {
  font-weight: 600;
}

.reward_text {
  font-size: 15px;
}

.earn_box {
  color: #ffffff;
  text-align: center;
  margin-top: 30px;
}

.earn_box h1 {
    font-size: 52px;
    line-height: 62px;
    padding-bottom: 20px;
    margin: 0;
    color: #ffffff;
    font-weight: 700;
}

.earn_box p {
  font-size: 18px;
  line-height: 28px;
}

.playstore img {
  padding-top: 40px;
  margin-bottom: 50px;
}

.discover_area {
  margin-top: 4rem;
  text-align: center;
}

.story_btn a {
  background-color: #e6edff;
  color: #823aff;
  padding: 9px 40px;
  font-weight: 600;
  font-size: 14px;
  border-radius: 20px;
}

.discovary_sec h2 {
  padding-top: 40px;
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
}

.discovary_sec h2 span {
  color: #461dff;
}

.discovary_sec p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  opacity: 0.8;
  padding-top: 20px;
}

.story_btn {
  transition: transform 0.3s;
}

.story_btn:hover {
  transform: scale(1.1);
}

.story_btn a:hover {
  background-color: black;
  color: #ffffff;
}

/* bennifit_area */

.benefit_section {
  background: #fff;
  padding: 3rem 0 1rem 0;
}

.benefit_col .item {
  display: grid;
  grid-template-columns: 1fr 42px;
  gap: 10px;
  margin-bottom: 17px;
  align-items: flex-start;
  margin-right: 0;
}

.benefit_col .item.reverse {
  grid-template-columns: 42px 1fr;
}

.item {
  padding-bottom: 1.1rem;
}

/* Text */
.text_box h6 {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.text_box p {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
  color: #555;
  font-weight: 500;
  opacity: 0.9;
}

.icon_box i {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(196, 183, 183, 0.6);
  font-weight: 700;
}

.icon_box i {
  font-size: 14px;
}

.icon_box_right i {
  font-size: 14px;
}

.icon_box_right i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  box-shadow: 0 6px 12px rgba(196, 183, 183, 0.6);
}

/* side_img */
.de img {
  width: 20%;
  position: absolute;
  right: 0;
}

.de1 img {
  width: 18%;
  position: absolute;
  left: 0;
  z-index: 99;
}

.side_gift img {
  width: 20%;
  position: absolute;
  right: 0;
  z-index: 99;
  bottom: -1rem;

}

.latest-insights {
  position: relative;
}

.latest-insights {
  margin-bottom: 1.8rem;
}
/* end */
/* 
sign up area */
.sign_area {
  margin-top: 6rem;
}

.text_slider_wrap .slick-prev {
  position: absolute;
  left: 45%;
  bottom: 0;
  top: 60%;
  z-index: 1;
  background: #e5e9ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 3rem;
  color: #000;
  border: 0;
  font-size: 20px;
}

.text_slider_wrap .slick-next {
  position: absolute;
  right: 44%;
  top: 70.5%;
  z-index: 1;
  background: #e5e9ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  bottom: 0;
  color: #000;
  border: 0;
  font-size: 20px;
}

.static_box {
  display: flex;
  justify-content: center;
}

.text_slider_wrap1 .slick-prev {
  position: absolute;
  left: 43%;
  bottom: 0;
  top: 62%;
  z-index: 1;
  background: #e5e9ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  margin-top: 3rem;
  color: #000;
  border: 0;
  font-size: 20px;
}

.text_slider_wrap1 .slick-next {
  position: absolute;
  right: 45.5%;
  top: 72%;
  z-index: 1;
  background: #e5e9ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  bottom: 0;
  color: #000;
  border: 0;
  font-size: 20px;
}

.right_box {
  padding-top: 3rem;
  padding-right: 30%;
}
.text_slider_wrap1 .right_box {
  padding-top: 3rem;
  padding-left: 30%;
  padding-right: 0;
}

.text_slider_wrap {
  position: relative;
}

.text_slider span {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #2043FF;
}

.text_slider h2 {
  font-size: 34px;
  line-height: 41px;
  color: black;
  margin-bottom: 10px;
  padding-top: 15px;
  font-weight: 700;
}

.text_slider p {
  font-size: 18px;
  line-height: 28px;
  color: #5C5C5C;
  padding-top: 10px;
  font-weight: 400;
}

/* app benifit area  */

.app_area {
  /* background: #020024;
  background: linear-gradient(90deg,
      rgba(2, 0, 36, 1) 0%,
      rgba(9, 9, 121, 1) 38%,
      rgba(7, 68, 160, 1) 56%,
      rgba(5, 115, 191, 1) 70%,
      rgba(6, 83, 170, 1) 100%,
      rgba(0, 212, 255, 1) 100%); */
  margin-top: 5.8rem;
  border-radius: 25px;
  padding: 20px 0 10px 0;
  background: url(../images/app_area.png) no-repeat center top;
}

.app_text_area h2 {
  text-align: center;
  color: #ffffff;
  padding-top: 4rem;
  font-weight: 600;
  font-size: 46px;
  line-height: 52px;
}

.app_text_area p {
  font-size: 18px;
  text-align: center;
  color: #ffffff;
  padding-top: 1.3rem;
  line-height: 25px;
  opacity: 0.9;
}

.app_slider {
  display: flex;
  gap: 18px;
  padding-top: 1rem;
  padding-bottom: 6rem;
}

.img-col img {
  width: 88%;
  /* height: FFpx; */
  object-fit: cover;
  border-radius: 16px;
}

/* <!-- rating area --> */

.left_rating_are {
  padding-top: 15px;
}

.left_rating_are h3 {
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  padding-bottom: 20px;
}

.left_rating_are img {
  padding-top: 7px;
  margin-bottom: 15px;
}

.left_rating_are p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #5C5C5C;
}

.left_rating_are p span {
  color: #ffffff;
  background-color: black;
  margin: 0 7px;
  padding: 1px 7px;
}

.swiper-slide {
  background-color: #f5f7ff;
  border-radius: 18px;
}

.swiper-wrapper.slick-prev {
  position: absolute;
  left: 50px;
  z-index: 1;
  background: red;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
}

.swiper-wrapper {
  overflow: hidden;
  position: relative;
}

.swiper-wrapper .slick-next {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 999;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
}

.swiper-wrapper .slick-dots li button {
  margin: 0 5px;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #d9d9d9;
  border: none;
  border-radius: 50%;
}

.swiper-wrapper .slick-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  z-index: 999;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0.8;
}

.peaple_reting_text {
  padding-top: 60px;
  padding-left: 15px;
}

.rating_icon i {
  color: #461dff;
  font-size: 18px;
}

.reaview_text p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding-top: 12px;
}

.rating_icon {
  margin-bottom: 10px;
}

.name {
  padding-top: 18px;
}

.name h5 {
  font-size: 17px;
  font-weight: 700;
  line-height: 20px;
}

.name p {
  font-size: 12px;
  opacity: 0.9;
  line-height: 14px;
}

.riya_img img {
  border-radius: 16px 0px 0px 16px;
  width: 100%;
}

.img-col {
  width: 50px;
  margin: auto;
}


/* 
app slider area */

.app_slider .slick-dots li button {
  margin: 0 5px;
  font-size: 0;
  width: 12px;
  height: 12px;
  background: #3A3C49;
  border: none;
  border-radius: 50%;
}
.app_slider .slick-dots li.slick-active button {
  background: #1859FF;
}

.app_slider .slick-dots {
  position: absolute;
  left: 42%;
  bottom: 30px;
}

.app_slider .slick-dots {
  list-style: none;
  display: flex;
}

.app_area1 {
  padding-bottom: 25px;
}

/* <!-- blog area --> */

.latest_header h2 {
  padding: 0 18px;
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
}

.latest-insights {
  padding: 5rem 0 6rem 0;
}

.insight-card {
  border: none;
  border-radius: 14px;
  overflow: hidden;
}


.insight-card img {
  /* height: 220px; */
  width: 100%;
  object-position: top;
}

.card_slider {
  margin: 0 10px;
}

/* Learn more */
.learn-more {
  font-weight: 600;
  color: #1d4ed8;
  text-decoration: none;
}

.learn-more i {
  margin-left: 5px;
}

.card_slider {
  position: relative;
  padding-top: 12px;
}

.card_slider .slick-prev {
  position: absolute;
  right: 8%;
  z-index: 1;
  background: #e5e9ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  top: -60px;
  color: #000;
  border: 0;
  box-shadow: 0 6px 12px rgba(196, 183, 183, 0.6);
  font-size: 20px;
}

.card_slider .slick-next {
  position: absolute;
  right: 15px;
  z-index: 1;
  background: #e5e9ff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  cursor: pointer;
  bottom: 100%;
  color: #000;
  border: 0;
  box-shadow: 0 6px 12px rgba(196, 183, 183, 0.6);
  font-size: 20px;
}

.card_content h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}


.card {
  background-color: #ffffff;
  margin: 0 0px 0 0;
  box-shadow:
    5px 6px 12px rgba(0, 0, 0, 0.08),
    0 0 5px rgba(0, 0, 0, 0.1);
}


.card-body {
    flex: 1 1 auto;
    padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
    color: var(--bs-card-color);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #ffffff;
    border-radius: 10px;
}



.new_arrivals_slider_wrap {
  display: flex;
}





.card_content p {
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  color: #595757;
}

.calender_area {
  display: flex;
}

.calender_area span {
  color: #07297E;
  font-size: 12px;
  padding-bottom: 10px;
}

.learn_more a {
  transition: transform 1s ease;
  cursor: pointer;
}

.learn_more a {
  font-size: 13px;
  color: #07297E;
  font-weight: 500;
}

.category_slider .slider_item {
  padding: 15px 15px;
}

.learn_more a:hover {
  padding: 0 10px 0 0;
  transform: scale(1.05);
}

/* 
footer area */

.footer_area {
  background: linear-gradient(135deg, #0b0f22, #12162e);
  color: #ffffff;
  padding: 80px 0 30px;
}

.footer_brand .logo {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 0;
}

.logo_icon {
  color: #7c6cff;
}

.logo_tag {
  display: block;
  font-size: 11px;
  letter-spacing: 2px;
  opacity: 0.7;
  margin-bottom: 20px;
}

.brand_text {
  font-size: 14px;
  line-height: 1.7;
  opacity: 0.9;
  margin-bottom: 25px;
}

.social_icons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  border-radius: 6px;
  margin-right: 10px;
  font-size: 14px;
  transition: 0.3s;
}

.social_icons a:hover {
  background: #7c6cff;
}

.footer_title {
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 28px;
}

.footer_links {
  list-style: none;
  padding: 0;
}

.footer_links li {
  margin-bottom: 12px;
}

.footer_links a {
  color: #ffffff;
  font-size: 15px;
  opacity: 0.85;
  text-decoration: none;
}

.footer_links a:hover {
  opacity: 1;
}

.footer_contact {
  list-style: none;
  padding: 0;
}

.footer_contact li {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 15px;
  display: flex;
  gap: 12px;
  opacity: 0.9;
}

.footer_contact i {
  margin-top: 4px;
  color: #7c6cff;
}

.footer_bottom {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer_bottom p {
  font-size: 14px;
  line-height: 20px;
  color: #E2E0E0;
  margin: 0;
}

.bottom_links a {
  font-size: 15px;
  color: #ffffff;
  margin-left: 20px;
  opacity: 0.8;
  text-decoration: none;
}

.bottom_links a:hover {
  opacity: 1;
}

.footer_logo p {
  font-size: 15px;
  line-height: 28px;
  padding-top: 25px;
  color: #fff;
}

.footer_contact li:nth-child(3) {
  font-weight: 400;
  font-size: 15px;
}

.journey_area {
  background-color: #f5f2ff;
}

.journey_img img {
  width: 100%;
}

.reward-text {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  height: 100%;
  padding-top: 5.5rem;
}

.reward_text1 h2 {
  font-size: 30px;
  font-weight: 700;
  font-size: 46px;
  line-height: 52px;
  color: #161616;
  margin-bottom: 20px;
}

.reward_text1 p {
  font-size: 16px;
  line-height: 25px;
  color: #4D4D4D;
  padding-top: 15px;
  font-weight: 500;
  opacity: 0.8;
  padding-bottom: 30px;
}


/*  */

.about_content .app_text_area h2 {
  color: #ffffff;
}

.about_content .app_text_area p {
  color: #ffffff;
}

.inner_header_area {
    background-image: url(../images/inner_banner.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-bottom: 0;
}

.about_content {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.about_content h2 {
  color: #000000;
  font-size: 3rem;
  line-height: 4rem;
  font-family: 'Philosopher', sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
}

.about_content h2 span {
  color: #461dff;
}

.about_content p {
    color: #000000;
    margin-top: 15px;
    font-size: 15px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.add_to_cart a {
  font-size: 15px;
  line-height: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  padding-bottom: 15px;
  color: #461dff;
  display: inline-block;
  border: #461dff 1px solid;
  padding: 0 40px;
  text-transform: uppercase;
  background: #fff;
  cursor: pointer;
}

.add_to_cart a:hover {
  color: #ffffff;
  border: #461dff 1px solid;
  text-decoration: none;
  background: #461dff;
  cursor: pointer;
}


.get_in_touch_sec {
  padding: 85px 0 60px;
}

.get_in_touch_sec h2 {
  font-size: 3rem;
  line-height: 4rem;
  color: #461dff;
  font-weight: 700;
  text-align: center;
}

.get_in_touch_sec h3 {
  font-size: 4rem;
  line-height: 4rem;
  color: #000000;
  font-weight: 700;
  text-align: center;
}

.home_contact_info {
  padding: 30px 0;
}

.home_contact_form {
  padding: 30px 0;
}

.home_contact_form label {
  color: #000000;
  font-size: 15px;
  line-height: 30px;
  padding: 0;
  margin: 3px;
}

.home_contact_form input[type="text"],
.home_contact_form input[type="email"],
.home_contact_form input[type="number"],
.home_contact_form input[type="tel"] {
  border: #000000 1px solid;
  font-size: 14px;
  line-height: 40px;
  height: 40px;
}

.home_contact_form textarea {
  border: #000000 1px solid;
  font-size: 14px;
  line-height: 30px;
  height: 100px;
  resize: none;
  border-radius: 6px;
}

.home_contact_form .wpcf7-submit {
  background: #000000;
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
  padding: 0 50px;
  color: #ffffff;
  border: none;
  margin-top: 20px;
  cursor: pointer;
}

.home_contact_form .wpcf7-submit:hover {
  color: #ffffff;
  background: #461dff;
}

.home_contact_info h4 {
  font-size: 2rem;
  line-height: 3.8rem;
  color: #000000;
  padding-bottom: 25px;
  position: relative;
  font-weight: 600;
}

.home_contact_info h4:before {
  position: absolute;
  left: 0;
  bottom: 22px;
  background: #000000;
  content: "";
  width: 100px;
  height: 2px;
  display: block;
}

.home_contact_info p {
  line-height: 25px;
  padding-bottom: 0;
  position: relative;
  padding-left: 25px;
}

.home_contact_info p i {
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 20px;
  color: #461dff;
}

.info_wrap {
  margin-bottom: 20px;
}


.map_section {
  margin-top: 50px;
}
.map_section h2 {
  margin-bottom: 20px;
}

/*  */

.header-menu {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
}
.header-menu li {
  display: block;
}

.navbar-brand {
  margin: 0;
}

.footer_title {
  margin-top: 25px;
  color: #fff;
}

@media screen and (min-width:320px) and (max-width:767px) {

  .header-menu {
    display: block;
    gap: 30px;
    padding: 0;
    margin: 0;
  }
  #nav_menuu a {
      color: #ffffff;
      font-size: 16px;
      line-height: 37px;
  }
  .navbar-nav .nav-link {
      padding: 0 0;
  }
  #nav_menuu {
    display: flex;
    gap: 0;
  }
  .reward_box a {
    margin-top: 0;
    margin-bottom: 0;
  }

  .earn_box h1 {
    font-size: 25px;
    line-height: 33px;
    padding-bottom: 0;
    margin: 0;
    color: #ffffff;
  }
  .earn_box p {
      font-size: 14px;
      margin: 0;
  }
  .about_content {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .footer_title {
    text-align: center;
  }

  .get_in_touch_sec h3 {
    font-size: 2rem;
    line-height: 3rem;
    color: #000000;
    font-weight: 700;
    text-align: center;
}
.get_in_touch_sec h2 {
    font-size: 2rem;
    line-height: 2rem;
    color: #461dff;
    font-weight: 700;
    text-align: center;
}
.home_contact_info h4 {
    font-size: 1.2rem;
    line-height: 2.8rem;
    color: #000000;
    padding-bottom: 25px;
    position: relative;
    font-weight: 600;
    text-align: center;
}
.home_contact_info h4:before {
    position: absolute;
    left: 38%;
    bottom: 22px;
    background: #000000;
    content: "";
    width: 100px;
    height: 2px;
    display: block;
}
.get_in_touch_sec {
    padding: 50px 0 40px;
}

.text_slider_wrap1 .right_box {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
}
.right_box {
    padding-top: 3rem;
    padding-right: 0;
}


}


@media screen and (min-width:360px) and (max-width:767px) {
  .new_arrivals_slider_wrap {
    display: block;
  }
  .discovary_sec h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .discovary_sec p {
    font-size: 14px;
    line-height: 24px;
  }
  .text_slider h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .about_content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .add_to_cart a {
    font-size: 12px;
    line-height: 36px;
    padding: 0 35px;
  }
}

@media screen and (min-width:412px) and (max-width:767px) {}

@media screen and (min-width:480px) and (max-width:767px) {}

@media screen and (min-width:568px) and (max-width:767px) {}

@media screen and (min-width:636px) and (max-width:767px) {}

@media screen and (min-width:732px) and (max-width:1024px) {}

@media screen and (min-width:768px) and (max-width:1024px) {}

@media screen and (min-width:800px) and (max-width:1024px) {}

@media screen and (min-width:900px) and (max-width:1024px) {}

@media screen and (min-width:980px) and (max-width:1024px) {}

@media screen and (min-width:1000px) and (max-width:1024px) {}

@media screen and (min-width:1025px) and (max-width:1280px) {}


@media screen and (min-width:1281px) and (max-width:1366px) {}



@media screen and (min-width:1500px) and (max-width:1999px) {}

@media screen and (min-width:2000px) and (max-width:3000px) {}