@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 100;
  src: url("fonts/woff/YekanBakh-thin.woff") format("woff"),
    url("fonts/woff2/YekanBakh-thin.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 300;
  src: url("fonts/woff/YekanBakh-Light.woff") format("woff"),
    url("fonts/woff2/YekanBakh-Light.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: normal;
  src: url("fonts/woff/YekanBakh-Regular.woff") format("woff"),
    url("fonts/woff2/YekanBakh-Regular.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 600;
  src: url("fonts/woff/YekanBakh-SemiBold.woff") format("woff"),
    url("fonts/woff2/YekanBakh-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: bold;
  src: url("fonts/woff/YekanBakh-Bold.woff") format("woff"),
    url("fonts/woff2/YekanBakh-Bold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 800;
  src: url("fonts/woff/Yekan Bakh-ExtraBold.woff") format("woff"),
    url("fonts/woff2/Yekan Bakh-ExtraBold.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 900;
  src: url("fonts/woff/Yekan Bakh-Black.woff") format("woff"),
    url("fonts/woff2/Yekan Bakh-Black.woff2") format("woff2");
}

@font-face {
  font-family: Yekan Bakh;
  font-style: normal;
  font-weight: 950;
  src: url("fonts/woff/Yekan Bakh-ExtraBlack.woff") format("woff"),
    url("fonts/woff2/Yekan Bakh-ExtraBlack.woff2") format("woff2");
}

body {
  font-family: Yekan Bakh !important;
}

.main-banner-content h1 {
  font-family: "Yekan Bakh", cursive;
  color: #ffffff;
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 700;
}
.main-banner-content h3 {
  color: #ffffff;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 40px 0;
}
.section-title span {
  font-family: "Yekan Bakh", cursive;
  display: block;
  font-size: 30px;
  color: #f2b600;
}
.box_1 img {
  border-radius: 15px;
}

.single-offer .offer-content {
  min-height: 280px;
  margin-top: -120px;
  background-color: #fffffff5;
}
.single-offer .offer-content p {
  color: #777;
}
.transparent-navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  color: #0f2b61;
  font-size: 16px;
  font-weight: 400;
}
.transparent-navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link.active {
  color: #0f2b61;
  font-weight: 700;
}
.transparent-navbar.navbar-expand-lg
  .navbar-nav
  .nav-item
  .nav-link.active::after {
  content: " ";
  width: 20px;
  height: 2px;
  background: #0f2b61;
  display: block;
  margin: auto;
}

.title_2 span {
  font-family: "Yekan Bakh", cursive;
  display: block;
  font-size: 20px;
  color: #153d8a;
}
.title_2 h2 {
  font-size: 25px;
  font-weight: bold;
}
.content_2 p {
  text-align: justify;
  line-height: 2rem;
  color: #777;
  font-size: 14px;
  font-weight: normal;
}

.video-area .video-content h2 {
  color: #ffffff;
  font-size: 30px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: -5px;
  margin-bottom: 25px;
}

.feedback-area .owl-theme .owl-dots .owl-dot.active span,
.feedback-area .owl-theme .owl-dots .owl-dot:hover span,
.feedback-area .owl-theme .owl-dots .owl-dot:focus span {
  background: #f2b600 !important;
}
.single-feedback p {
  color: #0f2b61;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  min-height: 150px;
}
.single-feedback .client-info span {
  font-size: 14px;
  color: #0f2b61;
  font-weight: normal;
}
.single-feedback {
  padding: 16px;
  border: 1px dashed #d0d8e8;
  border-radius: 16px;
}
.single-feedback .sfc {
  padding: 32px;
  border-radius: 16px;
  background: rgba(232, 236, 243, 0.55);
}

.restaurant-cta span {
  color: #f2b600;
  display: block;
  font-size: 30px;
  font-family: "Yekan Bakh", cursive;
  margin-bottom: 15px;
  margin-top: -15px;
}

.restaurant-cta h2 {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 70px;
  margin-top: -5px;
  margin-bottom: 25px;
  font-weight: normal;
}
.restaurant-cta span {
  color: #f2b600;
  display: block;
  font-size: 25px;
  font-family: "Yekan Bakh", cursive;
  margin-bottom: 15px;
  margin-top: -15px;
  font-weight: bold;
}
/* .restaurant-cta .btn{
	background-color: #FFF !important;
	color: #153d8a !important;
}

.restaurant-cta .btn-primary::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	background: #FFF;
	z-index: -1;
	transition: 0.4s;
  }
  .restaurant-cta .btn-primary::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	background: #FFF;
	z-index: -1;
	transition: 0.4s;
  } */

.restaurant-cta .btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}
.main-banner-content .btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.title_5 span {
  font-family: "Yekan Bakh", cursive;
  display: block;
  font-size: 30px;
  color: #153d8a;
  font-weight: bold;
}
.title_5 h2 {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
.title_6 h2 {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}

.transparent-navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link.active,
.transparent-navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link.show,
.transparent-navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link:hover,
.transparent-navbar.navbar-expand-lg .navbar-nav .nav-item .nav-link:focus {
  color: #0f2b61;
}
.footer-area ul li a:hover {
  color: #0f2b61;
}

/* .is-sticky .nav-link.active {
	color: #111 !important;
	font-weight: bold;
} */

.map {
  border-radius: 10px !important;
}

/* New Version */
.jackhammer-banner {
  position: relative;
  width: 100%;
  height: 900px;
  overflow: hidden;
  background-color: #222;
}

.jackhammer-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 100, 200, 0.4); /* آبی با شفافیت 40% */
  z-index: 1;
  mix-blend-mode: multiply; /* حالت ترکیب با پس‌زمینه */
}

.banner-content {
  width: 100%;
  max-width: 1320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  z-index: 2;
}

/* استایل محتوای اصلی سایت */
.main-content {
  padding: 40px 20px;
  text-align: center;
}

/* استایل ویدیو پلیر در محتوا */
.content-video-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 8px;
  overflow: hidden;
}

.content-video {
  width: 100%;
  display: block;
}

.video-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.play-button {
  width: 80px;
  height: 80px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
}

.play-button::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 30px solid white;
  margin-left: 5px;
}

