@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap");
:root {
  --colorOrange: #d94a19;
  --colorDark: #31263a;
  --colorBlack: #000000;
}
html {
  scroll-padding-top: calc(125px - 30px);
}
body {
  font-family: "Poppins", sans-serif;
}
a,
a:hover {
  text-decoration: none;
}
dl,
ol,
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.btn-custom {
  background-color: var(--colorOrange);
  color: #fff;
  font-weight: 600;
  padding: 0.8rem 1rem;
}
.btn-custom:hover {
  background-color: var(--colorBlack);
  color: #fff;
}

.c_orange {
  color: var(--colorOrange);
}
.c_dark {
  color: var(--colorDark);
}

.reg_btn_fixed {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: var(--colorOrange);
  color: #fff;
  padding: 0.8rem 1rem;
  border-radius: 14px;
  z-index: 99;
}
.reg_btn_fixed:hover {
  background-color: var(--colorDark);
  color: #fff;
}

.whats_float {
  position: fixed;
  bottom: 50px;
  right: 40px;
  display: flex;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 2.5rem;
  transition: background-color 0.15s ease-in-out;
  z-index: 999;
  color: #fff;
}

/*
  START:: Navbar Menu
*/
header {
  position: absolute;
  padding: 3px 0;
  width: 100%;
  background-color: rgb(255 255 255 / 83%);
  z-index: 9;
}
.navbar {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0px;
}
.header-logo {
  font-weight: 900;
  color: var(--colorOrange);
  font-size: 40px;
}
.header-logo img {
  width: 140px;
}
.navbar-links {
  list-style-type: none;
  display: flex;
}
.navbar-links li a {
  display: block;
  text-decoration: none;
  color: #363636;
  padding: 8px 14px;
  transition: 0.4s all;
  font-size: 16px;
  position: relative;
}
.navbar-links li.navbar-dropdown {
  position: relative;
}
.navbar-links li.navbar-dropdown:hover .dropdown {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  z-index: 1111;
}
.navbar-links li.navbar-dropdown .dropdown {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 20px 0;
  top: 100%;
  transform: translateY(50px);
  left: 0;
  width: 250px;
  background-color: #fff;
  box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.15);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  z-index: 111;
  transition: 0.4s all;
}
.navbar-links li.navbar-dropdown .dropdown a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  border: 0;
}
.navbar-dropdown .dropdown a:hover {
  padding-left: 30px;
}
.navbar-links li a {
  font-weight: bold;
}
.navbar-links li a:hover {
  color: var(--colorOrange);
}
.navbar-links li a.active {
  color: var(--colorOrange);
}
.navbar-links li a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  height: 5px;
  width: 5px;
  border-radius: 50%;
  background: transparent;
  transition: 0.4s all;
}
.navbar-links li a.active:after {
  background: var(--colorOrange);
}

