.header .header-wrap .hamburger-menu:hover {
  background-color: rgb(0 0 0 / 12%) !important;
}
.secondary_hdr {
  margin-top: 100px;
}
.secondary_hdr .hdr_bx {
  background-color: #ffc90f;
  border-radius: 1.2rem;
  padding: 25px 5%;
}
.secondary_hdr .hdr_bx .lft_bx {
  text-align: left;
}
.grid_items-list .grid_item-card {
  border-radius: 16px;
  border: 3px solid #fff;
  outline: 1px solid #cfcfcf;
  padding: 13px;
  text-align: left;
  transition: all 0.3s linear;
  box-shadow: 0px 2px 6px #00000012;
}
.grid_items-list .grid_item-card:hover {
  border-color: #cfcfcf;
}
.grid_items-list .hidden {
  display: none;
}
.grid_items-list .grid_item-card .lft_bx {
  text-align: left;
}
.grid_items-list .grid-item a {
  color: #2b2a29;
}
.grid_items-list .grid-item a:hover h4 {
  color: #121212;
}
.grid_items-list .grid_item-card .grid_item-img {
  background-color: #f5f9ff;
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  border-radius: 12px;
  justify-content: center;
}
.grid_items-list .grid_item-card .grid_item-img img {
  max-height: 80%;
  max-width: 80%;
}
.grid_items-list .grid_item-card h4 {
  font-size: 18px;
  font-family: "RobotoBold";
  margin-bottom: 5px;
}
.grid_items-list .grid_item-card p {
  font-size: 14px;
  margin: 0;
}
.fw-bold {
  font-family: "RobotoBold";
}
.secondary_hdr .container {
  margin: 0px auto;
  padding: 0;
  max-width: min(95%, 1200px);
}
.header-wrap.black-menu_icn .hamburger-menu img {
  filter: invert(1);
}
.tags_slider.swiper-container,
.tags_slider {
  height: auto;
}
.tags_slider .swiper-slide {
  width: auto;
  height: auto;
}
.tag-filter .custom-button {
  z-index: 1;
}
.tag-filter button {
  line-height: normal;
  border-radius: 30px;
  border: none;
  transition: all 0.2s linear;
  font-size: 15px;
  font-family: "RobotoMedium";
  padding: 10px 20px;
  outline: none;
}
.tag-filter button:hover {
  background-color: #d9d9d9;
}
.tag-filter button.active,
.tag-filter .active {
  background-color: #333c93;
  color: white;
  border: none;
  outline: none;
}
.tag-filter .wrapper {
  position: relative;
}
.tags_slider.wth_icn {
  margin-top: 130px;
}
.tags_slider.wth_icn .swiper-slide {
  flex-direction: column;
}
.tags_slider.wth_icn .swiper-slide .tags_img {
  width: 100%;
  height: 100px;
  display: flex;
  transition: all 0.2s linear;
  justify-content: center;
  align-items: center;
  border: 1px solid #a7bfe2;
  border-radius: 11px;
  margin-bottom: 10px;
}
.tags_slider.wth_icn {
  padding-top: 2px;
}
.tags_slider.wth_icn .swiper-slide.actvClas .tags_img {
  box-shadow: inset 0 0 0 4px #084aad;
}
.tags_slider.wth_icn + .tags_slider_nav div::after {
  scale: 1.2;
}
.tags_slider.wth_icn + .tags_slider_nav {
  transform: translateY(-15px);
}
.tags_slider.wth_icn .swiper-slide button {
  background-color: transparent;
  padding: 0;
}