.play-button:hover {
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 0.3);
}

.video-caption {
  margin-top: 15px;
  font-size: 1.2em;
  color: #333;
}

.banner_txt_content {
  width: 100%;
  /* background-color: #575757; */
  margin-top: 100px;
  text-align: right;
  line-height: 3rem;
}
.banner_txt_content .subtitle {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.banner_txt_content .subtitle span {
  padding: 0 15px 0 0;
  background-color: #f3bc00;
  color: #0f2b61;
  font-weight: 500;
  border-radius: 20px;
}
.banner_txt_content h1 {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}
.banner_txt_content p {
  font-size: 13px;
  font-weight: normal;
  color: #fff;
  position: relative;
}
.banner_txt_content p i {
  width: 90px;
  height: 167px;
  display: block;
  position: absolute;
  background: url(icon/w_arrow.svg) no-repeat center center;
  background-size: contain;
  top: -50px;
  right: -70px;
}
.banner_txt_content .btn_content .start {
  padding: 0 16px;
  background-color: #f3bc00;
  border: 1px solid #0f2b61;
  color: #0f2b61;
  border-radius: 16px;
}
i.arrow {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../css/icon/arrow.svg) no-repeat center center;
  background-size: contain;
}

.banner_txt_content .btn_content .start i.arrow {
  height: 25px;
  float: left;
  float: left;
  margin-top: 10px;
}