.navbar-sticky.sticky {
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation: goDown 0.5s ease-in-out forwards;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@keyframes goDown {
  0% {
    top: -60px;
  }
  100% {
    transform: translateY(60px);
  }
}
.logo-mobile,
.toggle-menu {
  display: none;
}

.languages a {
  color: #363636;
  padding: 8px 14px;
  font-size: 16px;
  position: relative;
  font-weight: bold;
}
/*
  END:: Navbar Menu
*/

/*
  START:: Banner Slider
*/
.carousel-item {
  height: 850px;
  width: 100%;
  background-position: center center;
  background-size: 100% 100%;
}
.banner-slider .carousel-controls {
  position: absolute;
  left: 50%;
  bottom: 40px;
  z-index: 10;
  transform: translateX(-50%);
}
.banner-slider .carousel-indicators {
  position: absolute;
  margin: 0;
  z-index: 5;
  bottom: 12px;
}
.banner-slider .carousel-indicators button {
  height: 50px;
  width: 50px;
  margin: 0 5px;
  border-radius: 50%;
  background-position: center;
  background-size: cover;
  border: 3px solid #fff;
  transition: all 0.3s ease;
  background-color: #eee !important;
}
.banner-slider .carousel-indicators button.active {
  border-color: #ffffff;
  transform: scale(1.2);
}

/********************************************************************/

.home-banner {
  height: 700px;
  overflow: hidden;
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 700px;
}
.swiper-slide iframe {
  /* position: absolute; */
  width: 100%;
  height: 100%;
  height: 100% !important;
  width: 100% !important;
}
.video-container {
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
}

.banner_video {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.banner_video::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#myVideo {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

/* .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  z-index: 99;
  color: #fff;
} */

.video-play-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  width: 32px;
  height: 44px;
  outline: none;

  position: absolute;
  top: 50%;
  left: 80%;
  transform: translate(-50%, -50%);
  z-index: 9;

  display: none;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--colorOrange);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: var(--colorOrange);
  border-radius: 50%;
  transition: all 200ms;
}
.video-play-button:hover:after {
  background: var(--colorDark);
}
.video-play-button i {
  color: #fff;
  position: relative;
  z-index: 2;
  font-size: 36px;
}
@-webkit-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*
  END:: Banner Slider
*/

.vid_1234 iframe {
  height: 500px !important;
  width: 100% !important;
}

/*
  START:: About
*/
.about-section {
  position: relative;
  z-index: 1;
}
.bg_section {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.bg_section::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.87;
  z-index: -1;
}
.about-text p {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.6;
}
.about-text p a {
  color: #707070;
  text-decoration: underline;
}
.about-text p a:hover {
  color: var(--colorOrange);
}

.about-btn {
  background-color: var(--colorOrange);
  color: #fff;
  padding: 1rem 2rem;
  border-radius: 16px;
  z-index: 99;
  display: inline-block;
  margin-top: 30px;
}
.about-btn:hover {
  background-color: var(--colorDark);
  color: #fff;
}

.about_video iframe {
  width: 100% !important;
  height: 350px !important;
}

.about-video {
  position: relative;
  width: 100%;
  height: 400px;
  margin: auto;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .about-video {
    width: 100%;
    height: auto;
  }
}
.about-section p {
  color: #707070;
}
.about-video img {
  width: 100%;
  height: 100%;
}
.link-video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.link-video i {
  color: #fff;
  border: 1px solid #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  transform: scale(0.9);
}
.link-video:hover i {
  transform: scale(1.1);
}
.link-video::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.link-video:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
/*
  END:: About
*/

/*
  START:: Features
*/
.features-slides {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.features-slides .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 300px;
  height: 300px;
}
.features-slides .swiper-slide img {
  display: block;
  width: 100%;
}

.features-slides .swiper-horizontal > .swiper-pagination-bullets,
.features-slides .swiper-pagination-bullets.swiper-pagination-horizontal,
.features-slides .swiper-pagination-custom,
.features-slides .swiper-pagination-fraction {
  bottom: -7px;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
}

