@font-face {
  font-family: "vx";
  src: url("../fonts/vx.woff") format("woff"),
    /* Safari, Android, iOS */
    url("../fonts/vx.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "vxblack";
  src: url("../fonts/vxb.woff") format("woff"),
    /* Safari, Android, iOS */
    url("../fonts/vxb.woff2") format("woff2");
  /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "dana";
}

.pt-100 {
  padding-top: 100px;
}

:root {
  --msa-font: "Urbanist", sans-serif;
  --heading-font: "Urbanist", sans-serif;
  --msa-text: #697585;
  --msa-text-rgb: 105, 117, 133;
  --msa-text2: #B3ADE1;
  --msa-text2-rgb: 179, 173, 225;
  --msa-grey: #B7B0B4;
  --msa-grey-rgb: 183, 176, 180;
  --msa-soft: #F1F2FD;
  --msa-soft-rgb: 241, 242, 253;
  --msa-soft2: #F6F5F5;
  --msa-soft2-rgb: 246, 245, 245;
  --msa-soft3: #E0E3FD;
  --msa-soft3-rgb: 224, 227, 253;
  --msa-soft4: #E4E4E4;
  --msa-soft4-rgb: 228, 228, 228;
  --msa-soft5: #F6F6F6;
  --msa-soft5-rgb: 246, 246, 246;
  --msa-base: #4F5DE4;
  --msa-base-rgb: 79, 93, 228;
  --msa-secondary: #F57005;
  --msa-secondary-rgb: 245, 112, 5;
  --msa-black: #2A254D;
  --msa-black-rgb: 42, 37, 77;
  --msa-black2: #000000;
  --msa-black2-rgb: 0, 0, 0;
  --msa-white: #ffffff;
  --msa-white-rgb: 255, 255, 255;
}

/* intro hero css start */
.img-box-intro-msa {
  display: block ruby;
  margin-right: 90px;
}

.img-yek,
.img-se {
  position: relative;
  bottom: 177px;
}

.info-intro {
  text-align: center;
  padding-bottom: 100px;
  padding-top: 30px;
}

.info-intro button {
  border-radius: 100px;
  width: 215px;
  height: 56px;
  background: #101828;
  border: 1px solid #101828;
  box-shadow: 0px 1px 2px 0 #10182870;
}

.info-intro h2 {
  font-size: 40px;
  line-height: 52px;
  font-weight: 900;
}

.info-intro span {
  color: #117ceef0;
}

.img-do {
  width: 480px;
  height: 560px;
}

@media (max-width:767px) {
  .img-box-intro-msa {
    display: block;
    margin-right: 0;
  }

  .img-yek,
  .img-se {
    position: relative;
    bottom: 0;
  }


}

/* style feature css start*/
.servis-msa {
  text-align: center;
  display: block ruby;
  right: 0px;
  position: relative;
}

.service-item {
  background: #fff;
  width: 175px;
  height: 210px;
  border-radius: 100px 100px 28px 28px;
  border: 2px solid #fff;
  box-shadow: 0px 20px 24px -4px #1018280F;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 12px 24px 24px 24px;
}

.service-item h3 {
  font-size: 15px;
  margin: 0;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 54px;
}

.pori-msa-feature.container h2 {
  text-align: center;
  top: 83px;
  position: relative;
  color: white;
  font-weight: 600;
  font-size: 40px;
}

.pori-msa-feature.container {
  background-repeat: no-repeat;
  padding: 20px;
  background-size: contain;
}

.pori-msa-feature .border {
  border-radius: 100px 100px 8px 8px;
  border: 2px solid #fff;
  background: #FFFFFF2B;
  position: relative;
  top: 93px;
  width: 192px;
  margin: 0 10px;
  padding: 10px 7px;
}

@media (max-width:767px) {
  .service-item {
    background: #fff;
    width: auto;
    height: 220px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin: 0 10px;
    box-shadow: 0px 1px 10px -5px #1018286b;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
  }

  .servis-msa {
    text-align: center;
    display: block;
    right: 0px;
    position: relative;
    margin-top: -50px;
  }

  .pori-msa-feature.container h2 {
    top: 17px;
    font-size: 26px;
  }

  .pori-msa-feature .border {
    border-radius: 100px 100px 8px 8px;
    border: none;
    padding: 9px;
    background: transparent;
    position: relative;
    top: 93px;
    width: 100%;
    margin: 0;
  }

  .header-course a {
    display: block ruby;
    float: left;
    left: 0;
    position: absolute;
  }

}

@media (min-width:768px) and (max-width:1300px) {
  .servis-msa {
    text-align: center;
    display: grid;
    right: 5px;
    position: relative;
    grid-template-columns: auto auto;
  }

  .pori-msa-feature .border {
    border-radius: 100px 100px 8px 8px;
    border: 0;
    padding: 9px;
    background: transparent;
    position: relative;
    top: 93px;
    width: 100%;
  }

  .service-item {
    background: #fff;
    width: auto;
    height: 210px;
    border-radius: 10px;
    border: 2px solid #fff;
    margin: 0 10px;
    box-shadow: 0px 1px 10px -5px #1018286b;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    border: 1px solid #d7d4d4;
  }

}

/* course css start*/
.header-course {
  display: flex;
}

.header-course {
  display: flex;
}

.header-course img {
  width: 60px;
}

#course {
  margin-bottom: 35px;
}