.about_cafe {
  margin: 50px auto;
  line-height: 3rem;
}
.about_cafe h2 {
  font-weight: 700;
  font-size: 28px;
  position: relative;
  margin-bottom: 15px;
}
.about_cafe h2::before {
  content: " ";
  display: inline-block;
  min-width: 100px;
  padding: 0 15px 0 0;
  background-color: #f3bc00;
  border-radius: 20px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: -5px;
  z-index: -1;
}
.about_cafe p {
  width: 90%;
  font-size: 16px;
  color: #0f2b61;
  text-align: justify;
  line-height: normal;
}

.single-offer {
  padding: 12px;
  border-radius: 16px;
  border: 1px solid #ddd;
}
.single-offer img {
  vertical-align: middle;
  display: inline;
  margin: 0;
  padding: 0;
}

.columns-container {
  display: flex;
  height: 550px;
  gap: 10px;
  padding: 20px;
}

.column {
  border-radius: 8px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.3s ease;
}

.column.active {
  flex: 5;
}

.column.minimized {
  flex: 1;
}

.column.minimized .description {
  display: none;
  padding: 0 !important;
}

.column .title {
  position: relative;
}
.column .title::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 30px;
  height: 20px;
  background: #f3bc00;
  top: 15px;
  right: 0;
  border-radius: 20px;
  z-index: -1;
}

.column.minimized .title {
  font-size: 18px;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  padding: 10px 15px 0 0;
  color: #0f2b61;
  font-weight: 700;
}

.column.active .title {
  font-size: 24px;
  padding: 10px 15px 0 0;
  color: #0f2b61;
  font-weight: 700;
}

.image-container {
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.column.active .image-container {
  height: 80%;
}

.column.minimized .image-container {
  height: 80%;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  border-radius: 16px;
}

.column:hover .image-container img {
  /* transform: scale(1.05); */
}

.description {
  color: #0f2b61;
  font-size: 16px;
}

.contact_us_cnt {
  margin: 60px auto;
}
.contact_us_cnt .title {
  margin: auto;
  text-align: center;
  margin-bottom: 32px;
}
.contact_us_cnt .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
}
.contact_us_cnt .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}
.contact_us_cnt .item {
  display: block;
  padding: 16px;
  border: 1px solid #d0d8e8;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
}
.contact_us_cnt .item .content {
  display: block;
  padding: 32px;
  border-radius: 16px;
  background: rgba(232, 236, 243, 0.55);
}
.contact_us_cnt .item .content .icon {
  display: block;
  height: 34px;
  background-size: contain;
  margin-bottom: 16px;
}
.contact_us_cnt .item .content .icon_1 {
  background: url(icon/icon_1.svg) no-repeat center center;
}
.contact_us_cnt .item .content .icon_2 {
  background: url(icon/icon_2.svg) no-repeat center center;
}
.contact_us_cnt .item .content .icon_3 {
  background: url(icon/icon_3.svg) no-repeat center center;
}
.contact_us_cnt .item .content .icon_4 {
  background: url(icon/icon_4.svg) no-repeat center center;
}
.contact_us_cnt .item .content .title {
  display: block;
  margin-bottom: 16px;
  font-size: 18px;
  color: #17191c;
  font-weight: 700;
  text-align: center;
}
.contact_us_cnt .item .content .text {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  color: #17191c;
  min-height: 60px;
}
.contact_us_cnt .item .content .btn {
  display: block;
  text-align: center;
  background: #f3bc00;
  color: #0f2b61;
  border-radius: 30px;
  border: 1px solid #0f2b61;
  font-size: 12px;
}
.contact_us_cnt .item .content .btn.location::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(icon/location.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-bottom: -5px;
}

.testimanial {
  margin: 60px auto;
}
.testimanial .title {
  margin: auto;
  text-align: right;
  margin-bottom: 32px;
}
.testimanial .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
}
.testimanial .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}

.owl-carousel .item {
  padding: 10px;
  transition: all 0.3s ease;
}