.features-slides .swiper-pagination-bullet {
  margin: 0 8px !important;
}
.features-slides .swiper-pagination-bullet {
  background: transparent none repeat scroll 0 0;
  border: 1px solid #d94a19;
  border-radius: 100%;
  display: inline-block;
  width: 20px;
  height: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.features-slides .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(
      left,
      #d94a19 0%,
      #f5774d 100%
    ) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0)
    linear-gradient(to right, #d94a19 0%, #f5774d 100%) repeat scroll 0 0;
  border: medium none;
  width: 20px;
  height: 20px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/*
  END:: Features
*/

/*
  START:: FAQ
*/
.faq-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.faq-section [class*="col-lg-"] {
  /* border-bottom: 1px solid #f1f1f1; */
  /* padding-top: 70px; */
  padding-bottom: 50px;
}
.faq-section [class*="col-lg-"]:nth-child(odd) {
  /* padding-right: 76px; */
}
.faq-section [class*="col-lg-"]:nth-child(even) {
  /* border-left: 1px solid #f1f1f1; */
  /* padding-left: 76px; */
}
.faq-section [class*="col-lg-"]:nth-last-child(-n + 2) {
  /* padding-bottom: 0; */
  /* border-bottom: 0; */
}
.faq-section [class*="col-lg-"]:nth-child(1),
.faq-section [class*="col-lg-"]:nth-child(2) {
  /* padding-top: 0; */
}
.faq-section .faq-icon span {
  background-color: var(--colorOrange);
}
.faq-section .faq-icon span:before {
  border-color: var(--colorOrange);
}
.faq-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.faq-item:hover .faq-icon span::before {
  left: 0;
}
.faq-icon {
  margin-right: 30px;
}
.faq-icon span {
  width: 62px;
  height: 62px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background-color: #f16101;
  font-family: "Satisfy";
  line-height: 70px;
  position: relative;
}
.faq-icon span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 2px solid #f16101;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.faq-title {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #012237;
  margin-bottom: 20px;
}
.faq-text {
  line-height: 34px;
  margin: 0;
  color: var(--colorBlack);
  font-size: 18px;
  font-weight: 500;
  margin-top: -10px;
  margin-bottom: -10px;
}
/*
  END:: FAQ
*/

/*
  START:: Testimonials
*/
.testimonials-section {
  border-top: 2px solid #f1f1f1;
}
.testimonials-carousel {
  text-align: center;
}
.testimonials-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
.testimonials-carousel .owl-stage-outer {
  overflow: visible;
}
.testimonials-carousel .owl-dots .owl-dot {
  outline: none;
}
.testimonials-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.testimonials-carousel .owl-dots .owl-dot:hover span,
.testimonials-carousel .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.56);
  transform: scale(1.56);
  opacity: 1;
  background-color: #012237;
}
.testimonials-carousel .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: #012237;
  margin: 0 5px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.testimonials-item {
  border-style: solid;
  border-width: 2px;
  border-color: #f1f1f1;
  background-color: white;
  padding: 60px 55px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-single:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.testimonials-qoute {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--colorOrange);
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}
.testimonials-qoute::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  border: 1px solid var(--colorOrange);
}
.testimonials-carousel .owl-item .testimonials-img {
  width: 58px;
  border-radius: 50%;
  margin-bottom: 20px;
}
.testimonials-text {
  font-size: 16px;
  line-height: 34px;
  font-weight: 500;
  margin: 0;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #f1f1f1;
}
.testimonials-name {
  font-size: 18px;
  color: #012237;
  font-weight: 600;
  margin: 0;
  line-height: 1em;
  margin-bottom: 10px;
}
.testimonials-designation {
  margin: 0;
  line-height: 1em;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #81868a;
}
.testimonials-home-three {
  border-top: 0;
  padding-bottom: 80px;
}
.fa-star.active {
  color: var(--colorDark);
}
/*
END:: Testimonials
*/

/*
START:: Contact
*/
.contact-card {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  border-radius: 10px;
}

.info-contact a {
  color: var(--colorDark);
}
.info-contact a:hover {
  color: var(--colorOrange);
}
.info-contact a strong {
  min-width: 150px;
  display: inline-block;
}