.item-dore a img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0 0;
}

.item-dore {
  width: auto;
  padding: 5px;
  margin: 0 3px;
}

.items-course {
  display: flex;

}

.info-course h3 {
  font-size: 16px;
  line-height: 0;
}

.info-course {
  padding: 10px;
  background: #fff;
  box-shadow: 0px 12px 16px -4px #1018280F;
  border: 1px solid #eee;
  border-radius: 0 0 10px 10px;
}

.info-course .votes-number {
  font-size: 0;
}

.info-course .rating {
  font-size: 0;
}

.info-course .course-two__bottom {
  background: transparent;
}

.msa-meta-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.msa-meta-info__class {
  margin: 0;
}

.teacher-box {
  margin: 0;
}

.msa-meta-info__price {
  margin: 0;
}

.msa-meta-info__class span {
  margin-right: 5px;
  font-size: 14px;
  color: #667085;
}

.msa-meta-info__class i {
  font-size: 12px;
}

.teacher-box img {
  width: 16px;
  height: 16px;
}

.msa-meta-info__class img {
  width: 16px;
  height: 16px;
}

.msa-meta-info__price {
  color: #4576D5;
  font-size: 18px;
}

.separator {
  border: 0;
  height: 1px;
  background-color: #d9d9d9 !important;
  margin: 10px 0;
  width: 60%;
  top: 23px;
  position: relative;
  margin: 0 10px !important;
}

.header-course button {
  border-radius: 100px;
  width: 147px;
  height: 40px;
  background: #040404;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 1px 2px 0 #10182870;
  border: none;
}

.header-course h3 {
  flex-grow: 0;
  flex-shrink: 0;
}

@media (max-width:767px) {
  .items-course {
    display: block;
  }

  .separator {
    display: none;
  }

  .header-course h3 {
    font-size: 14px;
  }

  .header-course button {
    border-radius: 100px;
    width: auto;
    height: 40px;
    background: #040404;
    border: 1px solid #d9d9d9;
    box-shadow: 0px 1px 2px 0 #10182870;
    border: none;
    font-size: 12px;
    padding: 10px;
    margin: 0 11px;
  }
}

@media (min-width:768px) and (max-width:1300px) {
  .items-course {
    display: grid;
    grid-template-columns: auto auto;
  }
}

/* blog css start */

.msa_blog_pori__content {
  position: relative;
  background-color: #FFFFFFE5;
  margin: -118px 35px 0 0;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
  width: 220px;
  backdrop-filter: blur(4px);
  height: 110px;
}

.msa_blog_pori__title {
  font-size: 16px;
  margin: 0 0 24px;
}

#pori-blog {
  background-image: url("http://localhost/msafa/wp-content/uploads/2025/02/Vector-3.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
}

.msa_blog_pori__date {
  font-size: 13px;
  font-weight: 400;
  line-height: 26px;
  color: #667085;
}

@media (max-width:767px) {
  .msa_blog_pori {
    padding: 0;
  }

  .msa_blog_pori__content {
    position: relative;
    background-color: #f9f8f8f7;
    margin: -118px 18px 0 0;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
    width: 90%;
  }

  .msa_blog_pori__top-meta {
    position: relative;
    display: block;
    margin: 0;
  }

  .msa_blog_pori__top-meta br {
    display: none;
  }
}