.owl-carousel .item .box {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

/* ستون‌های چپ و راست نصفه می‌شوند */
.owl-item:not(.center) .box {
  transform: scale(0.8);
  opacity: 0.7;
}

/* ستون مرکزی کامل نمایش داده می‌شود */
.owl-item.center .box {
  transform: scale(1);
  opacity: 1;
}
.slide_arrow {
  width: 80px;
  height: 40px;
  float: left;
  cursor: pointer;
}
.slide_arrow .left {
  width: 40px;
  height: 40px;
  float: left;
  background: url(icon/arrow_left.svg) no-repeat center center;
  background-size: contain;
}
.slide_arrow .right {
  width: 40px;
  height: 40px;
  float: right;
  background: url(icon/arrow_right.svg) no-repeat center center;
  background-size: contain;
}
.ratin_logo {
  width: 66px;
  height: 22px;
  float: left;
  background: url(icon/ratin_logo.svg) no-repeat center center;
  background-size: contain;
  display: block;
}

.banner_txt_content .btn_content .moshavereh {
  padding: 0 16px;
  background-color: unset;
  border: unset;
  color: #fff;
  border-radius: 16px;
}
i.call {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../css/icon/call.svg) no-repeat center center;
  background-size: contain;
}

.contact_values {
  margin: 60px auto;
  margin-bottom: 150px;
}
.contact_values .title {
  margin: auto;
  text-align: center;
  margin-bottom: 32px;
}
.contact_values .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
}
.contact_values .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}

.contact_values .item {
  display: block;
  border: 1px solid #d0d8e8;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
}
.contact_values .item .content {
  display: block;
  padding: 16px;
  border-radius: 16px;
}
.contact_values .item .content .icon {
  display: block;
  height: 34px;
  background-size: contain;
  margin-bottom: 5px;
}
.contact_values .item .content .icon_1 {
  background: url(icon/v_icon_1.svg) no-repeat right center;
}
.contact_values .item .content .icon_2 {
  background: url(icon/v_icon_2.svg) no-repeat right center;
}
.contact_values .item .content .icon_3 {
  background: url(icon/v_icon_3.svg) no-repeat right center;
}
.contact_values .item .content .icon_4 {
  background: url(icon/v_icon_4.svg) no-repeat right center;
}
.contact_values .item .content .title {
  display: block;
  font-size: 16px;
  color: #0f2b61;
  font-weight: 700;
  text-align: right;
  margin: 0;
  position: relative;
  z-index: 0;
}
.contact_values .item .content .title::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 60px;
  height: 9px;
  background: #f3bc00;
  top: 7px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}

.contact_values .item .content .text {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  color: #0f2b61;
}
.contact_values .item .content .btn {
  display: block;
  text-align: center;
  background: #f3bc00;
  color: #0f2b61;
  border-radius: 30px;
  border: 1px solid #0f2b61;
  font-size: 12px;
}
.contact_values .item .content .btn.location::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(icon/location.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-bottom: -5px;
}

.contact_courses {
  margin: 60px auto;
  margin-bottom: 150px;
}
.contact_courses .title {
  margin: auto;
  text-align: center;
  margin-bottom: 32px;
}
.contact_courses .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
  margin-bottom: 100px;
}
.contact_courses .title .descr {
  font-size: 16px;
  color: #4464a1;
  margin-top: 16px;
}

.contact_courses .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}

.contact_courses .item {
  display: block;
  border: 1px solid #d0d8e8;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
}
.contact_courses .item img {
  width: 100%;
  height: auto;
  border-radius: 16px 16px 0 0;
  margin-bottom: 16px;
}
.contact_courses .item .content {
  display: block;
  padding: 16px;
  border-radius: 16px;
}
.contact_courses .item .content .icon {
  display: block;
  height: 34px;
  background-size: contain;
  margin-bottom: 5px;
}
.contact_courses .item .content .icon_1 {
  background: url(icon/v_icon_1.svg) no-repeat right center;
}
.contact_courses .item .content .icon_2 {
  background: url(icon/v_icon_2.svg) no-repeat right center;
}
.contact_courses .item .content .icon_3 {
  background: url(icon/v_icon_3.svg) no-repeat right center;
}
.contact_courses .item .content .icon_4 {
  background: url(icon/v_icon_4.svg) no-repeat right center;
}
.contact_courses .item .content .title {
  display: block;
  font-size: 16px;
  color: #0f2b61;
  font-weight: 700;
  text-align: right;
  margin: 0;
  position: relative;
  z-index: 0;
}
.contact_courses .item .content .title::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 60px;
  height: 9px;
  background: #f3bc00;
  top: 7px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}