.social-media {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.social-media li a {
  display: inline-block;
  margin: auto 0.3rem;
}
.social-media li a i {
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  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;
}
.social-media li a i.fa-facebook-f {
  background-color: #3b5998;
}
.social-media li a i.fa-twitter {
  background-color: #55acee;
}
.social-media li a i.fa-instagram {
  background-color: #e95950;
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    -webkit-gradient(linear, left top, left bottom, from(#6559ca), color-stop(30%, #bc318f), color-stop(50%, #e33f5f), color-stop(70%, #f77638), to(#fec66d));
  background: radial-gradient(
      circle farthest-corner at 35% 90%,
      #fec564,
      transparent 50%
    ),
    radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%),
    radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 20% -50%,
      #5258cf,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%),
    radial-gradient(
      ellipse farthest-corner at 60% -20%,
      #893dc2,
      transparent 50%
    ),
    radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent),
    linear-gradient(
      #6559ca,
      #bc318f 30%,
      #e33f5f 50%,
      #f77638 70%,
      #fec66d 100%
    );
}
.social-media li a i.fa-linkedin-in {
  background-color: #007bb5;
}
.social-media li a i.fa-youtube {
  background-color: #e95950;
}
.social-media li a i.fa-tiktok {
  background-color: #010101;
}
.social-media li a i.fa-snapchat {
  background-color: #ffcd36;
}
/*
  END:: Contact
*/

/*
  START:: Footer
*/
.footer-logo img {
  width: 200px;
}
footer p {
  font-size: 16px;
}
.footer-description p {
  color: #333;
  font-weight: 500;
  width: 59%;
  padding-top: 20px;
}
.footer-description p {
  color: #999;
  font-size: 16px;
  width: 80%;
}
footer h4 {
  font-size: 24px;
  text-transform: uppercase;
  color: #787878;
  font-weight: bold;
  margin: 0;
  margin-bottom: 30px;
}
ul.footer-menu li {
  padding-bottom: 20px;
}
ul.footer-menu li a {
  font-size: 16px;
  font-weight: 500;
  color: #666;
  text-transform: capitalize;
}
ul.footer-menu li a i {
  padding-left: 20px;
}
.footer-map {
  display: flex;
  align-items: baseline;
}
.footer-map i {
  color: var(--colorOrange);
  font-size: 18px;
  padding-right: 15px;
}
.footer-map p {
  color: #666;
}
.footer-contacts a i {
  color: var(--colorOrange);
  font-size: 18px;
  padding-right: 15px;
}
.footer-contacts a {
  color: #666;
  font-size: 16px;
  display: block;
  padding-top: 20px;
}

ul.footer-menu li a:hover,
.footer-contacts a:hover {
  color: var(--colorOrange);
}

.footer-copyright {
  padding-top: 25px;
  margin-top: 50px;
  border: 1px solid #eee;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  padding-bottom: 25px;
}
.footer-copyright a {
  color: #787878;
  font-size: 14px;
  padding-left: 20px;
}
.footer-copyright p {
  font-size: 14px;
}
/*
  END:: Footer
*/

/**************************************************************************************/
/*
    ==============================
              RTL STYLES
    ==============================
*/
/**************************************************************************************/

[dir="rtl"] body {
  font-family: "Tajawal", sans-serif;
}
[dir="rtl"] .faq-icon {
  margin-right: 0;
  margin-left: 30px;
}
[dir="rtl"] .faq-section [class*="col-lg-"]:nth-child(even) {
  /* padding-left: 0;
  padding-right: 76px;
  border-left: 0;
  border-right: 1px solid #f1f1f1; */
}
[dir="rtl"] .contact-form .form-control {
  padding-left: 0;
  padding-right: 2.5rem;
}
[dir="rtl"] .contact-form span.input-group-text {
  left: auto;
  right: 0;
}

/**************************************************************************************/
/*
    ==============================
              Media Query STYLES
    ==============================
*/
/**************************************************************************************/

@media (max-width: 1399px) {
  .navbar-links li a {
    padding: 8px 7px;
  }
} /* 1399px */

@media (max-width: 1199px) {
  .btn-custom {
    padding: 0.8rem 0.5rem;
  }
  .navbar-links li a {
    padding: 8px 6px;
    font-size: 14px;
  }

  .pricing-cards .pricing-img {
    width: 200px;
    height: 200px;
  }
} /* 1199px */

@media (max-width: 991px) {
  header {
    position: static;
  }
  .offcanvas.offcanvas-start {
    width: 250px;
    height: 100vh;
  }
  .navbar-links {
    display: block;
    padding-top: 2rem;
  }
  .toggle-menu {
    display: block;
    font-size: 22px;
  }
  .navbar-links li > a:after {
    content: unset;
  }
  .logo-mobile {
    display: block;
  }

  .carousel-item {
    height: 600px;
  }

  [dir="rtl"] .faq-section [class*="col-lg-"],
  .faq-section [class*="col-lg-"] {
    padding: 0 !important;
    border: none !important;
    margin-bottom: 2rem;
  }
  .faq-title {
    margin-bottom: 30px;
  }

  .contact-card {
    text-align: center;
  }
  .info-contact {
    margin-bottom: 25px !important;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px;
  }
  .social-media {
    justify-content: center;
  }
} /* 991px */

@media (max-width: 767px) {
  .carousel-item {
    height: 450px;
  }

  .banner_video {
    height: 30vh;
  }
  .about_video {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }

  .features-slides .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
  }
} /* 767px */