#btn_msa {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #8F8F8F;
  border-radius: 54px !important;
  padding: 12px 27px;
}

#btn_msa .elementor-button-text {
  margin-top: 5px;
}

#pori-cta {
  border-top: 1px solid #eee;
  padding-top: 21px;
}

#btn_msa .elementor-button-icon {
  font-size: 12px;
}

#pori_pack {
  background-image: url("http://localhost/msafa/wp-content/uploads/2025/02/Vector-3.png");
  background-repeat: round;
  background-position: top;
  background-size: contain;
}

@media (min-width:768px) and (max-width:1300px) {
  .msa_blog_pori__content {
    position: relative;
    background-color: #f9f8f8f7;
    margin: -136px 35px 0 0;
    margin-left: 0px;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 0px rgba(2, 2, 2, 0.07);
    width: auto;
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .item-dore a img {
    width: 100%;
    height: auto;
    border-radius: 10px 10px 0 0;
  }
}

/* search ic */
/**********************/
.search-container {
  position: relative;
  display: inline-block;
}

.search-form {
  display: none;
  position: absolute;
  top: 45px !important;
  right: -50px !important;
  background: transparent !important;
  border: none !important;
  padding: 5px;
  width: 350px !important;
  box-shadow: none !important;
  border-radius: 10px !important;
}

.search-form input {
  width: 100%;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 10px;
  font-size: 14px;
  outline: none;
}

.search-form button {
  display: none;
}

/* lanquage css start */

.sl-nav {
  display: inline;
}

.sl-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}

.sl-nav li {
  cursor: pointer;
  padding-bottom: 10px;
}

.sl-nav li ul {
  display: none;
}

.sl-nav li:hover ul {
  position: absolute;
  top: 29px;
  right: -15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index: 10;
  height: 14px;
  overflow: hidden;
  width: 30px;
  background: transparent;
}

.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius: 2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom: 0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}

.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}

.sl-nav li ul li span {
  padding-left: 5px;
}

.sl-nav li ul li span:hover,
.sl-nav li ul li span.active {
  color: #146c78;
}

.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}

.flag-ir {
  background: url('../img/flage.png');
  background-size: cover;
  background-position: center center;
}

.flag-usa {
  background-size: cover;
  background-position: center center;
  background: url('../img/usa.png');
}

.sl-nav {
  border: 1px solid var(--Gray-100, #F2F4F7);
}

.sl-nav {
  border: 1px solid var(--Gray-100, #F2F4F7);
  border-width: 1px;
  padding-top: 5px;
  padding-right: 6px;
  padding-bottom: 5px;
  padding-left: 8px;
  border-radius: 10px;
}

.msa_blog_pori__image {
  position: relative;
  overflow: hidden;
  border-radius: 14px;
  aspect-ratio: 1/1;
}

.msa_blog_pori__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
}

/*menu */
.sub-menu.pp-advanced-menu--dropdown.sm-nowrap {
  width: 351px !important;
  height: 519px;
}

.sub-menu.pp-advanced-menu--dropdown.sm-nowrap li {
  width: 351px;
  height: 74px;
  position: relative;
}

/* account css start*/
.user-menu {
  position: relative;
  display: inline-block;
}

.dropdown-btn {
  background-color: transparent;
  color: #475467 !important;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.dropdown-btn {
  background-color: transparent;
  color: #475467 !important;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.dropdown-btn.level-platinum span,
.dropdown-btn.level-gold span,
.dropdown-btn.level-silver span {
  color: white;
  background: #F79009;
  padding: 2px 8px;
  border-radius: 100px;
}

.dropdown-btn.level-default span {
  color: white;
  background: #667085;
  padding: 2px 8px;
  border-radius: 100px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  width: 240px;
  border-radius: 5px;
  overflow: hidden;
  z-index: 10;
  border: 1px solid #F2F4F7;
  box-shadow: 0px 12px 16px -4px #10182814;
  border-radius: 16px;
}

.dropdown-content li:nth-child(1) {
  border-bottom: 1px solid #f2f4f7;
}

.dropdown-content li:nth-child(5) {
  border-bottom: 1px solid #f2f4f7;
  border-top: 1px solid #f2f4f7;
}

.dropdown-content li {
  list-style: none;
}

.dropdown-content li a {
  display: block;
  padding: 10px;
  color: black;
  text-decoration: none;
}

.dropdown-content li a:hover {
  background-color: #f0f0f0;
}

.user-menu:hover .dropdown-content {
  display: block;
}

body.logged-in #btn_msa2 {
  display: none;
}

#btn_msa2 {
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #8F8F8F;
  border-radius: 54px !important;
  padding: 12px 27px;
}


