/*---

-----------------------------------------------------------------------------------
Template Name: Tropic Travel
Page Name: Home Online
Description: The Home - Online Courses page of Edufit is designed to effectively showcase and promote your online courses. 
Author: Pixelfit
Version: 1.0 
-----------------------------------------------------------------------------------

---*/
/* Hero Section */
@font-face {
  font-family: bold;
  src: url('../../../common/fonts/ArbFONTS-GE_SS_Two_Bold.otf');
}

@font-face {
  font-family: medium;
  src: url('../../../common/fonts/ArbFONTS-GE_SS_Two_Medium.otf');
}
@font-face {
  font-family: nums;
  src: url('../fonts/Tajawal-Regular.ttf');
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family:medium;
}

p,
span,

li,
label,
button {
  font-family: medium;
}


input,a,
textarea, .copyright-text p{
  font-family: nums;
}
li a
{
  font-family: medium;

}
select {
  font-family: medium;
}

.hero-wrapper {
  position: relative;
  background-color: #FCFCFF;
  z-index: 1;
  padding-top: 50px;
}

.hero-wrapper .elements {
  position: absolute;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hero-wrapper .elements {
    display: none;
  }
}

.hero-wrapper .elements.element_one {
  left: 0;
  top: 0;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .elements.element_one {
    left: -80px;
  }
}

.hero-wrapper .elements.element_two {
  bottom: 35px;
  left: 35px;
}

.hero-wrapper .elements.element_three {
  top: 80px;
  right: 40%;
}

.hero-wrapper .lineanm {
  position: absolute;
  top: -25px;
  right: -20px;
  height: 550px;
  width: 290px;
  z-index: -1;
}

@media screen and (max-width: 991px) {
  .hero-wrapper .lineanm {
    display: none;
  }
}

.hero-wrapper .lineanm .line {
  fill: none;
  stroke-dasharray: 2400;
  stroke-dashoffset: 2400;
  animation: line 2s ease-in-out reverse infinite;
  animation-direction: alternate-reverse;
}