.tags_slider.wth_icn .swiper-slide img {
  max-width: 70px;
  max-height: 60px;
}
.tags_slider_nav {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.tags_slider_nav > div {
  padding: 0;
}
.tags_slider_nav > div:after {
  content: url(https://www.samil.in/images/uparrow-dark.svg);
  transform: rotate(90deg);
}
.tags_slider_nav > div.swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  outline: none;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: url("/images/right-arrow2.svg");
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: url("/images/left-arrow2.svg");
  left: -65px;
}

.grid_bx-area.insd_pg {
  background-color: #f5f9ff;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.video_sec {
  width: min(800px, 100%);
  margin-bottom: -200px;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
.video_sec img {
  display: block;
  width: 100%;
}
.video_sec .video_insd::before {
  width: 100%;
  pointer-events: none;
  cursor: pointer;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.45);
  z-index: 1;
  content: "";
  position: absolute;
}
.video_sec .video_insd span {
  width: 70px;
  height: 52px;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
  position: absolute;
}
.video_sec .video_insd span img {
  width: 100%;
  transition: all 0.2s linear;
}
.video_sec .video_insd:hover span img {
  scale: 1.12;
}
.emailer_bx .row_area {
  display: flex;
  max-width: 1000px;
  justify-content: space-evenly;
  margin-bottom: 30px;
  align-items: center;
  column-gap: 8%;
}
.emailer_bx .row_area > div {
  width: 46%;
}
.emailer_bx .row_area:nth-child(odd) > div:last-child {
  text-align: center;
}
.emailer_bx .row_area:nth-child(odd) > div:first-child {
  text-align: left;
}
.emailer_bx .row_area:nth-child(even) > div:first-child {
  text-align: center;
}
.emailer_bx .row_area:nth-child(even) > div:last-child {
  text-align: left;
}
.emailer_bx .row_area h2 {
  margin-bottom: 20px;
  line-height: 1.35;
}
.emailer_bx .row_area ul {
  display: list-item;
  margin-left: 20px;
}
.emailer_bx .row_area ul li {
  list-style: disc;
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
}

.video_sec .video_insd iframe {
  display: none;
}
.video_sec .video_insd.hdn_Ovrlay {
  border: 1px solid #000;
}
.video_sec .video_insd.hdn_Ovrlay::before {
  display: none;
}

.slider_categories .swiper-slide {
  flex-direction: column;
  background-color: transparent;
}
.details_tags .swiper-slide {
  flex-direction: column;
  justify-content: flex-start;
  height: auto;
}
.details_tags .swiper-slide {
}
.details_slider_nav {
  position: fixed;
  width: 90%;
  left: 0;
  right: 0;
  top: 0px;
  bottom: 0;
  margin: auto;
  height: 50px;
  z-index: 1;
  display: none;
}
.tags_slider .swiper-slide {
  margin-bottom: auto;
  line-height: normal;
}
.details_slider_nav .arrow_bx {
  background-color: #f9f9f9;
  flex: 1;
  border: 1px solid #d9d9d9;
  padding: 8px;
  border-radius: 10px;
  margin-right: 10px;
  opacity: 0.8;
}
.details_slider_nav .swiper-button-disabled {
  display: none;
}
.details_slider_nav > div:hover .arrow_bx {
  opacity: 1;
}
.details_slider_nav .swiper-button-prev .arrow_bx {
  position: absolute;
  left: 50px;
}
.details_slider_nav img {
  width: 60px;
  height: auto;
}
.details_slider_nav span {
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  width: 100%;
  flex: 1;
  white-space: nowrap;
  color: #323232;
  margin-top: 6px;
}
.download_bx .row {
  border-radius: 10px;
  background: transparent linear-gradient(254deg, #eef9ff 0%, #daeeff 100%) 0%
    0%;
}
.fw-medium {
  font-weight: 600;
}
.fw-roboto {
  font-family: "Roboto";
}
.fs-13 {
  font-size: 13px;
}
.fs-14 {
  font-size: 14px;
}
.yellow_btn {
  background-color: #ffca08;
}
.download_bx .wrapper {
  max-width: 1280px;
}
.tags_slider.wth_icn .swiper-slide .tags_img:hover {
  border-color: #5f728f;
  cursor: pointer;
}
.tags_slider.wth_icn .swiper-slide.actvClas .tags_img + button {
  color: #084aad;
}
.details_slider_nav .swiper-button-next,
.details_slider_nav .swiper-button-prev {
  background-color: transparent;
}

.main.nomenu .secondary_hdr {
  margin-top: 10px !important;
}
.main.nomenu .tags_slider.wth_icn {
  margin-top: 20px;
}

@media only screen and (max-width: 1280px) {
  .eventBidMob .main {
    margin-top: 0 !important;
  }
  .main.nomenu {
    margin-top: 0px !important;
  }
  .header .first-row {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 6px;
  }
  .tags_slider.wth_icn {
    margin-top: 100px;
  }
  .header .header-wrap .hamburger-menu {
    filter: invert(1);
  }
}
@media (max-width: 769px) {
  .secondary_hdr .hdr_bx .lft_bx {
    order: 2;
  }
  .secondary_hdr .hdr_bx .ryt_bx {
    order: 1;
  }
  .emailer_bx .row_area {
    flex-direction: column;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 20px;
  }
  .emailer_bx .row_area .ryt_bx {
    order: 1;
    padding: 0px 40px;
    width: 90%;
    text-align: center;
  }
  .emailer_bx .row_area .ryt_bx img {
    width: 100%;
    height: auto;
  }
  .emailer_bx .row_area .lft_bx {
    order: 2;
    padding: 0px 40px;
    width: 90%;
    text-align: center;
    margin-top: 20px;
  }
  .grid_bx-area.insd_pg {
    padding: 20px;
  }
  .grid_bx-area.insd_pg p {
    margin-bottom: 0;
  }
  .emailer_bx .row_area:nth-child(even) .ryt_bx {
    order: 2;
  }
  .emailer_bx .row_area h2 {
    font-size: 20px;
  }
  .emailer_bx .row_area ul li {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .emailer_bx .row_area ul {
    margin-bottom: 20px;
  }
  .emailer_bx .row_area:nth-child(even) .lft_bx {
    order: 1;
    margin-top: 20px;
  }
  .video_sec {
    border-radius: 12px;
  }
  .emailer_bx .row_area > div {
    width: 100%;
  }
  .secondary_hdr .hdr_bx .lft_bx {
    text-align: center;
  }
}

/* New styles */
:root {
  --pt-blue: #2d78c3;
  --pt-violet: #6959be;
  --pt-yellow: #ffd700;
  --pt-text: #191919;
  --pt-body: #2b2b2b;
  --pt-muted: #f5f7fc;
  --pt-border: #0c8ae5;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
  background: #ffffff;
  color: var(--pt-text);
}

.tutorials-page {
  overflow: clip;
}

.tutorials-page img {
  display: block;
  max-width: 100%;
}

.tutorials-page .tutorials-hero {
  padding: 3rem 0;
  background: linear-gradient(
    252deg,
    var(--pt-violet) 15.2%,
    var(--pt-blue) 80.98%
  );
}

.tutorials-page .tutorials-hero-copy {
  max-width: 38rem;
  color: #ffffff;
  text-align: left;
}

.tutorials-page .tutorials-hero-copy h1 {
  margin: 0 0 1rem;
  color: #ffffff;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 1.25;
}

.tutorials-page .tutorials-hero-copy h1 span {
  color: var(--pt-yellow);
}

.tutorials-page .tutorials-hero-copy p {
  margin: 0;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.85;
}

.tutorials-page .tutorials-hero-media {
  overflow: hidden;
  border-radius: 2.15rem;
  box-shadow: 0 4px 28.9px rgba(0, 0, 0, 0.13);
  background-color: white;
  min-height: 350px;
  align-content: center;
}

.tutorials-page .tutorials-hero-media img {
  max-width: 60%;
  margin: 0px auto;
}

@media (max-width: 1399.98px) {
  .tutorials-page .tutorials-hero-copy h1 {
    font-size: 2.9rem;
  }
}

@media (max-width: 1199.98px) {
  .tutorials-page .tutorials-hero-copy h1 {
    font-size: 2.6rem;
  }
}

@media (max-width: 991.98px) {
  .tutorials-page {
    padding-top: 0px;
  }
  .tutorials-page .tutorials-hero {
    padding: 2.7rem 0 3rem;
  }
  .tutorials-page .tutorials-hero .container {
    padding-left: 10px;
  }

  .tutorials-page .tutorials-hero-copy {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .tutorials-page .tutorials-hero-media {
    min-height: fit-content;
    padding: 3rem 0;
  }
}

@media (max-width: 767.98px) {
  .tutorials-page .tutorials-hero-copy h1 {
    font-size: 2rem;
  }

  .tutorials-page .tutorials-hero-copy p {
    font-size: 0.98rem;
    line-height: 1.75;
  }

  .tutorials-page .tutorials-hero-media {
    border-radius: 1.4rem;
  }
}

@media (max-width: 575.98px) {
  .tutorials-page .tutorials-hero {
    padding-top: 2.3rem;
  }

  .tutorials-page .tutorials-hero-copy h1 {
    font-size: 1.8rem;
  }
}