/* course tooltip  css start */
.custom-tooltip {
  position: relative;
  display: inline-block;
  margin: 0;
}


.custom-tooltip .tooltip-text {
  visibility: hidden;
  width: 120px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}


.custom-tooltip:hover .tooltip-text {
  visibility: visible;
  opacity: 1;
}


.custom-tooltip img {
  width: 25px;
  height: auto;
}

.tooltip-text::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #333;
  position: absolute;
  top: 20px;
  text-align: center;
  align-content: center;
  left: auto;
  transform: rotate(45deg);
  right: 56px;
  z-index: 1;
}

.pori-intro-v2.container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
  top: 80px;
  position: relative;
  bottom: 80px;
  font-family: vx;
}

.right-sec,
.left-sec {
  flex: 1;
}

.left-sec {
  position: relative;
}

.img-do-v2 {
  position: absolute;
  right: -63px;
  top: -36px;
}

.img-se-v2 {
  position: relative;
  top: -46px;
  left: -216px;
}

.title-intro2 {
  font-size: 50px;
  font-weight: 900;
  line-height: 68px;
  font-family: vxblack;
}

.title-intro2 span {
  color: #117ceef0;
}

.v2-p {
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  padding-left: 97px;
  justify-content: center;
  display: grid;
  gap: 32px;
  font-family: vx;
}
.right-sec button {
  border-radius: 100px;
  width: 215px;
  height: 56px;
  background: #101828;
  border: 1px solid #101828;
  box-shadow: 0px 1px 2px 0 #10182870;
}
@media (max-width:767px){
  .pori-intro-v2.container{
    display: grid;
    top: 20px;
  }
  .img-do-v2 {
  position: absolute;
  right: 0;
  top: -36px;
  width: 50%;
}
.img-se-v2 {
  position: relative;
  top: -39px;
  left: -194px;
  width: 50%;
}
.v2-p{
  padding: 0;
}
.title-intro2 {
  font-size: 35px;
  font-weight: 900;
  line-height: 68px;
  font-family: vxblack;
  text-align: center;
}
.right-sec {
  margin-bottom: 0px;
}
}
@media (min-width:768px) and (max-width:1360px){
    .pori-intro-v2.container{
    display: grid;
    text-align: center;
    top: 20px;

  }
  .img-do-v2 {
  position: absolute;
  right: 0;
  top: -36px;
  width: 50%;
}
.img-se-v2 {
  position: relative;
  top: -39px;
  left: -194px;
  width: 50%;
}
.v2-p{
  padding: 0;

}
}
.elementor-67502 .elementor-element.elementor-element-4237d03 .pp-advanced-menu--main .pp-advanced-menu a {
  justify-content: right;
  margin-right: 32px;
  font-weight: 500 !important;
  font-family: vx;
}
.elementor-67502 .elementor-element.elementor-element-4237d03 .sub-menu.pp-advanced-menu--dropdown.sm-nowrap li {
  width: auto;
  height: 62px;
  position: relative;
  padding-right: 17px;
}
.elementor-67502 .elementor-element.elementor-element-4237d03 .sub-menu.pp-advanced-menu--dropdown.sm-nowrap li a {
  background: #fff;
  font-size: 14px;
  font-weight: 100;
  font-family: inherit;
}
.info-course h3 {
  line-height: 1.5;
  height: 34px;
}
.single-product.postid-3043 .single_add_to_cart_button.button ,.single-product.postid-68682 .single_add_to_cart_button.button,.single-product.postid-60096 .single_add_to_cart_button.button,.single-product.postid-60101 .single_add_to_cart_button.button{
  display: none;
}
.term-description {
  padding: 15px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0px 0px 8px 5px #eee;
}
.term-description:hover {
  transform: translateY(-5px);
  transition: all ease-in-out 1s;
}