@font-face {
  font-family: roboto;
  font-style: normal;
  font-weight: 900;
  src: url("../Fonts/Roboto/Roboto-Medium.ttf")
    format("woff");
}
:root {
  --color_07101D: #07101d;
  --color_FF3C00: #ff3c00;
}

body {
  font-family: roboto !important;
  margin-bottom: 30rem;
  
  a {
    text-decoration: none;
  }

  ul {
    list-style-type: none;
  }

  .login_menu {
    margin-top: 0.95rem;
  }
}
.owl-prev,
.owl-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 50px !important;
  height: 50px !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  color: white !important;
  border-radius: 50% !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  font-size: 24px !important;
  z-index: 1000 !important;
}

/* .owl-prev {
    left: -60px !important;
} */

.owl-next {
  right: -20px !important;
}

.owl-prev {
    left: -20px !important;
}

/* تغییر استایل دکمه‌ها هنگام هاور */
.owl-prev:hover,
.owl-next:hover {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  cursor: pointer;
}

.owl-carousel img {
  width: 100% !important;
  /*object-fit: fill !important;*/ 
  height: auto;
}

.customer_container {
  /* رنگ پس‌زمینه اسلایدها */
  margin: 0 -10px;
  /* این مقدار فضای بین اسلایدها را تعیین می‌کند */
  border-radius: 10px;
  /* گرد کردن گوشه‌های اسلایدها (اختیاری) */
}

.owl-dots {
  position: absolute;
  bottom: 10px;
  /* Adjust the value as per your need */
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
}

.owl-dot {
  display: inline-block;
  margin: 5px;
}

.owl-dot span {
  width: 10px;
  height: 10px;
  background-color: #000;
  /* Change the color as needed */
  display: block;
  border-radius: 50%;
}

.owl-dot.active span {
  background-color: #ff3c00;
  /* Active dot color */
}

.latest_product_main_margin_top {
  margin-top: 4rem;
}

.owl-dots {
  display: none;
}

.margin_top {
  margin-top: -10rem;
}

.header_title_course_margin_bottom {
  margin-bottom: 0rem;
}

.bg_light {
  --bs-bg-opacity: 1;
  background-color: rgb(237 237 237) !important;
}

.certificate_font_size {
  font-size: 13px;
}

.specifications_of_course_margin_top {
  margin-top: 4rem;
}

.the_latest_teacher_font_size {
  font-size: 0.9rem;
}
/* .owl-stage-outer {
  height: 36rem;

} */
.owl-next span {
  height: 152%;
  width: 46%;
  font-size: 3rem;
}

.owl-prev span {
  height: 152%;
  width: 46%;
  font-size: 3rem;
}
.height_of_slider {
  height: 30rem;
}

.swiper_background_color {
  background-color: #e6e7e9;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper_main {
  overflow: hidden;
  /* Prevent overflow */
}

.swiper {
  width: 100%;
  /* Ensure the Swiper takes up the full width */
}

.swiper-slide {
  width: auto;
  /* Adjust width to fit content */
  max-width: 100%;
  /* Prevent slides from overflowing */
  box-sizing: border-box;
}

.container {
  /* Ensure container does not exceed the viewport width */
  overflow: hidden;
  /* Prevent horizontal scroll */
}

.swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
  /* Prevent wrapping */
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 10;
  /* Ensures the buttons are on top */
}

.swiper_background_color {
  background-color: white;
  /* Example background color */
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  color: #000;
  /* Button color */
}

.swiper-pagination-progressbar {
  background-color: #000;
  /* Progress bar color */
}

.swiper-slide img:hover {
  background-color: antiquewhite;
}

/* .customer_container_img_slider {
    width: 250px;
    height: 150px;
} */

.customer_container_img_slider img {
  width: 100%;
  height: 100%;
}

html,
body {
  position: relative;
  height: 100%;
}