.contact_courses .item .content .text {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  color: #0f2b61;
}
.contact_courses .item .content .btn {
  display: block;
  text-align: center;
  background: #f3bc00;
  color: #0f2b61;
  border-radius: 30px;
  border: 1px solid #0f2b61;
  font-size: 12px;
}
.contact_courses .item .content .btn.location::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(icon/location.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-bottom: -5px;
}
.contact_courses .title {
  font-size: 18px;
  font-weight: 700;
  color: #0f2b61;
  text-align: right;
  padding: 0 15px;
}
.contact_courses .course_time {
  font-size: 14px;
  font-weight: 600;
  color: #0f2b61;
  text-align: left;
  display: block;
  padding: 0 15px;
}
.contact_courses .signup_area button {
  display: block;
  padding: 5px 16px;
  border-radius: 16px;
  border: 2px solid #0f2b61;
  background-color: #f3bc00;
  color: #0f2b61;
  display: block;
  width: calc(100% - 30px);
  margin: 15px;
}

.contact_courses .discount {
  padding: 0 15px;
}

.contact_courses .discount .old_price {
  font-size: 14px;
  color: #6a7480;
  font-weight: 400;
  text-decoration: line-through;
}
.contact_courses .discount .rate {
  font-size: 10px;
  color: #fff;
  font-weight: 700;
  background: #e15131;
  border-radius: 4px;
  padding: 2px 4px;
  margin-right: 10px;
  line-height: 13px;
}

.contact_courses .fee {
  font-size: 18px;
  color: #0f2b61;
  font-weight: 700;
  padding: 0 15px;
}
.contact_courses .fee span {
  font-size: 10px;
  color: #6a7480;
  font-weight: 400;
  margin-right: 5px;
}

.cta {
  width: calc(100% - 2px);
  padding: 16px;
  border: 1.5px dashed #d0d8e8;
  border-radius: 16px;
  margin: 64px auto;
}
.cta .content {
  padding: 32px;
  border-radius: 16px;
  background: rgba(232, 236, 243, 0.55);
  backdrop-filter: blur(2px);
  text-align: center;
}
.cta .content h2.title {
  font-size: 28px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  margin-bottom: 15px;
  display: inline;
}
.cta .content h2.title::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 60px;
  height: 9px;
  background: #f3bc00;
  top: 15px;
  right: 0;
  border-radius: 20px;
  z-index: -1;
  width: 100%;
}
.cta .content .sub_title {
  font-size: 16px;
  color: #0f2b61;
  font-weight: 400;
  margin-bottom: 32px;
}
.cta .content .form {
  width: 100%;
  max-width: 520px;
  height: 56px;
  border: 1px solid #d0d8e8;
  border-radius: 60px;
  background: #fff;
  margin: auto;
}
.cta .content .form button {
  padding: 5px 16px;
  height: 48px;
  border-radius: 60px;
  border: 2px solid #0f2b61;
  background-color: #f3bc00;
  color: #0f2b61;
  float: right;
  margin: 3px;
  font-size: 14px;
}
.cta .content .form input {
  width: calc(100% - 220px);
  padding: 5px 16px;
  height: 50px;
  border-radius: 60px;
  border: unset;
  background-color: #fff;
  color: #0f2b61;
  float: left;
  margin: 3px;
  font-size: 14px;
}