.hero-wrapper .hero-image-box {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-right: -200px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box {
    margin-right: -60px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box {
    margin-right: 0;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box {
    text-align: center;
  }
}
.option {
  color: black;
  font-family:normal;
}
.hero-wrapper .hero-image-box .image_one {
  position: absolute;
  right: 240px;
  bottom: 120px;
  z-index: 1;
  max-width: 200px;
  max-height: 150px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box .image_one {
    right: 0;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box .image_one {
    right: 0;
    bottom: 50px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box .image_one {
    bottom: 150px;
  }
}

@media (max-width: 767px) {
  .hero-wrapper .hero-image-box .image_one {
    display: none;
  }
}

.hero-wrapper .hero-image-box .image_one img {
  border-radius: 15px;
  -webkit-box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
  box-shadow: -3px 0px 50px 0px rgba(98, 85, 250, 0.1);
}

.hero-wrapper .hero-image-box .ef-iconic-box {
  position: absolute;
  top: 40px;
  right: 15%;
  text-align: right;
  max-width: 260px;
  z-index: 1;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 10px;
    right: -2%;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    right: -8%;
    top: 30%;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 25%;
    right: 7%;
  }
}

@media (max-width: 767px) {
  .hero-wrapper .hero-image-box .ef-iconic-box {
    top: 50%;
    right: 15%;
  }
}

.hero-wrapper .hero-content {
  padding-top: 145px;
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-content {
    padding-top: 85px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-content {
    text-align: center;
    margin-bottom: 40px;
  }
}

.hero-wrapper .hero-content .sub-heading {
  color: var(--primary-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-wrapper .hero-content .sub-heading i {
  margin-left: 10px;
  margin-top: 4px;
}

.hero-wrapper .hero-content h1 {
  margin-bottom: 3px;
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .hero-wrapper .hero-content h1 {
    font-size: 55px;
    line-height: 75px;
  }
}

@media screen and (max-width: 1199px) {
  .hero-wrapper .hero-content h1 {
    font-size: 40px;
    line-height: 55px;
  }
}

@media screen and (max-width: 991px) {
  .hero-wrapper .hero-content h1 {
    max-width: 490px;
    margin: 0 auto 30px;
  }
}

.hero-wrapper .hero-content h1 span.c1 {
  position: relative;
  color: var(--primary-color);
}

.hero-wrapper .hero-content h1 span.c1 .shape-one {
  position: absolute;
  top: 8px;
  left: -52px;
  transform: scale(-1);
}

@media (max-width: 767px) {
  .hero-wrapper .hero-content h1 span.c1 {
    display: block;
  }
}

.hero-wrapper .hero-content h1 span.c2 {
  color: var(--secondary-color);
}

.hero-wrapper .hero-content p {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 35px;
}

.hero-subscribe {
  position: relative;
}

@media screen and (max-width: 991px) {
  .hero-subscribe {
    max-width: 500px;
    margin: 0 auto;
  }
}

.hero-subscribe .form-group {
  position: relative;
}

.hero-subscribe input {
  padding: 12px 20px;
  border-radius: 13px;
  font-size: 16px;
  border: 1px solid var(--border-color);
}

.hero-subscribe .theme-btn {
  position: absolute;
  top: 0;
  right: 0;
}

@-webkit-keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes line {
  to {
    stroke-dashoffset: 0;
  }
}

/* Category Section */
/* Intro Section */
.intro-wrapper_one {
  position: relative;
  z-index: 1;
  min-height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: -150px;
}

.intro-wrapper_one:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(6, 25, 58, 0.7);
  z-index: -1;
}

/* Testimonial Section */
.testimonial-slider {
  margin-left: -15px;
  margin-right: -15px;
}

@media screen and (max-width: 991px) {
  .testimonial-slider {
    margin-right: -12px;
    margin-left: -12px;
  }
}

.testimonial-slider .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .testimonial-slider .slick-slide {
    margin-right: 12px;
    margin-left: 12px;
  }
}

/* Contact Page CSS */
.form_control {
  margin-bottom: 20px;
  padding: 13px 20px;
  border-radius: 10px;
  border: 1px solid rgba(33, 37, 41, 0.1);
  background-color: rgba(26, 26, 26, 0.01);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.form_control:focus {
  border-color: var(--primary-color);
}

.contact-form label {
  color: var(--heading-color);
  margin-bottom: 7px;
}

.contact-form label span {
  color: #FC6E6E;
}

.contact-form textarea {
  margin-bottom: 30px;
}

.contact-form .theme-btn {
  width: 100%;
  font-size: 18px;
  line-height: 30px;
}

.contact-wrapper {
  padding: 45px 60px 60px;
  border-radius: 10px;
  border: 1px solid rgba(33, 37, 41, 0.1);
  background-color: rgba(26, 26, 26, 0.01);
}

@media (max-width: 767px) {
  .contact-wrapper {
    padding: 30px 30px 45px;
  }
}

.contact-wrapper h2 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .contact-wrapper h2 {
    font-size: 28px;
    line-height: 40px;
  }
}

.contact-wrapper p {
  margin-bottom: 13px;
}


.radio-container {
  display: flex;
  align-items: center;
}

.radio-label {
  position: relative;
  padding-right: 25px;
  margin-left: 20px;
  /* font-family: Tajawal; */
  text-wrap: nowrap;
  white-space: nowrap;
  font-size: 16px;
  color: #666;
  /* Adjust text color as needed */
  cursor: pointer;
}

.radio-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-radio {
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: white;
  transform: translateY(-50%);
}

.radio-input:checked~.custom-radio {
  /* border-color: ;  */
}

.radio-input:checked~.custom-radio::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  background-color: #ff830a;
  /* Adjust fill color for the checked state */
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.iti {
  width: 100% !important;
}

.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: 0px !important;
  left: auto !important;
}

.iti__selected-flag {
  gap: 10px;
  border-left: 1px solid #6666666e;
  padding-right: 15px;
}

.iti--allow-dropdown input,
.iti--allow-dropdown input[type=tel],
.iti--allow-dropdown input[type=text],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=tel],
.iti--separate-dial-code input[type=text] {
  padding-right: 69px !important;
}
.iti__country
{
  text-align: right;
}


/*  Blog Page CSS  */
.blog-details-wrapper .blog-post-main .ef-blog-post .post-thumbnail {
  margin-bottom: 30px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-thumbnail img {
  width: 100%;
  border-radius: 10px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span {
  margin-bottom: 10px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 767px) {
  .blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span:not(:last-child) {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span:not(:last-child) {
    margin-right: 9px;
  }
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span.category a {
  background-color: var(--primary-color);
  color: var(--white-color);
  padding: 10px 20px;
  font-size: 14px;
  border-radius: 30px;
  line-height: 15px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .post-meta span i {
  margin-right: 10px;
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content h4.title {
  font-size: 32px;
  line-height: 45px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .blog-details-wrapper .blog-post-main .ef-blog-post .post-content h4.title {
    font-size: 22px;
    line-height: 35px;
  }
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content p {
  margin-bottom: 25px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .blockquote {
  position: relative;
  padding: 40px;
  border-radius: 10px;
  border-left: 5px solid var(--primary-color);
  background: rgba(98, 85, 250, 0.05);
  z-index: -1;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .blockquote p {
  color: var(--heading-color);
  font-size: 20px;
  line-height: 32px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .blockquote .icon {
  position: absolute;
  bottom: 20px;
  right: 40px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .eduit-img img {
  width: 100%;
  border-radius: 10px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content .check-list li {
  font-size: 15px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .post-content h4 {
  margin-bottom: 15px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer {
  border-top: 1px solid rgba(33, 37, 41, 0.1);
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  padding: 25px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer span {
  color: var(--heading-color);
  font-weight: 700;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .tag-links {
    text-align: center;
    margin-bottom: 15px;
  }
}
.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .tag-links a {
  padding: 2px 10px;
  border-radius: 4px;
  border: 1px solid rgba(33, 37, 41, 0.1);
  margin-right: 5px;
}
.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .tag-links a:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
  border-color: transparent;
}
@media (max-width: 767px) {
  .blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .social-share {
    text-align: center;
  }
}
.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .social-share a:hover {
  color: var(--primary-color);
}
.blog-details-wrapper .blog-post-main .ef-blog-post .entry-footer .social-share a:not(:last-child) {
  margin-right: 15px;
}
.blog-details-wrapper .comments-area .comments-list li:not(:last-child) {
  margin-bottom: 30px;
}
.blog-details-wrapper .comments-area .comment {
  padding: 25px 30px 20px;
  border: 1px solid var(--border-color);
  background-color: rgba(26, 26, 26, 0.01);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
}
.blog-details-wrapper .comments-area .comment .comment-avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 55px;
  height: 55px;
  margin-right: 15px;
}
.blog-details-wrapper .comments-area .comment .comment-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.blog-details-wrapper .comments-area .comment .comment-author-content span {
  margin-bottom: 15px;
  display: block;
  line-height: 25px;
}
.blog-details-wrapper .comments-area .comment .comment-author-content span.author-name {
  display: block;
  font: 700 20px var(--heading-font);
  color: var(--heading-color);
  line-height: 32px;
}
.blog-details-wrapper .comments-area .comment .comment-author-content span.date {
  font: 400 16px var(--body-font);
  color: var(--text-color);
}
.blog-details-wrapper .comments-area .comment .comment-author-content p {
  margin-bottom: 15px;
}
.blog-details-wrapper .comments-area .comment .comment-author-content .reply {
  color: var(--heading-color);
  font-weight: 500;
}
.blog-details-wrapper .comments-area .comment .comment-author-content .reply i {
  color: var(--primary-color);
  margin-right: 7px;
}
.blog-details-wrapper .comments-area .comment .comment-author-content .reply:hover {
  color: var(--primary-color);
}


.shop-image-wrap a iframe
{
  height: 300px;
  width: 100%;
}