body {
  background: #eee;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

swiper-container {
  width: 100%;
  height: 100%;
}

swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

swiper-slide img {
  display: block;
  width: 100%;
  height: 80%;
  object-fit: cover;
  cursor: grab;
}

.masters_styling {
  width: 273px;
  height: 300px;
}

.bottom_position {
  bottom: -10px;
}

.step_number {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 1.2rem;
}

.description{
  background: #F8F9F9;
}

.heading_tertiary {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 3.2rem;
}

.step_description {
  font-size: 1.5rem;
  line-height: 1.8;
}

/* Sidebar Menu */
.menu-content {
  position: fixed;
  top: 0;
  left: -250px; /* Hidden initially */
  width: 250px;
  height: 100%;
  background-color: #f8f9fa;
  transition: left 0.3s ease;
  z-index: 1001; /* Above other content */
  padding-top: 20px;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.1);
}

.menu-content.open {
  left: 0; /* Slide-in effect */
}

/* Overlay to cover the rest of the page when menu is open */
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; /* Hidden initially */
  z-index: 1000; /* Just behind the sidebar */
}

.menu-overlay.active {
  display: block; /* Show when active */
}

/* Style the toggler button */
.navbar-toggler {
  z-index: 1002; /* On top of overlay */
}

body.menu-open {
  overflow: hidden; /* Disable scrolling when menu is open */
}
.slider-size {
    aspect-ratio: 4.52
}
/* *****************************Single Page Courses***************************** */
@media screen and (max-width: 1310px) {
    /* .display_resizing {
    display: none;
  } */
    .width_100_in_smaller_size {
    width: 100% !important;
  }
}
@media screen and (min-width: 1310px) {
  .footer_resizing {
    display: none !important;
  }
}

/* @media screen and (max-width: 925px) {
  .resizing_925 {
    width: 60% !important;
  }
} */

@media (min-width: 992px) {
  .contact-wrapper {
    margin-bottom: 0;
  }
}

.footer_resizing{
    bottom:55px !important;
}

.course_title {
    height: 50px;
}

.video_background_color{
    background : #eee !important;
    color:#000 !important;
    border-radius:10px 10px 10px 10px !important;
}

.bg_of_inner_video {
    background: #F3F4F6 !important;
    border-radius: 0 0 10px 10px !important;}

.video_background_color:not(.collapsed) {
    background: #64748B !important;
    color: #fff !important;
    border-radius: 10px 10px 0 0 !important;
}

.accordion-button:focus{
    box-shadow:none !important;
}

.video_hover:hover {
    color: #42a44a !important;
    transition: 0.2s;
}

.video_hover:hover a{
    color: #42a44a !important;
    transition: 0.2s;
}

.video_hover:hover .bg-white{
    background :#42a44a !important;
    color : #fff;
    transition: 0.2s;
}

.bi-play-circle, .bi-lock {
    font-size: 20px;
}
/* *****************************About***************************** */
.w_sizing {
    width: 22rem;
}
.h_sizing {
  height: 70%;
}
.top_sizing {
  top: 40px !important;
}
.end_sizing {
  right: 0px !important;
}
.margin_bottom {
  margin-bottom: 0rem;
}
.text_align_justify {
  text-align: justify;
}

.contact_us_padding_bottom {
  padding-bottom: 5rem;
}