.faq {
  margin: 64px auto;
}
.faq .content {
}
.faq .content img.faq_img {
  width: 90%;
  height: auto;
  margin: auto;
}
.faq .content h2.title {
  font-size: 28px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  margin-bottom: 35px;
  display: block;
}
.faq .content h2.title::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 15px;
  background: #f3bc00;
  top: 15px;
  right: -15px;
  border-radius: 20px;
  z-index: -1;
  width: 90px;
}
.accordion-item {
  color: #0f2b61;
  background-color: unset;
  border: unset;
  border-bottom: 1px solid #d0d8e8 !important;
}
.accordion-item h3 {
  color: #0f2b61 !important;
  font-size: 18px !important;
  font-weight: 700;
}

.accordion-button {
  padding: 20px 2px;
  font-size: 1rem;
  color: #0f2b61;
  font-weight: bold;
}

.accordion-button::after {
  flex-shrink: 0;
  width: var(--bs-accordion-btn-icon-width);
  height: var(--bs-accordion-btn-icon-width);
  margin-right: auto;
  content: "";
  background-image: url(../img/arrow_down.svg);
  background-repeat: no-repeat;
  background-size: 80%;
  transition: var(--bs-accordion-btn-icon-transition);
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../img/arrow_up.svg);
  transform: rotate(0);
}
.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: unset;
  box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0
    var(--bs-accordion-border-color);
}
.accordion {
  --bs-accordion-border-radius: 0;
}

.course_banner {
  background: #fff !important;
  height: 650px;
}

.course_banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff !important;
  opacity: 1;
  z-index: -1;
}

.course_banner .banner_txt_content h1 {
  color: #0f2b61 !important;
  font-size: 30px;
  font-weight: 700;
  position: relative;
}

.course_banner .banner_txt_content h1::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 15px;
  background: #f3bc00;
  top: 12px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
  width: 90px;
}

.course_banner .banner_txt_content p {
  color: #0f2b61 !important;
  font-size: 16px;
  font-weight: 400px;
}

.course_banner .banner_txt_content .btn_content .moshavereh {
  padding: 0 16px;
  background-color: unset;
  border: unset;
  color: #0f2b61;
  border-radius: 16px;
}
.course_banner .banner_txt_content .btn_content .moshavereh i.call {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../css/icon/bcall.svg) no-repeat center center;
  background-size: contain;
}
.course_cover {
  padding: 16px;
  border-radius: 16px;
  border: 1.5px solid #d0d8e8;
}
.course_cover img {
  width: 100%;
  border-radius: 16px;
}

.about_course {
  text-align: center;
  margin: 64px auto;
}
.about_course h2 {
  color: #0f2b61 !important;
  font-size: 32px;
  font-weight: 700;
  position: relative;
  display: inline;
}

.about_course h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 15px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
  width: 90px;
}

.about_course p {
  color: #0f2b61 !important;
  font-size: 16px;
  margin: 16px auto;
}
.video_player_content {
  position: relative;
}
.video_player_content::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 15px;
  background: url(icon/player_icon.svg);
  background-size: contain;
  top: 50%;
  left: 50%;
  border-radius: 20px;
  width: 48px;
  height: 48px;
  transform: translate(-24px, -24px);
}

.about_course_descr h3 {
  color: #0f2b61 !important;
  font-size: 30px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-top: 64px;
  margin-bottom: 32px;
}

.about_course_descr h3::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 15px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
  width: 90px;
}
.course_help {
  margin: 32px auto;
}

.about_course_descr .teacher {
  color: #0f2b61 !important;
  font-size: 20px;
  font-weight: 700;
}
.about_course_descr .expert {
  color: #0f2b61 !important;
  font-size: 14px;
  font-weight: 400;
}
.about_course_descr .descr {
  display: block;
  color: #0f2b61 !important;
  font-size: 14px;
  font-weight: 400;
  margin-top: 16px;
}

