  @font-face {
      font-family: 'anjomanlight';
      src: url('../font/Anjoman-Regular.ttf') format('ttf'),
          url('../font/Anjoman-Regular.eot') format('eot'),
          url('../font/Anjoman-Regular.woff2') format('woff2'),
          url('../font/Anjoman-Regular.woff') format('woff');
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'anjomanbold';
      src: url('../font/Anjoman-Bold.ttf') format('ttf'),
          url('../font/Anjoman-Bold.eot') format('eot'),
          url('../font/Anjoman-Bold.woff2') format('woff2'),
          url('../font/Anjoman-Bold.woff') format('woff');
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'IRANSans';
      src: url('../font/IRANSansWeb.ttf') format('ttf'),
          url('../font/IRANSansWeb.eot') format('eot'),
          url('../font/IRANSansWeb.woff2') format('woff2'),
          url('../font/IRANSansWeb.woff') format('woff');
      font-weight: 300 800;
      font-style: normal;
      font-display: swap;
  }

  @font-face {
      font-family: 'estedad';
      src: url('../font/estedad.ttf') format('ttf'),
          url('../font/estedad.eot') format('eot'),
          url('../font/estedad.woff2') format('woff2'),
          url('../font/estedad.woff') format('woff');
      font-weight: 300 800;
      font-style: normal;
      font-display: swap;
  }

  :root {
      --primary-bg: #e6f5f4;
      /* زمینه پایین (آکوا بسیار روشن) */
      --accent: #289E8D;
      /* رنگ دکمه‌ها و آیکون‌ها (تِیل) */
      --accent-dark: #238976;
      /* تِیل تیره‌تر */
      --onhover: #BC9E6C;
      --card-bg: #ffffff;
      --header-dark: #1e2324;
      /* پس‌زمینه هدر اسلایدر */
      --muted: #7d7d7d;
      --title-color: #23323a;
  }

  html,
  body {
      font-family: 'anjomanlight', 'estedad', Tahoma, Arial, sans-serif;
      background: white;
      color: #333;
      scroll-behavior: smooth;
  }

  p {
      font-family: 'anjomanlight', 'IRANSans', Tahoma, Arial, sans-serif;
  }

  body {
      background-image: url(" data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'>\ <circle cx='2' cy='2' r='1.2' fill='%23e0e0e0' />\ </svg>");
      background-repeat: repeat;
      background-size: 6px;
  }

  a {
      text-decoration: none;
  }

  /* ------------ Loading ----------------*/
  /* لایه‌ی لودینگ */
  #loader {
      position: fixed;
      inset: 0;
      background-color: #000;
      /* بکگراند فقط هنگام لودینگ */
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
  }

  #loader img {
      width: 80%;
  }

  /* افکت محو شدن لودینگ */
  #loader.hidden {
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease;
  }

  .mainmenu {
      justify-content: space-between;

  }

  /* ---------- Header / Navbar ---------- */
  .site-navbar {
      background: transparent;
      position: relative;
      z-index: 50;
      padding: 18px 0;
  }

  .brand-logo {
      font-weight: 700;
      color: white;
  }

  .topbar {
      position: sticky;
      width: 100%;
      top: 0;
      left: 0;
      z-index: 60;
      padding: 12px 24px;
      background: rgba(0, 0, 0, .4) !important;
      box-shadow: 0px 5px 15px rgba(100, 100, 100, 0.3) !important;
      backdrop-filter: blur(12px) !important;
      -webkit-backdrop-filter: blur(12px) !important;
  }

  a.nav-link {
      color: white;
      font-family: 'estedad';
  }

  a.nav-link:hover,
  a.nav-link:active {
      color: #38d9c2;
  }

  .navbar-toggler-icon {
      background-image: none;
      align-content: center;
  }

  .navbar-toggler-icon i {
      color: #ffffff;
      font-size: 1.3rem;
  }

  .loginlink {
      background: var(--accent);
      border: none;
      padding: 5px 20px;
  }

  .loginlink:hover {
      background: var(--onhover);
  }

  .closebg {
      display: none;
  }

  /* make navbar icons white over dark hero */
  .navbar-toggler {
      border: none;

  }

  button.navbar-toggler i {
      color: #fff;
      font-size: 1.3rem;
  }

  .navbar-brand:focus,
  .navbar-brand:hover {
      color: #fff;
  }

  li.nav-social {
      display: none;
  }


  .nav-back {
      width: 100%;
      height: 92px;
      background: aquamarine;
      position: absolute;
      top: 0;
      left: 0;
      background: url(../img/slidepattern.png);
  }

  /* ---------- Hero / Carousel ---------- */
  /* ---------- Hero / Carousel ---------- */
  section.header-slider {
      height: calc(100vh - 92px);
  }

  section.header-slider .splide__track {
      height: 100%;
  }

  button.splide__arrow {
      background: none !important;
  }

  .splide__arrow svg {
      fill: #000;
      height: 1.8em !important;
      width: 1.4em !important;
  }

  .header-slider .splide__arrow svg,
  .blog-slider .splide__arrow svg {
      fill: #fff !important;
      height: 2.8em !important;
      width: 2.5em !important;
  }

  .slidepattern,
  .slidepattern2,
  .slidepattern3 {
      min-height: 620px;
      padding: 40px;
      position: relative;
      overflow: hidden;
      color: white;
      font-family: 'estedad';
      align-content: center;
      height: 100%;
  }

  .hero-card .hero-title {
      font-size: 38px;
      font-weight: 700;
      color: white;
      margin-bottom: 12px;
      font-family: anjomanlight;
  }

  .hero-card .hero-sub {
      color: rgba(255, 255, 255, 0.85);
      margin-bottom: 18px;
      font-size: 1.3rem;
      font-family: 'estedad';
  }

  .hero-card .hero-cta {
      background: var(--accent);
      border: none;
      color: #fff;
      padding: 10px 18px;
      border-radius: 10px;
      font-weight: 600;
      box-shadow: 0 8px 18px rgba(36, 150, 130, 0.18);
      text-decoration: none;
  }

  .heroimage {
      position: absolute;
      right: 28px;
      bottom: -20px;
      width: 420px;
      transform: rotate(-8deg);
      pointer-events: none;
  }

  .slidepattern {
      background: url('../img/slidepattern.png') !important;
  }

  .slidepattern .hero-card h2 {
      text-align: right;
      font-size: 4rem;
  }

  .slidepattern .hero-card p {
      font-size: 1.4rem;
  }


  .slidepattern2 {
      background: url('../img/slidepattern2.png') !important;
      background-size: cover !important;
  }

  .slidepattern2 .hero-card h2 {
      display: block;
      width: 100%;
      text-align: center;
      font-size: 6rem;
  }

  .slidepattern3 {
      background: url('../img/maktab.gif') !important;
      background-size: cover !important;
  }

  .slider-img-brush {
      position: absolute;
      left: 0;
      bottom: -25px;
      width: 555px;
      z-index: 1;
  }

  .slider-img-splash {
      position: absolute;
      left: 0;
      bottom: 57px;
      width: 500px;
      z-index: 0;
      filter: opacity(0.3);
  }

  .slider-img-splash2 {
      position: absolute;
      left: 16%;
      bottom: -120px;
      width: 500px;
      z-index: 0;
      filter: hue-rotate(399deg) opacity(0.3);
      transform: rotate(71deg);
  }

  /* carousel controls bigger and circular like design */
  .carousel-control-prev,
  .carousel-control-next {
      width: 48px;
      height: 48px;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.07);
      border: 1px solid rgba(255, 255, 255, 0.06);
      top: 50%;
      transform: translateY(-50%);
  }

  .carousel-control-prev {
      margin-right: 10px;
  }

  .carousel-control-next {
      margin-left: 10px;
  }

  .carousel-indicators {
      left: auto;
      right: 25px;
      bottom: 10px;
      margin: auto;
  }

  .carousel-indicators [data-bs-target] {
      background: rgba(255, 255, 255, 0.7);
      width: 10px;
      height: 10px;
      border-radius: 10px;
      border: none;
  }

  .carousel-indicators .active {
      width: 35px;
      background: #fff;
  }

  .glass-box {
      position: relative;
      background: url(../img/cardbg.png) no-repeat;
      border-radius: 30px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
      padding: 60px;
      color: white;
      background-size: cover;
      min-height: 400px;
      border: 2px solid #719699;
      display: flex;
      flex-direction: column;
      align-content: flex-start;
      width: 80%;
      align-items: flex-end;
      margin: 0 auto;
      z-index: 1;
  }

  .glass-box2 {
      position: relative;
      background: url(../img/cardbg2.png) no-repeat;
      border-radius: 30px;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4);
      display: flex;
      justify-content: space-between;
      align-items: center;
      overflow: hidden;
      padding: 60px;
      color: white;
      background-size: cover;
      min-height: 400px;
      border: 2px solid #719699;
      display: flex;
      flex-direction: column;
      align-content: flex-start;
      width: 80%;
      align-items: flex-end;
      margin: 0 auto;
      z-index: 1;
  }

  .glass-box3 {
      position: absolute;
      border-radius: 30px;
      /* box-shadow: 0 8px 25px rgba(0, 0, 0, 0.4); */
      color: white;
      max-width: 500px;
      margin: 0 auto;
      z-index: 1;
      bottom: -27px;
      right: 0;
      left: 0;
  }

  .glass-box3 h3 {
      line-height: 2;
      background: rgba(0, 0, 0, .4) !important;
      box-shadow: 0px 5px 15px rgba(100, 100, 100, 0.3) !important;
      backdrop-filter: blur(12px) !important;
      -webkit-backdrop-filter: blur(12px) !important;
      border-top-left-radius: 30px;
      border-top-right-radius: 30px;
      padding: 30px 40px;
      border: 2px solid #719699;
      text-align: center;
  }

  .hero-card.glass-box3 p {
      width: 100%;
      text-align: center;
  }

  .header-slider .splide__pagination {
      left: auto;
      right: 25px;
      bottom: 10px;
      margin: auto;
  }

  .header-slider .splide__pagination li button {
      width: 10px;
      height: 10px;
      border-radius: 10px;
      transition: all .6s;
  }

  .header-slider .splide__pagination li button.is-active {
      width: 35px;
      background: #fff;
      transform: none;
  }

  /* ---------- Main sections ---------- */
  main {
      margin-top: 48px;
  }

  .section-title {
      position: relative;
      display: inline-block;
      cursor: default;
  }

  .section-title p span {
      font-size: 1.8rem;
      font-weight: lighter !important;
      font-family: anjomanlight;
      display: block;
      text-align: left;
  }

  .text-base {
      text-align: center;
      color: #6b6b6b;
      font-family: estedad;
      font-weight: bold;
      font-size: 3rem;
      user-select: none;
      white-space: nowrap;
      position: relative;
      margin: 0 auto;
      right: 0;
  }

  .text-gradient {
      position: absolute;
      top: 16px;
      left: 0;
      text-align: center;
      color: #6b6b6b;
      font-family: estedad;
      font-weight: bold;
      font-size: 3rem;
      margin: 50px 0;
      white-space: nowrap;
      pointer-events: none;
      -webkit-text-fill-color: transparent;
      opacity: 0;
      transition: opacity 150ms linear;
      margin: 0 auto;
      right: 0;
  }

  .section-title:hover .text-gradient {
      opacity: 1;
  }

  .section-title-razavi p span {
      text-align: right;
  }

  .section-title-teacher p span {
      text-align: left;
      padding-left: 32px;
      margin-bottom: -43px;
      letter-spacing: 4px;
      font-size: 1.6rem;
  }

  .section-sub {
      text-align: center;
      color: var(--muted);
      margin-bottom: 18px;
  }

  /* features row (3 circles) */
  .feature-circle {
      display: flex;
      margin: 0 auto 5px;
      position: relative;
      box-shadow: 0 6px 20px rgba(36, 150, 130, 0.06);
      z-index: 2;
      width: 100%;
      position: relative;
  }

  .feature-caption {
      background: var(--accent);
      color: white;
      border-radius: 6px;
      padding: 5px 12px;
      display: inline-block;
      font-size: 22px;
      position: relative;
      top: -13px;
  }

  img.vector-bg {
      width: 100%;
      z-index: 2;
  }

  .vector-left img.vector-bg {
      transform: rotateY(180deg);
  }

  img.vector-inperson {
      position: absolute;
      max-width: 185px;
      top: 13%;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 3;
  }

  .vector-right:after {
      content: "";
      width: 24px;
      height: 28px;
      border-left: 42px solid transparent;
      border-right: 76px solid transparent;
      border-bottom: 33px solid #ffffff;
      position: absolute;
      transform: rotate(39deg);
      bottom: 17px;
      right: -32px;
      z-index: 1;
  }

  /*.vector-right:after {
    content: "";
    width: 7px;
    height: 12px;
    border-left: 24px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 33px solid #ffffff;
    position: absolute;
    transform: rotate(39deg);
    bottom: -20px;
    right: 9px;
    z-index: 1;
}
.vector-center:before {
    content: "";
    width: 200px;
    height: 200px;
    background: #d4ece8;
    position: absolute;
    border-radius: 50%;
    bottom: 10px;
}
.vector-left:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: url(../img/vector.png);
    background-size: contain;
    background-repeat: no-repeat;
    right: 6px;
    top: 30px;
    z-index: 2;
    transform: rotateY(180deg);
}
.vector-left:after {
    content: "";
    width: 7px;
    height: 12px;
    border-left: 24px solid transparent;
    border-right: 25px solid transparent;
    border-bottom: 33px solid #ffffff;
    position: absolute;
    transform: rotate(87deg);
    bottom: -20px;
    left: 24px;
    z-index: 1;
}*/
  .vector-left:after {
      content: "";
      width: 26px;
      height: 29px;
      border-left: 51px solid transparent;
      border-right: 57px solid transparent;
      border-bottom: 76px solid #ffffff;
      position: absolute;
      transform: rotate(87deg);
      bottom: 6px;
      left: -20px;
      z-index: 1;
  }

  .course-link {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
      font-family: 'anjomanlight';
      z-index: 1;
      margin-top: -41px;
      display: block;
      width: 100%;
  }

  .feature-caption h5 {
      font-size: 2rem;
      padding: 0 5px;
  }

  .vecor-center-bg {
      width: 100%;
      height: 309px;
      background: #d4ece8;
      border-radius: 100%;
      margin-bottom: 57px;
  }

  /* cards (Featured Classes) */
  .course-card {
      border-radius: 12px;
      overflow: visible;
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.06);
      background: var(--card-bg);
      display: inline-block;
      text-decoration: none;
      position: relative;
  }

  .course-holder {
      overflow: hidden;
      border-radius: 25px;
  }

  a.readmore {
      position: absolute;
      bottom: -34px;
      display: inline;
      right: 0;
      left: 0;
      background: #289E8D;
      width: fit-content;
      margin: 0 auto;
      color: white;
      font-weight: bold;
      padding: 5px 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
  }

  .course-card .card-body {
      padding: 18px;
      color: #6B6B6B;
      z-index: 2;
      position: relative;
  }

  .card-body * {
      color: #6B6B6B;
      transition: all 1s;
      direction: rtl;
  }

  .card-body h3 {
      font-family: 'anjomanlight';
      line-height: 2;
      color: #6B6B6B;
      font-weight: bold;
  }

  .course-price {
      font-size: 19px;
      font-weight: bold;
      font-family: 'anjomanlight';
      color: #434343;
  }

  .btn-ghost {
      background: #f2f7f6;
      border: none;
      color: var(--accent-dark);
      padding: 8px 12px;
      border-radius: 8px;
      font-weight: 600;
  }

  .course-card:hover img.course-pic {
      transform: scale(2.2);
  }

  .course-card:before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 0%;
      background: linear-gradient(0deg, #bc9e6c, transparent);
      transition: 0;
      z-index: 2;
      border-radius: 25px;
      transition-delay: 0s;
  }

  .course-card:hover:before {
      height: 100%;
      transition: height .79s ease-in-out;
      transition-delay: .7s;
  }

  .course-card:hover h3 {
      color: #1e2324;
  }

  .course-card .readmore {
      transition: 0;
      transition-delay: 0s;
      direction: rtl;
  }

  .course-card:hover .readmore {
      background: #bc9e6c;
      transition-delay: .7s;

  }

  .course-card:hover p,
  .course-card:hover p span {
      color: #000;
  }

  .course-card img.course-pic {
      transform-origin: top center;
      transition: all 1s;
      z-index: 1;
      position: relative;
  }

   .splide__list {
      direction: ltr;
  }

  /* gallery */
  .gallery-stage {
      background: url(../img/gallerybg.png);
      border-radius: 18px;
      position: relative;
      background-size: contain;
      background-repeat: no-repeat;
          background-position: 50% 0%;
  }
 :root{
    --gap: 18px;
    --transition-duration: 700ms; /* سرعت حرکت و انیمیشن — قابل تغییر */
  }

  .gallery-stage{
    max-width:1100px;
    margin:0 auto;
    
  }

  .gallery-wrap{
    position:relative;
    overflow:hidden;
    border-radius:12px;
    background: transparent; /* بدون بکگراند */
    padding: 28px 12px;
  }

  /* track: row از اسلایدها */
  .gallery-track{
    display:flex;
    gap:var(--gap);
    align-items:center;
    transition: transform var(--transition-duration) cubic-bezier(.22,.9,.34,1);
    will-change: transform;
    padding-bottom:6px;
    direction: ltr;
  }

  .gallery-slide{
    flex:0 0 auto;
    transition: transform var(--transition-duration) ease, opacity var(--transition-duration) ease;
    transform-origin:center center;
    cursor:pointer;
  }

  /* تصویر: بدون ارتفاع ثابت، با نسبت (مستطیلی) */
  .gallery-frame{
    width:100%;
    border-radius:12px;
    overflow:hidden;
    padding-bottom:12rem;
  }
  /* نسبت تصویر: مستطیل. می‌تونی 4/3 یا 16/10 بزاری؛ اینجا 4/3 */
  .gallery-frame > img{
    width:100%;
    height:100%;
    aspect-ratio: 3 / 4;
    object-fit:cover;
    display:block;
    transform: scale(.5);
    opacity:.6;
    transition: transform var(--transition-duration) ease, opacity var(--transition-duration) ease;
    border-radius:20px;
    border: 7px solid #c7a97b;
  }

  /* منو زیر تصویر */
  .gallery-menu{
    display:flex;
    gap:8px;
    justify-content:center;
    margin-top:10px;
    opacity:0;
    transition: opacity var(--transition-duration) ease;
    flex-wrap:nowrap;
  }
  .gallery-link{
    background:#BC9E6C;
    color:#fff;
    padding:.5rem .9rem;
    border-radius:6px;
    border:none;
    font-family: 'estedad';
    font-size:1rem;
  }
  .gallery-link:hover{background:#b98833;}

  /* حالت‌ها */
  .gallery-slide.active .gallery-frame > img{ transform: scale(1); opacity:1; }
  .gallery-slide.active .gallery-menu{ opacity:1; }
  .gallery-slide.inactive .gallery-frame > img{ transform: scale(.5); opacity:.3; }
  .gallery-slide.inactive .gallery-menu{ opacity:0; }

  /* controls */
  .gallery-controls{
    display: none;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:6;
    gap:6px;
  }
  .gallery-controls.left{ left:8px; }
  .gallery-controls.right{ right:8px; }

  /* responsive widths:
     >=1000px: perPage=3
     768-999px: perPage=2
     <768px: perPage=1 (with peek: previous/next partially visible as half)
  */


  
  @media (min-width:1000px){
    .gallery-slide{ width: calc((100% - (var(--gap)*2)) / 3); } /* 3 slides */
  }
  @media (min-width:768px) and (max-width:999px){
    .gallery-slide{ width: calc((100% - (var(--gap)*2)) / 3); } /* 3 slides */
    .gallery-stage {
      background-position: 50% 16%;
  }
   .gallery-frame{
    padding-bottom:8rem;
  }
  }
  @media (max-width:767px){
    .gallery-slide{ width: calc((100% - (var(--gap)*2)) / 3); } /* 3 slides */
   .gallery-frame{
    padding-bottom: 5rem;
   }
    .gallery-stage {
      background-position: 50% 2%;
  }
    .gallery-wrap{ padding-left:10px; padding-right:10px; }
  }
   @media (max-width:568px){
    .gallery-slide{ width: calc((100% - var(--gap)) / 2); } /* 2 slides */
  
      .gallery-stage {
        background-position: 50% 53%;
    }
  }

  /* حذف انتخاب متن موقع کلیک */
  .gallery-slide, .gallery-slide *{ user-select:none; -webkit-user-select:none; -ms-user-select:none; -moz-user-select:none; }


 

  /* instructors */
  .instructor-card {
      text-align: center;
      padding-top: 12px;
      position: relative;
  }

  .instructor-card .photo {
      width: 100%;
      object-fit: cover;
      margin: 0 auto 12px;
  }

  .instructor-text {
      position: absolute;
      left: 0;
      bottom: 11px;
      width: 100%;
      display: flex;
      flex-direction: column;
  }

  .instructor-name {
      font-weight: bold;
      color: #fff;
      font-size: 1.3rem;
  }

  .instructor-role {
      color: #fff;
      font-size: 1.2rem;
  }

  /* footer */
  .footer {
      background-color: #bbdcdb;
      color: #2d2d2d;
      padding: 50px 0;
      position: relative;
  }

  footer p {
      font-family: 'anjomanlight';
      font-size: 1.3rem;
  }

  .footer a {
      color: #2d2d2d;
      text-decoration: none;
  }

  .footer a:hover {
      color: #444;
  }

  .footer .map img {
      transition: transform 0.3s;
  }

  .footer .map img:hover {
      transform: rotate(180deg);
  }

  .footer .social a {
      margin: 0 5px;
      font-weight: 500;
      color: #2d2d2d;
  }

  .footer .social a:hover {
      color: #000;
      font-weight: bold;
  }

  .footer .namad {
      text-align: center;
      margin-top: 30px;
  }

  .footer .namad img {
      width: 120px;
  }

  .footer i {
      color: #fff;
      margin: 0 5px;
  }

  .text-center.footer-map-holder {
      margin: -122px 0;
  }

  .footer-content-top {
      padding-left: 45px;
  }

  .footer-content-bottom {
      padding-right: 45px;
      margin-top: 20px;
  }

  .footer-line {
      width: 100%;
      background: white;
      height: 4px;
      border-color: white;
      opacity: .8;
  }

  /* Responsive adjustments for mobile like design */
  @media (max-width: 1600px) {
      .footer-line {
          width: 70%;
      }
  }
 @media (min-width:1500px){
    .slidepattern .hero-card h2 {
    font-size: 5rem;
}
  }
  @media (max-width: 1400px) {
      .course-card:hover img.course-pic {
          transform: scale(2.4);
      }

      .vecor-center-bg {
          height: 261px;
          margin-bottom: 49px;
      }

      .feature-caption {
          top: -9px;
          padding-top: 0;
      }

      .footer-line {
          width: 75%;
      }
  }

  @media (max-width: 1200px) {
      .mainmenu a.nav-link {
          font-size: .8rem;
      }

      .slider-img-brush {
          width: 444px;
          bottom: 10%;
      }

      .hero-card .hero-sub {
          color: rgba(255, 255, 255, 0.85);
          margin-bottom: 18px;
          font-size: 1.3rem;
      }

      .slider-img-splash {
          width: 400px;
          bottom: 15%;
      }

      .slider-img-splash2 {
          width: 350px;
          bottom: -2%;
          left: 15%;
      }

      .slidepattern2 .hero-card h2 {
          font-size: 5rem;
      }

      .glass-box,
      .glass-box2 {
          background-position: center;
      }

      .course-card:hover img.course-pic {
          transform: scale(2.7);
      }

      img.vector-inperson {
          max-width: 125px;
      }

      .feature-caption {
          font-size: 18px;
      }

      .feature-caption h5 {
          font-size: 1.5rem;
      }

      .vecor-center-bg {
          height: 217px;
          margin-bottom: 41px;
      }

      .feature-caption {
          top: 0px;
          padding-top: 0px;
      }

      .footer-line {
          width: 95%;
      }
  }

  @media (max-width: 992px) {
      .topbar {
          padding: 0;
      }
.nav-basket{
        filter: brightness(3.5);
}
      section.header-slider {
          height: calc(100vh - 68px);
      }

      .mainmenu {
          position: absolute;
          top: 0px;
          right: -0px;
          background: white;
          width: 85%;
          height: 100vh;
          transition: none !important;
          transform: translateX(100%);
          animation: slideIn 0.7s ease-out forwards;

      }

      .mainmenu .navbar-nav {
          height: 100%;
      }

      .mainmenu .extra {
          display: none;
      }

      .mainmenu .close {
          color: #2f9e8d;
          border: 2px solid #2f9e8d;
          border-radius: 100%;
          width: 24px;
          height: 24px;
          padding-left: 3px;
          padding-top: 1px;
      }

      .mainmenu .nav-link {
          color: #289e8d;
          font-size: 1rem;
          margin: .5rem;
          border: 2px solid #bc9e6c;
          border-radius: 10px;
          padding-right: 10px;
      }

      .mainmenu .nav-link:hover,
      .mainmenu .nav-link:active {
          color: #ffffff;
          background: #bc9e6c;
      }

      .closebg {
          position: absolute;
          width: 100vw;
          height: 100vh;
          z-index: -1;
          top: 0;
          right: 0;
          display: block;
      }

      li.nav-social {
          display: block;
          border-top: 2px solid #bc9e6c;
          margin: 0 10px;
          padding-top: 10px;
          color: #bc9e6c;
      }

      li.nav-social a {
          color: #bc9e6c;
          text-decoration: none;
      }

      @keyframes slideIn {
          to {
              opacity: 1;
              transform: translateX(0);
          }
      }





      .slider-img-brush {
          width: 380px;
          bottom: 17%;
      }

      .slider-img-splash {
          width: 300px;
          bottom: 16%;
      }

      .slider-img-splash2 {
          width: 250px;
          bottom: 3%;
      }

      .slidepattern2 .hero-card h2 {
          font-size: 3rem;
      }

      .slidepattern .hero-card h2 {
          text-align: right;
          font-size: 2.4rem;
      }

      .course-card:hover img.course-pic {
          transform: scale(2.5);
      }

      img.vector-inperson {
          max-width: 95px;
      }

      .feature-caption {
          font-size: 13px;
      }

      .feature-caption h5 {
          font-size: 1rem;
      }

      .feature-caption {
          top: 8px;
          padding-top: 2px;
      }

      .vecor-center-bg {
          height: 156px;
          margin-bottom: 30px;
      }

      .vector-right:after {
          right: -38px;
      }

      .vector-left:after {
          left: -27px;
      }


  }

  @media (max-height: 768px) {
      .slider-img-brush {
          bottom: 0%;
      }
  }

  @media (max-width: 768px) {

      .titleimg {
          max-width: 280px;
      }

      .slidepattern,
      .slidepattern2,
      .slidepattern3 {
          min-height: calc(100vh - 106px);
      }

      .slidepattern3 {
          background-size: 100% 100% !important;
          background-repeat: no-repeat !important;
      }

      .glass-box,
      .glass-box2 {
          height: 70vh;
      }

      .glass-box {
          height: 70vh;
          justify-content: flex-start;
          background-position: left;
          gap: 44px;
      }

      .glass-box2 {
          padding: 17px;
          text-align: center;
          justify-content: space-evenly;
          align-items: center;
          background-position: left;
      }

      .slider-img-brush {
          width: 370px;
          bottom: 8%;
          left: -5%;
      }

      .slider-img-splash {
          width: 500px;
          bottom: 20%;
          left: -5%;
      }

      .slider-img-splash2 {
          width: 400px;
          bottom: -16%;
          transform: rotate(63deg);
          left: 40%;
      }

      .glass-box {
          padding: 35px 15px;
      }

      .hero-carousel .carousel-item {
          padding: 22px;
          min-height: 360px;
          border-radius: 0;
      }

      .header-slider .splide__arrow--next {
          background: url(../img/arrow-bg-next.png) no-repeat;
          padding: 67px 0px;
          background-size: contain;
          background-position: center;
          border-radius: 0;
          margin-right: -17px;
      }

      .header-slider .splide__arrow--prev {
          background: url(../img/arrow-bg-prev.png) no-repeat;
          padding: 67px 0px;
          background-size: contain;
          background-position: center;
          border-radius: 0;
          margin-left: -17px;
      }

      .course-card:hover img.course-pic {
          transform: scale(2);
      }

      .feature-caption {
          top: -41px;
          padding-top: 5px;
          line-height: 2.3;
          font-size: 27px;
      }

      .feature-caption h5 {
          font-size: 3rem;
      }

      img.vector-inperson {
          max-width: 230px;
          top: 19%;
      }

      .vector-left:after {
          transform: rotate(88deg);
          bottom: 11px;
          left: -28px;
          width: 41px;
          height: 24px;
          border-left: 72px solid transparent;
          border-right: 100px solid transparent;
          border-bottom: 129px solid #ffffff;
      }

      .vecor-center-bg {
          height: 100%;
          aspect-ratio: 1 / 1;
      }

      .vector-center:before {
          width: 200px;
          height: 200px;
          bottom: 1px;
      }

      .vector-center {
          margin-bottom: 64px;
      }


      .text-left-offline {
          padding-left: 39px;
      }

      .text-center.footer-map-holder {
          margin: 0;
      }

      .footer-content-bottom {
          padding-right: 15px;
      }

      .footer-content-top {
          padding-left: 15px;
      }

      .footer-content-top p,
      .footer-content-bottom p {
          font-size: 0.9rem;
      }

      .text-center.footer-map-holder {
          margin: 0;
      }

      .footer-line {
          width: 50%;
      }





      .hero-carousel .hero-card {
          max-width: 100%;
          padding: 20px;
      }

      .hero-carousel .hero-title {
          font-size: 26px;
      }

     
  }

  @media (max-width: 528px) {

      .slider-img-brush {
          width: 220px;
      }

      .slider-img-splash {
          width: 230px;
          left: 0;
      }

      .slider-img-splash2 {
          width: 250px;
          left: 50%;
          top: 73%;
          transform: rotate(48deg);
      }

      .vector-left:after {
          transform: rotate(90deg);
          bottom: 11px;
          left: -32px;
          width: 26px;
          height: 6px;
          border-left: 69px solid transparent;
          border-right: 87px solid transparent;
          border-bottom: 110px solid #ffffff;
      }

      .text-base {
          font-size: 2rem;
      }

      .text-gradient {
          font-size: 2rem;
      }

      .section-title p span {
          font-size: 1rem;
      }

      .section-title-teacher p span {
          margin-bottom: -24px;
      }

      .course-card:hover img.course-pic {
          transform: scale(2.5);
      }

      .feature-caption {
          top: -22px;
          padding-top: 5px;
          font-size: 20px;
          margin-bottom: 40px;
      }

      .feature-caption h5 {
          font-size: 2rem;
      }

      img.vector-inperson {
          max-width: 215px;
          top: 22%;
      }

      .footer-content-top {
          padding-left: 0;
      }

      .footer-line {
          width: 100%;
      }

  }

  @media (max-width: 400px) {
      .vector-center {
          margin-bottom: 42px;
      }
  }





  /*shop Page  */
  .accordion {
      --bs-accordion-btn-focus-box-shadow: none;
  }

  .search-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 10px;
  }

  .search-box {
      width: 100%;
      height: 54px;
      background-color: #f4f4f4;
      border-radius: 50px;
      /* گردی گوشه‌ها */
      overflow: hidden;
  }

  .search-box .form-control {
      border: none;
      background-color: transparent;
      height: 54px;
      font-size: 18px;
      text-align: right;
      /* چون متن فارسی است */
      direction: rtl;
      padding-right: 20px;
      color: #555;
  }

  .search-box .form-control:focus {
      box-shadow: none;
      outline: none;
  }

  .search-box .btn {
      border: none;
      background-color: transparent;
      color: #555;
      font-size: 22px;
      padding-right: 20px;
      padding-left: 20px;
  }

  .search-box .btn:hover {
      background-color: transparent;
      color: #000;
  }

  .shop-main .card-body {
      padding-top: 0;
  }

  @media (min-width: 768px) {
      .search-box {
          max-width: 500px;
      }
  }



  /* PRODUCT PAGE   */
  .product-page-index {
      margin-top: -92px;
  }

  .product-image {
      position: relative;
  }

  .product-image:before {
      content: "";
      width: 100%;
      height: 80%;
      position: absolute;
      background: linear-gradient(0deg, black, transparent);
      bottom: 0;
  }

  .product-info-image img {
      width: 100%;
  }

  .product-title {
      color: white;
      background: #289e8d;
      text-align: center;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      margin-top: -196px;
      position: relative;
      padding: 80px 0;
  }

  .product-title h2 {
      font-size: 3rem;
  }

  .product-teacher h5 {
      background: #F2F2F2;
      color: #6B6B6B;
      padding: 16px 21px;
  }

  .product-price-cart {
      background: #f2f2f2;
      border-radius: 10px;
      padding: 16px 21px;
  }

  .product-price-cart h6 {
      color: #289E8D;
      padding-right: 10px;
  }

  .product-info h6,
  .product-info p {
      color: #6b6b6b;
      text-align: right;
  }

  .product-info h6 {
      font-size: 1.7rem;
  }

  .product-info p {
      font-size: .9rem;
  }

  .product-headline .accordion-item {
      border: none;
      background: #f2f2f2;
      border-radius: 13px;
  }

  .product-headline .accordion-button {
      background: #f2f2f2;
      color: #289e8d;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      border-top-right-radius: 13px;
      border-top-left-radius: 13px;
  }

  .product-headline .accordion-button:after {
      filter: brightness(0) saturate(100%) invert(62%) sepia(59%) saturate(477%) hue-rotate(120deg) brightness(90%) contrast(93%);
  }

  .product-headline .accordion-body {
      text-align: right;
      color: #6b6b6b;
      font-size: .8rem;
  }


  .comment-main {
      background: #F2F2F2;
      border-radius: 10px;
  }

  .comment-point {
      background: #DAFFFA;
      padding: 0px 10px;
      border-radius: 10px;
      color: #35D5BE;
      border: 1px solid;
  }

  .comment-name h5 {
      color: #289E8D;
  }

  .comment-accordion .accordion-header button {
      background: #B7E0DF;
      color: #6b6b6b;
  }

  .comment-accordion button.form-submit {
      background: #289E8D;
      border-color: #04927e;
  }

  .comment-accordion button.form-submit:hover {
      background: #BC9E6C;

      border-color: #c27f0b;
  }

  .comment-accordion:after {
      content: "";
      position: absolute;
      top: -296px;
      width: 100%;
      height: 270px;
      left: 0;
      right: 0;
      margin: 0 auto;
      z-index: 0;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      background: #b7e0df;
  }

  @media (min-width: 1200px) {
      .product-title {
          padding: 100px 0;
      }
  }

  @media (max-width: 992px) {
      .product-title {
          margin-top: -140px;
          padding: 30px 0;
      }

      .product-title h2 {
          font-size: 2rem;
      }

      .product-teacher {
          flex-direction: column;
      }

      .product-info h6,
      .product-info p {
          text-align: center;
          padding-right: 0px;
          padding-top: 5px;
      }

      .product-info h6 {
          font-size: 1.2rem;
          text-align: right;
      }

      .product-info p {
          font-size: 0.7rem;
          text-align: right;
      }

      .comment-slider .splide__arrow--prev {
          left: -2em;
      }

      .comment-slider .splide__arrow--next {
          right: -2em;
      }

  }

  @media (max-width: 768px) {


      .product-info-image img {
          filter: saturate(2) hue-rotate(142deg);
      }
  }


  @media (max-width: 528px) {
      .product-price-cart {
          padding: 21px;
      }

      .product-image img {
          min-height: 300px;
      }

      .product-title h2 {
          font-size: 1.4rem;
      }

      .product-title p {
          font-size: 0.8rem;
      }

      .product-headline .accordion-button span {
          font-size: 0.6rem;
      }

      .product-price-cart a,
      .product-price-cart h6 {
          font-size: .7rem;
          align-items: center;
          text-align: center;
      }

      .product-price-cart a img {
          width: 15px;
          height: 15px;
      }

      .comment-accordion:after {
          top: -344px;
          height: 312px;
      }
  }














  /* Teacher Page */

  .teacher-info-ico {
      font-size: 15px;
      background: #f2f2f2;
      padding: 4px;
      border-radius: 5px;
      width: 35px;
      height: 30px;
      text-align: center;
      align-content: center;
  }

  .teacher-info h3,
  .teacher-info-ico i.fa-user {
      color: #289E8D;
  }

  .teacher-info ul {
      list-style: none;
  }

  .teacher-info ul li {
      position: relative;
  }

  .teacher-info ul li:after {
      content: "";
      width: 5px;
      height: 5px;
      background: #6b6b6b;
      position: absolute;
      right: -20px;
      bottom: 6px;
      border-radius: 100%;
  }

  .teacher-info h3 ul li:after {
      background: #289e8d;
      width: 7px;
      height: 7px;
  }

  .teacher-info h6 {
      color: #636363;
      font-weight: bold;
  }

  .teacher-resume-holder {
      background: #f2f2f2;
      border-radius: 15px;
  }

  .teacher-resume-pic img {
      position: absolute;
      left: 0;
      bottom: 0;
      max-width: 410px;
  }

  .teacher-resume-text {
      color: #6b6b6b;
      text-align: justify;
  }

  .teacher-works ul.nav {
      background: #f2f2f2;
      border-radius: 15px;
      padding: 10px;
  }

  .teacher-works .nav-tabs .nav-link.active {
      background: linear-gradient(178deg, #d3d3d3, #f5f5f5);
      color: #707585;
      font-weight: 700;
      padding: 5px 30px;
      border-radius: 20px;
      box-shadow: 2px 3px 4px -1px rgb(0 0 0 / 16%);
      transition: all 0.2s ease-in-out;
      border: 1px solid #fdfdfd;
  }

  .teacher-works .nav-link,
  .teacher-works .nav-tabs .nav-link:focus {
      color: #8d9099;
  }

  .teacher-works .nav-link,
  .teacher-works .nav-link:hover {
      border: none;
      ;
  }

  .teacher-work-tab {
      position: relative;
      border-radius: 35px;
      overflow: hidden;
  }

  .teacher-work-info {
      bottom: 0;
      right: 0;
      left: 0;
      color: white;
      height: 50%;
      align-content: end;
      padding-bottom: 20px;
      background: linear-gradient(0deg, black, transparent);
      border-bottom-left-radius: 35px;
      border-bottom-right-radius: 35px;
      transition: all 0.8s ease;
      transform: translateY(100px);
      opacity: 0;
  }

  .teacher-work-tab:hover .teacher-work-info {
      transform: translateY(0px);
      opacity: 1;
  }

  .teacher-work-title p span {
      font-size: 1.8rem;
      font-weight: lighter !important;
      font-family: anjomanlight;
      display: block;
      text-align: center;
      letter-spacing: 25px;
      margin-bottom: -33px;
  }

  @media (max-width: 1200px) {
      .teacher-resume-pic img {
          max-width: 364px;
      }
  }

  @media (max-width: 968px) {
      .teacher-resume-pic img {
          max-width: 300px;
      }
  }

  @media (max-width: 768px) {
      .teacher-resume-holder {
          background: none;
      }

      .teacher-resume-pic img {
          position: relative;
          left: 0;
          bottom: 0;
          width: 100%;
          max-width: 100%;
          margin-top: -200px;
      }

      .teacher-resume-pic,
      .teacher-resume-text {
          background: #f2f2f2;
      }

      .teacher-resume-pic {
          border-top-left-radius: 15px;
          border-top-right-radius: 15px;
          margin-top: 200px;
      }

      .teacher-resume-text {
          border-bottom-left-radius: 15px;
          border-bottom-right-radius: 15px;
      }

  }








  /* Blog Page */

  section.blog-nav nav {
      background: #f2f2f2;
      height: 54px;
      border-radius: 50px;
      color: #289e8d;
  }

  section.blog-nav nav ul {
      justify-content: space-evenly;
  }

  section.blog-nav nav ul li a {
      text-decoration: none;

      color: #289e8d;
  }

  section.blog-nav nav ul li a:hover {
      text-decoration: none;
      color: var(--onhover);
  }

  .blog-slider .splide__track {
      border-radius: 50px;
  }

  .blog-slider .glass-box3 {
      max-width: 750px;
  }

  .blog-slider .glass-box3 h3 {
      line-height: 2;
  }

  aside.blog-aside {
      background: #f2f2f2;
      border-radius: 10px;
      position: relative;
      margin-bottom: 50px;
  }

  aside.blog-aside .accordion {
      margin: 60px 10px;
      background: none;
      position: sticky;
      top: 150px;
      max-height: 370px;
      overflow-y: scroll;
      scrollbar-width: none;
      -ms-overflow-style: none;
  }

  aside.blog-aside .accordion-header button {
      background: none;
      font-size: 1.3rem;
      color: #289e8d;
      border-right: 3px solid #289e8d;
      margin-right: -3px;
      border-radius: 0 !important;

      --bs-accordion-border-color: none;
  }

  aside.blog-aside .accordion-button.collapsed {
      background: none;
      font-size: 1.3rem;
      color: #6b6b6b;
      border: none;
      margin-right: 0px;
      border-radius: 0 !important;
  }

  aside.blog-aside .accordion-item {
      border: none;
      background: none;
      padding-right: 0px;
      border-right: 3px solid #d9d9d9;
      border-radius: 0;
  }

  aside.blog-aside .accordion-body ul li a {
      color: #6b6b6b;
      text-decoration: none;
      font-size: 0.9rem;
      line-height: 2;
  }

  aside.blog-aside .accordion-body ul li a:hover,
  aside.blog-aside .accordion-body ul li a:active {
      color: #343a40;
  }

  section.blog-slider-importantnews,
  section.blog-slider-image-report,
  section.blog-slider-learn {
      background: linear-gradient(to bottom, #B3DCDB 0%, #B3DCDB 85%, transparent 85%, transparent 100%);
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      padding: 70px 45px 0;
  }

  section.blog-important-news h4,
  section.blog-image-report h4,
  section.blog-learn h4 {
      color: #289e8d;
  }

  .blog-news-title {
      position: absolute;
      top: 0;
      right: 32px;
      padding: 10px;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      background-image: url(" data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'>\ <circle cx='2' cy='2' r='1.2' fill='%23e0e0e0' />\ </svg>");
      background-repeat: repeat;
      background-size: 6px;
      background-color: #fff;
      z-index: 2;
  }

  section.blog-slider-specializednews,
  section.blog-slider-video-report,
  section.blog-slider-interview {
      background: linear-gradient(to bottom, #eae2d3 0%, #eae2d3 85%, transparent 85%, transparent 100%);
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
      padding: 70px 45px 0;
  }

  section.blog-slider-specializednews,
  section.blog-slider-video-report,
  section.blog-slider-interview {
      background: linear-gradient(to bottom, #eae2d3 0%, #eae2d3 65%, transparent 65%, transparent 100%);
      border-radius: 15px;
  }

  .blog-slider-video-report .video-box {
      max-width: 900px;
      margin: auto;
      position: relative;

      display: flex;
  }

  .blog-slider-video-report .video-el {
      border-radius: 15px;
  }

  /* گرادینت پایین */
  .blog-slider-video-report .video-gradient {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 55%;
      background: linear-gradient(to top, rgb(0 0 0 / 87%), rgb(0 0 0 / 0%));
      pointer-events: none;
      transition: opacity .25s;
      border-radius: 15px;
  }

  /* متن */
  .blog-slider-video-report .video-text {
      position: absolute;
      bottom: 70px;
      width: 100%;
      text-align: center;
      color: #fff;
      font-size: 1.4rem;
      font-weight: 700;
      z-index: 6;
      transition: opacity .25s;
  }

  .blog-slider-video-report .blog-base-inner .hero-card {
      background: none;
  }

  section.blog-specialized-news h4,
  section.blog-video-report h4,
  section.blog-interview h4 {
      color: #BC9E6C;
  }

  p.blog-base-continue-line a,
  p.blog-base-continue-line span {
      text-decoration: none;
      color: #BC9E6C;
  }

  p.blog-base-continue-line span {
      font-size: .7rem;

  }

  p.blog-base-continue-line a:hover {
      color: #996408;
  }

  p.blog-base-continue-line .blog-text-line {
      width: 20%;
      display: inline-block;
      height: 2px;
      background: #BC9E6C;
      margin: 2px;
  }




  .blog-base-inner .hero-card {
      background: #f2f2f2;
  }

  .blog-base-inner .blog-base-pic {
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
  }

  .blog-base-inner .hero-card {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      direction: rtl;
  }

  .blog-base-inner .hero-card .hero-sub {
      padding: 15px;
      margin: 0;
      color: #289e8d;
  }

  .blog-slider-specializednews .blog-base-inner .hero-card .hero-sub,
  .blog-slider-interview .blog-base-inner .hero-card .hero-sub {
      color: #BC9E6C;
  }

  .blog-base-inner .hero-card p {
      text-align: center;
      padding: 1px 6px;
      color: #6B6B6B;
  }

  .blog-slider-interview .blog-base-inner .hero-card,
  .blog-slider-specializednews .hero-card {
      background: none;
  }

  .specializednews-bg {
      border-bottom-left-radius: 15px;
      border-bottom-right-radius: 15px;
      padding: 30px 5px;
      background: #f2f2f2;
  }

  section.blog-slider-interview .blog-base-pic,
  .blog-slider-specializednews .blog-base-pic {
      max-height: 215px;
  }

  section.blog-slider-specializednews .specializednews-bg,
  section.blog-slider-interview .specializednews-bg {
      padding: 45px 5px;
  }

  .blog-base-inner .hero-card p.blog-base-text {
      font-size: small;
  }

  .blog-base-inner .hero-card a.blog-base-continue {
      color: #289e8d;
      text-decoration: none;
      font-weight: bold;
  }

  .read-more {
      background-color: #f2f2f2;
      padding: 10px;
      border-radius: 15px;

  }

  .read-more a {
      text-decoration: none;
      color: #6b6b6b;
  }

  .blog-slider-image-report .hero-card {
      position: absolute;
      bottom: 18px;
      left: 0;
      margin: 0 auto;
      max-width: 100%;
      background: none;
  }

  .blog-slider-image-report .hero-card h3,
  .blog-slider-image-report .hero-card p {
      color: white !important
  }

  .blog-slider-image-report .blog-base-pic {
      border-radius: 15px;
      border: 9px solid #bfe1df;
  }



  @media (max-width: 998px) {
      .blog-slider .glass-box3 {
          max-width: 550px;
      }
  }

  @media (max-width: 768px) {
      .blog-slider .glass-box3 {
          max-width: 450px;
      }

      .blog-slider-video-report .video-text {
          font-size: 1rem;
      }
  }

  @media (max-width: 528px) {
      section.blog-nav nav ul li a {
          font-size: .7rem;
      }

      .blog-slider .glass-box3 {
          max-width: 100%;
          width: 100%;
      }

      .blog-slider .glass-box3 {
          max-width: 100%;
          width: 100%;
      }

      p.blog-base-continue-line .blog-text-line {
          width: 10%;
      }

      p.blog-base-continue-line a,
      p.blog-base-continue-line span {

          font-size: .6rem;
      }
  }







  /* Blog Page */
  .blog-page-main {
      background-color: #f2f2f2;
      border-radius: 20px;
      margin-bottom: 3rem;
      overflow: hidden;
  }

  .blog-page-photo {
      position: relative;
      overflow: hidden;
  }

  .blog-page-photo .glass-box3 {
      max-width: 90%;
      border: none;
      box-shadow: none;
  }

  .blog-page-text {
      padding: 4rem;
      position: relative;
  }

  .blog-page-photo .glass-box3 h3 {
      font-size: 1.7rem;
      padding: 45px 10px;
  }

  .share-box {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 15px;
      padding: 10px;
      border: 1px solid #ddd;
      border-radius: 10px;
      width: 45px;
      background-color: #f8f9fa;
      position: absolute;
      top: 33px;
      right: 11px;
  }

  .share-box a {
      color: #289E8D;
      font-size: 24px;
      transition: transform 0.2s;
  }

  .share-box a:hover {
      transform: scale(1.2);
  }

  @media (max-width: 768px) {
      .blog-page-photo .glass-box3 h3 {
          font-size: 1rem;
          padding: 30px 10px;
      }

  }

  @media (max-width: 528px) {
      .blog-page-photo .glass-box3 h3 {
          font-size: .7rem;
          padding: 23px 10px;
          width: 100%;
      }

      .blog-page-photo .glass-box3 {
          width: 100%;
          padding: 0;
      }
  }