.map_direction {
    padding-bottom: 8rem;
}
@media (min-width: 992px) {
  .contact-wrapper {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  .contact-wrapper {
    margin-bottom: 100px;
  }
}


.video-placeholder {
  height: 100%;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 300px;
}

/* Mobile Frame */
.mobile-frame {
  width: 100%;
  display: block;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Man Image */
.man-image {
  position: absolute;
  top: 3%;
  left: 6px;
  width: 95%;
  height: 93%;
  object-fit: cover;
  z-index: 0;
  border-radius: 10px;
  overflow: hidden;
}

.mobile-image {
  width: 100%;
}

.video-placeholder {
  position: relative;
  text-align: center;
  cursor: pointer;
}
/* پاپ آپ ویدئو */
.video-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 600px;
}

.popup-content video {
  width: 100%;
  border-radius: 12px;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
  z-index: 10;
}

.close-btn:hover {
  color: #ff0000;
}

.resizing_start_icon {
  font-size: 40px;
}

.resizing_start_icon i {
  transform: translateY(-50%) translateX(50%);
}
/* Responsive scaling */
@media screen and (max-width: 768px) {
  .video-placeholder {
    max-width: 250px; /* Adjust for smaller screens like tablets */
  }
}

@media screen and (max-width: 480px) {
  .video-placeholder {
    max-width: 200px; /* Adjust for mobile screens */
  }
}

.contact-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 11px 19.2px 0.8px rgba(66, 58, 232, 0.1);
  padding: 65px 40px 0;
  margin-bottom: 80px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Josefin Sans", sans-serif;
}

.contact-form .form-group {
  margin-bottom: 23px;
}

.contact-form .form-group label {
  font-size: 18px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
  color: #3b368c;
}

label,
button,
select {
  cursor: pointer;
}

.contact-form .form-group input,
.contact-form .form-group textarea {
  padding: 15px;
}

.contact-form .form-group input {
  border: 1px solid rgba(59, 54, 140, 0.1);
  border-radius: 5px;
  background-color: #f6f6fa;
  height: 60px;
}

input {
  background: #f4f4f4;
  color: #504c89;
}

select,
input,
textarea {
  width: 100%;
  outline: none;
}

.contact-form .form-group .form-check {
  align-items: center;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}

.contact-form .form-group .form-check input {
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: transparent;
}

.contact-form .form-group .form-check label {
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 22px);
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #6f6c9f;
}

label,
button,
select {
  cursor: pointer;
}

.contact-form .form-group:last-child {
  transform: translateY(23px);
}

.contact-form .form-group {
  margin-bottom: 23px;
}

.contact-form .form-group input[type="submit"] {
  background: -moz-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
  background: -ms-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);
  /*background: -webkit-linear-gradient(-65deg, #c165dd 0%, #1153fc 100%);*/
  background: #0DCAF0;
  width: auto;
  padding: 0 50px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 auto;
  display: block;
  border: none;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  box-shadow:0 10px 30px rgb(50 123 137 / 50%);
  color: #ffffff;
}

.contact-form .form-group input {
  height: 60px;
}

.section-header.left-style {
  text-align: left;
  margin-left: 0;
  max-width: 100%;
}

@media (min-width: 768px) {
  .section-header {
    margin-bottom: 60px;
  }
}

.section-header {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 620px;
  position: relative;
  z-index: 1;
}

.contact-content .section-header .title {
  font-weight: 600;
}

@media (min-width: 768px) {
  .section-header .title {
    margin-bottom: 24px;
  }
}