.course_items {
  margin: 32px auto;
  margin-bottom: 150px;
}
.course_items .title {
  margin: auto;
  text-align: center;
  margin-bottom: 32px;
}
.course_items .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
}
.course_items .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}

.course_items .item {
  display: block;
  border: 1px solid #d0d8e8;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
}
.course_items .item .content {
  display: block;
  padding: 18px;
  border-radius: 16px;
  font-weight: 600;
}
.course_items .item .content .icon {
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
  background: #f3bc00;
  border-radius: 34px;
  height: 15px;
  line-height: 15px;
  margin-bottom: 16px;
}
.course_items .item .content .title {
  display: block;
  font-size: 18px;
  color: #0f2b61;
  font-weight: 700;
  text-align: right;
  margin: 0;
  position: relative;
  z-index: 0;
  margin-bottom: 16px;
}
.course_items .item .content .text {
  display: block;
  margin-bottom: 16px;
  font-size: 14px;
  color: #0f2b61;
  font-weight: 400;
  margin-bottom: 16px;
}
.course_items .item .content .btn {
  display: block;
  text-align: center;
  background: #f3bc00;
  color: #0f2b61;
  border-radius: 30px;
  border: 1px solid #0f2b61;
  font-size: 12px;
}
.course_items .item .content .btn.location::before {
  content: " ";
  width: 16px;
  height: 16px;
  background: url(icon/location.svg) no-repeat center center;
  background-size: contain;
  display: inline-block;
  margin-bottom: -5px;
}

.course_signup {
  margin: 32px auto;
  margin-bottom: 10px;
}
.course_signup .title {
  margin: auto;
  text-align: center;
  margin-bottom: 32px;
}
.course_signup .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
}
.course_signup .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}

.course_signup .item {
  display: block;
  border: 1px solid #d0d8e8;
  border-radius: 16px;
  background: #fff;
  margin-bottom: 10px;
  padding: 32px;
}
.course_signup .item .content .block {
  width: calc(100% - 1px);
  text-align: center;
}
.course_signup .item .content .block.line {
  border-left: 1.5px solid #d0d8e8;
}

.course_signup .item .content .block .title {
  font-size: 18px;
  font-weight: 700;
  color: #0f2b61;
  margin-bottom: 8px;
}
.course_signup .item .content .block .sub_title {
  font-size: 16px;
  font-weight: 600;
  color: #0f2b61;
}

.course_payment_method {
  margin: 5px auto;
  margin-bottom: 32px;
}
.course_payment_method .item {
  padding: 16px;
  border-radius: 16px;
  border: 1.5px solid #d0d8e8;
}
.course_payment_method ul {
  font-size: 16px;
  font-weight: 400;
  margin-top: 64px;
}
.course_payment_method .item .content {
  border-radius: 16px;
  background: rgba(232, 236, 243, 0.55);
  backdrop-filter: blur(2px);
  text-align: center;
  padding: 32px;
}
.course_payment_method .item .content .main_title {
  font-size: 18px;
  font-weight: 700;
  color: #17191c;
  margin-bottom: 16px;
  height: 22px;
}
.course_payment_method .item .content .sub_title {
  font-size: 16px;
  font-weight: 700;
  color: #17191c;
  margin-bottom: 16px;
  height: 22px;
}
.course_payment_method .item .content button {
  width: 100%;
  max-width: 168px;
  display: block;
  padding: 5px 16px;
  border-radius: 16px;
  border: 2px solid #0f2b61;
  background-color: #f3bc00;
  color: #0f2b61;
  display: block;
  width: calc(100% - 30px);
  margin: 15px auto;
}

.signup_content {
  margin: 64px auto;
}
.signup_content .content {
  padding: 32px;
  border: 1.5px solid #d0d8e8;
  border-radius: 16px;
}

.signup_content .title {
  margin: auto;
  text-align: center;
  margin-bottom: 32px;
  margin: 100px auto 72px auto;
}