@media (max-width: 580px) {
  .carousel-item {
    height: 300px;
  }
  body {
    font-size: 14px;
  }
  .btn-custom {
    font-size: 14px;
  }

  .header-logo img {
    width: 100px;
  }

  .languages a {
    padding: 0px;
    font-size: 12px;
    display: flex;
    align-items: center;
  }

  .banner-slider .carousel-indicators button {
    height: 30px;
    width: 30px;
  }

  .faq-content.w-75 {
    width: 100% !important;
  }
  .accordion-item .accordion-button {
    font-size: 11px;
    font-weight: 600;
    padding: 0.8rem 0.5rem;
    line-height: 1.8;
  }
  .accordion-item .accordion-body {
    font-size: 12px;
    font-weight: 500;
    padding: 0.8rem 0.5rem;
  }

  .faq-item {
    padding: 0 0.5rem;
  }
  .faq-title {
    font-size: 15px;
  }
  .faq-text {
    line-height: 24px;
    font-size: 13px;
  }
  .faq-icon {
    margin-right: 24px;
  }
  [dir="rtl"] .faq-icon {
    margin-right: 0;
    margin-left: 24px;
  }
  .faq-icon span {
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
  }

  .pricing-cards {
    padding: 20px 2px;
  }

  .social-media {
    margin-bottom: 20px;
  }

  .seciton-title {
    margin-bottom: 0.5rem !important;
  }

  .about_video iframe {
    width: 100% !important;
    height: 200px !important;
  }
  .about-section {
    padding-bottom: 0 !important;
  }
  .about-section h1 {
    font-size: 24px;
    margin-bottom: 0.8rem !important;
  }
  .about-text p {
    font-size: 20px;
  }

  .reg_btn_fixed {
    bottom: 30px;
    left: 10px;
    padding: 0.8rem 0.5rem;
    font-size: 13px;
  }

  .whats_float {
    bottom: 30px;
    right: 10px;
    height: 3rem;
    width: 3rem;
  }

  footer h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  ul.footer-menu li a {
    font-size: 14px;
  }

  .footer-copyright {
    padding-bottom: 5rem !important;
  }
} /* 580px */

@media (max-width: 480px) {
  .contact-card {
    padding: 0.5rem;
  }
  .info-contact {
    padding: 0 !important;
  }
  .info-contact a {
    font-size: 13px;
  }
  .info-contact a strong {
    min-width: 100px;
  }

  .header-logo {
    font-size: 30px;
  }

  .btn-custom {
    font-size: 11px;
    padding: 0.3rem 0.4rem;
  }
} /* 480px */

@media (max-width: 380px) {
  .pricing-cards .pricing-img {
    width: 150px;
    height: 150px;
  }
  .banner-slider .carousel-indicators button {
    height: 15px;
    width: 15px;
  }
} /* 380px */