.contact-content .section-header a {
  color: #504c89;
  padding-left: 25px;
  position: relative;
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact-content .section-header a:hover {
  text-decoration: none;
}

.contact-content .section-header a:hover::before {
  left: calc(100% - 30px);
}

.contact-content .section-header a::before {
  border-radius: 50%;
  background: -moz-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
  background: -webkit-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
  background: -ms-linear-gradient(0deg, #e2906e 0%, #e83a99 100%);
  opacity: 0.502;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.contact-content .section-header a::before {
  position: absolute;
  content: "";
}

.contact-content .section-header a i {
  margin-left: 5px;
}

.contact-area {
  margin-bottom: -40px;
}

.contact-item {
  align-items: center;
  margin-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.contact-item .contact-thumb {
  width: 78px;
}

.contact-item .contact-contact {
  width: calc(100% - 78px);
  padding-left: 30px;
}

.contact-item .contact-contact .subtitle {
  margin: 0;
  margin-bottom: 5px;
}

.contact-item .contact-contact a {
  color: #504c89;
}
/* *****************************Courses***************************** */
.font_size {
  font-size: 2.5rem;
}

/*دکمهسینگل کورس*/
.custom-btn {
  background-color: #007bff; /* رنگ ترکیبی آبی */
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* باک‌شدو */
  font-size: 16px;
  transition: all 0.3s ease;
}

.custom-btn svg {
  margin-right: 10px;
}

.custom-btn:hover {
  background-color: #0056b3;
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 768px) {
  .custom-btn {
    font-size: 14px; /* کوچکتر شدن متن در حالت موبایل */
    padding: 8px 16px; /* کوچکتر شدن padding در حالت موبایل */
  }
}
.text_align_justify {
  text-align: justify;
}

.teacher_course_Description{
    text-align:justify;
}

.teacher_course_name{
    text-align:left;
}

/* *****************************Q & A***************************** */

.qa_background_color {
    background-color: #0095ff !important;
}

.bg_of_inner_f_and_a {
    background-color: #9bd1ff !important;
}

.content_hover:hover {
    color: white !important;
    background-color: #42a44a;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.accordion-body .accordion-button:not(.collapsed) {
    color: white !important;
    background-color: #42a44a !important;
}

.accordion-body .accordion-button{
    font-size:15px;
}

.accordion-father-style {
    background-color: #0095ff !important;
    color: white !important;
}

.btnsearch-faqs {
    position: relative;
    border-radius: 0 4px 4px 0;
    margin-left: -4px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 20;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

#serch-btn {
    background-color: #39ACE7;
    border-radius: 8px 0 0 8px;
    color: white;
    font-weight: 900;
}

#search_box {
    box-shadow: none !important;
    /* border-color: #b52c2657; */
    border: 2px solid #39ACE7;
    /*until filtering is fixed show left border*/
    border-radius: 0 8px 8px 0;
    /*border-left: none;*/
    /*border-radius: 0;*/

    border-left: none;
}

#filter-btn {
    box-shadow: none !important;
    /* border-color: #b52c2657; */
    border: 2px solid #39ACE7;
    border-radius: 8px 0 0 8px;
    color: #39ACE7;
    border-left: none;
}

.bookmark-text {
    color: black;
    background-color: yellow;
    border-radius: 5px;
    font-weight: bold;
}

/*loader*/
.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    z-index: 10;
    margin-left: 30%;
    margin-top: 15%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*END loader*/

.grecaptcha-badge{
    z-index:1040
}

.accordion-parent-style {
    margin-top: 15px !important;
}

.panel-father-style {
    margin-top: -15px;
    background-color: #9bd1ff !important;
    border-radius: 0px !important;
}

.accordion-main:after{
    content:'' !important;
}

.swal2-popup{
    font-size:15px !important;
}

#fab {
    cursor:pointer;
}

span.text-danger {
    display: block;
    padding: 0 32px;
    text-align: justify;
}

#map-canvas {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}

/*@media screen and (max-width: 700px) {
    #map-canvas {
        width: 400px;
        height: 500px;
        margin: 0 auto;
    }
}


@media screen and (max-width: 400px) {
    #map-canvas {
        width: 300px;
        height: 500px;
        margin: 0 auto;
    }
}*/

.remember-me-container {
    display: flex; 
    align-items: center; 
    gap: 8px; 
    justify-content: center; 
    margin-top: 10px; 
}

/*input[type="checkbox"] {
    margin: 0; 
    accent-color: #39ACE7;*/ /* تغییر رنگ چک‌باکس در مرورگرهای مدرن */
/*}*/

label {
    font-size: 14px; 
    color: #333; 
}

input[type="checkbox"] {
    appearance: none; /* حذف استایل پیش‌فرض */
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
}

    input[type="checkbox"]:checked {
        background-color: #39ACE7;
    }

.btn-style-course{
    padding:10px;
    font-size:15px;
}