.signup_content .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
  margin-bottom: 16px;
}
.signup_content .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}
.signup_content .title .sub_title {
  font-size: 18px;
  color: #0f2b61;
  font-weight: 300;
}
.signup_content .content img.signup_img {
  width: 100%;
  border-radius: 16px;
}
.needs-validation {
  padding: 20px;
}
.needs-validation .form-label {
  color: #0f2b61;
  font-size: 15px;
  font-weight: 700;
}
.needs-validation .resume_btn {
  margin-top: 30px;
  background: #f3bc00;
  border-radius: 8px;
  border: 2px solid #0f2b61;
  color: #0f2b61;
}
.needs-validation input {
  border-radius: 8px;
  border: 1.5px solid var(--Blue-B-12, #d0d8e8);
  background: #f2f2f2;
}
.needs-validation select {
  border-radius: 8px;
  border: 1.5px solid var(--Blue-B-12, #d0d8e8);
  background: #f2f2f2;
}
.needs-validation textarea {
  border-radius: 8px;
  border: 1.5px solid var(--Blue-B-12, #d0d8e8);
  background: #f2f2f2;
}
.needs-validation .signup_btn {
  max-width: 168px;
  display: block;
  padding: 10px 16px;
  border-radius: 16px;
  border: 2px solid #0f2b61 !important;
  background-color: #f3bc00 !important;
  color: #0f2b61;
  display: block;
  width: calc(100% - 30px);
}
.needs-validation .rest_btn {
  max-width: 168px;
  display: block;
  padding: 10px 16px;
  border-radius: 16px;
  border: 2px solid #0f2b61 !important;
  background-color: #fff !important;
  color: #0f2b61;
  display: block;
  width: calc(100% - 30px);
}
.aghsad {
  margin-top: 100px;
}

.top_menu {
  margin-right: 50px;
}

.workspace {
  margin: 60px auto;
}
.workspace .title {
  margin: auto;
  text-align: right;
  margin-bottom: 32px;
}
.workspace .title h2 {
  width: auto;
  font-size: 32px;
  color: #0f2b61;
  font-weight: 700;
  position: relative;
  display: inline;
}
.workspace .title h2::after {
  content: " ";
  position: absolute;
  display: block;
  padding-right: 10px;
  width: 100px;
  height: 22px;
  background: #f3bc00;
  top: 15px;
  right: -10px;
  border-radius: 20px;
  z-index: -1;
}
.workspace .description p {
  line-height: 20px !important;
  font-size: 13px;
}
.workspace .columns-container .title {
  margin-bottom: 5px !important;
}

#cookieBanner {
  display: none;
  position: fixed;
  bottom: 20px;
  left: 20px;
  right: 20px;
  max-width: 100%;
  margin: 0 auto;
  background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
  color: white !important;
  padding: 25px;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  animation: slideUp 0.5s ease-out forwards;
  box-sizing: border-box;
}

@keyframes slideUp {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#cookieBanner p {
  margin: 0 0 20px 0;
  line-height: 1.6;
  font-size: 16px;
  text-align: center;
  color: #FFF;
}

.cookie-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

#cookieBanner button {
  padding: 12px 25px;
  border: none;
  border-radius: 50px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 120px;
}

#cookieBanner button:first-child {
  background-color: #4caf50;
  color: white;
  box-shadow: 0 4px 15px rgba(76, 175, 80, 0.3);
}

#cookieBanner button:first-child:hover {
  background-color: #43a047;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(76, 175, 80, 0.4);
}

#cookieBanner button:last-child {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.5);
}

#cookieBanner button:last-child:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  transform: translateY(-2px);
}

.cookie-icon {
  text-align: center;
  font-size: 32px;
  margin-bottom: 15px;
}

@media (max-width: 600px) {
  #cookieBanner {
    left: 10px;
    right: 10px;
    bottom: 10px;
    padding: 20px 15px;
  }

  .cookie-buttons {
    flex-direction: column;
  }

  #cookieBanner button {
    width: 100%;
  }
}
