@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap');
:root {
  --primary-color: #000f8a;
  --secoundary-color: #333333;
  --font : 'Heebo', sans-serif;
}

body {
  font-family: 'Open Sans', sans-serif;
  padding: 0px;
  margin: 0px;
}

.safe_area {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.container {
  max-width: 1300px
}

p,
h1,
h2,
h3 {
  margin: 0px;
  direction: rtl;
}

.btn-line-blue {
  border: var(--primary-color) 1px solid;
  padding: 10px 20px;
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all .5s ease;
}

.btn-line-blue:hover {
  background: var(--primary-color);
  color: #fff;
  transition: all .5s ease;
}

.btn-blue {
  border: var(--primary-color) 1px solid;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  background: var(--primary-color);
  transition: all .5s ease;
}

.btn-blue:hover {
  background: transparent;
  color: var(--primary-color);
  transition: all .5s ease;
}

/*Header*/
.header {
  z-index: 5;
  position: absolute;
  width: 100%;
  transition: all .5s ease;
}
.header .phone-header img {
  height: 31px;
  margin-left: 17px;
}
.header .phone-header a {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
  color: #fff;
  border-bottom: transparent 1px solid;
  position: relative;
  display: block;
}

.header.fixed {
  position: fixed;
  width: 100%;
  background: var(--primary-color);
  transition: all .5s ease;
  z-index: 33
}

.header .btn-menu {
  border: none;
  background: transparent !important;
  width: 30px;
  height: 36px;
  padding: 0px;
  display: none
}

.header .btn-menu:focus {
  outline: none;
}

.header .btn-menu img {
  width: 100%;
  margin: 0px;
  height: 100%
}

.header_menu_align img {
  height: 58px;
  margin-left: 30px;
}

.header_menu_align {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  min-height: 100px;
  position: relative;
}
.header_cart{
  position: absolute; left: 0;
}
.no_cart_item{
  width: 25px;
      height: 25px;
      background: var(--primary-color);
      display: flex;
      border-radius: 50%;
      color: #fff;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      font-size: 18px;
      line-height: 25px;
      position: absolute;
      top: -11px;
      left: 10px;
      box-shadow: 0px 0px 5px 1px #fff6;
}
.header_cart img{
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.header-bar {
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
  padding-right: 30px;
  font-family: var(--font);
  list-style: none
}

.header-bar li {
  margin-left: 40px;
}

.header-bar li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  text-decoration: none;
  color: #fff;
  border-bottom: transparent 1px solid;
  position: relative;
  display: block;
}

.header-bar li a:hover,
.header-bar li.current_page_item a {
  border-bottom: #fff 1px solid
}

.header-bar li a:hover::before,
.header-bar li.current_page_item a::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background: #fff;
  transform: rotate(45deg);
  right: -7px;
  bottom: -4px;
}

/*Slider*/
.sldier_align_main {
  margin: 0px;
  height: 100vh;
  position: relative;
}

.sldier_align_main .container {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
  z-index: 1;
  max-width: 1300px;
  margin: 0 auto;

}

.sldier_align_main #slider_video {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  object-fit: cover;
}

.sldier_align_main .shadow_top {
  background: linear-gradient(180deg, rgb(0 8 100 / 80%) 0%, rgb(0 8 100 / 42%) 64.06%, rgba(0, 8, 100, 0) 100%);
  position: absolute;
  width: 100%;
  height: 387px;
  left: 0px;
  top: 0px;
  z-index: 1
}

.sldier_align_main .shadow_bottom {
  position: absolute;
  width: 100%;
  height: 438px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 70.06%, #ffffff 100%);
  z-index: 1
}

.sldier_align_main .safe_area {
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.sldier_align_main .slider_section.sldier_align_main {
  display: flex;
  align-content: center;
  align-items: center;
  height: calc(100vh - 100px);
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}

.sldier_align_main .sldier_align {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
  filter: drop-shadow(0px 3px 6px #00000082);
}

.sldier_align_main .slider_contain {
  text-align: right;
  /* max-width: 500px; */
}

.sldier_align_main .slider_collum {
  width: 50%;
}

.sldier_align_main .slider_collum.col_2.align_text {
  justify-content: flex-end;
}

.sldier_align_main .slider_product_image img {
  width: 100%;
  max-width: 574px;
}

.sldier_align_main .slider_contain h1 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 46px;
  line-height: 66px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #ffffff;
}

.sldier_align_main .slider_contain p {
  font-family: var(--font);
  font-style: normal;
  font-weight: 400;
  font-size: 23px;
  line-height: 30px;
  display: flex;
  align-items: center;
  text-align: right;
  color: #fff;
}

.sldier_align_main .flex-area {
  text-align: center;
}

.sldier_align_main a.sldier_button {
  margin: auto;
  border: 2px solid var(--primary-color);
  font-family: var(--font);
  color: var(--primary-color);
  background-color: transparent;
  padding: 13px 85px;
  font-size: 28px;
  border-radius: 3px;
  text-decoration: none;
  z-index: 11;
  position: relative;
  margin-top: 150px;
  transition: all .5s ease;
}

.sldier_align_main a.sldier_button:hover {
  background: var(--primary-color);
  color: #fff;
  transition: all .5s ease;
}

.slider_product_image {
  margin-left: -220px;
}

/*About Section*/


.about_area {
  margin: 0px;
  padding: 90px 0px
}

.about_area .content-area-about {
  display: flex;
}

.about_area .content-area-about .leftside {
  width: 50%;
  padding-right: 5%;
  text-align: right;
  position: relative;
}

.about_area .content-area-about .leftside h2 {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0px 0px 5px 0px
}

.about_area .content-area-about .leftside p {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  opacity: 0.8;
  margin-bottom: 15px
}

.about_area .content-area-about .leftside p strong {
  color: var(--primary-color);
  font-weight: 700;
  font-size: 20px;
  display: block;
}

.about_area .content-area-about .leftside .heading_sldier_text {
  padding-top: 20px;
  padding-right: 30px;
  padding-left: 50px;
  margin-top: 20px;
}

.about_area .content-area-about .leftside .heading_sldier_text h3 {
  font-size: 22px;
  color: var(--primary-color);
  font-weight: 700
}

.about_area .content-area-about .leftside .heading_sldier_text p {
  font-size: 18px;
  margin: 0px
}

.about_area .content-area-about .rightside {
  width: 50%;
}

.about_area .content-area-about .swiper-slide {
  width: 100% !important;
  height: 380px;
  border-radius: 10px;
  overflow: hidden;
}

.about_area .content-area-about .swiper-slide video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.about_area .content-area-about .swiper-pagination {
  transform: rotate(90deg);
  top: 290px;
  right: -60px;
}


.swiper-pagination-bullet {
  width: 96px !important;
  height: 4px !important;
  border-radius: 0 !important;
  position: relative;
  overflow: hidden;
  background: #6371FD !important;
  opacity: 1 !important;
  margin-right: 20px
}

.swiper-pagination-bullet::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.swiper-pagination-bullet-active {
  background: #6371FD !important
}

.swiper-pagination-bullet-active::before {
  background-color: #000F8A;
  -webkit-animation: slide-progress 10s cubic-bezier(0.3, 0, 0.3, 1) forwards;
  animation: slide-progress 10s cubic-bezier(0.3, 0, 0.3, 1) forwards;
}

.swiper-paused .swiper-pagination-bullet-active::before {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

@-webkit-keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}

@keyframes slide-progress {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(0);
  }
}


@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/**Product arae **/

.product-area {
  margin: 0px;
  padding: 0px 0px 100px 0px;
  position: relative;
  overflow: hidden;
}

.product-area .container {
  position: relative;
  z-index: 1
}

.product-area .container .row {
  flex-direction: row-reverse;
}

.product-area .circle-block {
  position: absolute;
  left: -160px;
  bottom: 0;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.product-area .title-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 1
}

.product-area .title-area h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color)
}

.product-area .title-area .btn-area {
  display: flex;
}

.product-area .title-area .btn-area .btn-line-blue {
  margin-right: 20px
}

.product-area h2 {
  background: linear-gradient(180deg, rgba(176, 157, 239, 0.23) 0%, rgba(152, 161, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 180px;
  font-weight: 700;
  position: absolute;
  top: 150px;
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%
}

.product-box {
  margin: 60px 0 0 0;
  text-align: center;
  padding: 0 15px
}

.product-box .pro-img {
  width: 100%
}

.product-box .pro-img img {
  width: 100%
}

.product-box .product-title {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 5px 0
}

.product-box p {
  font-size: 20px;
  line-height: 26px;
  margin: 0 0 15px 0
}

.product-box .price-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  border-top: #a5abe3 2px solid;
  padding-top: 10px
}

.product-box .price-btn .price {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color)
}

.product-box .price-btn .btn-buy {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  line-height: 20px;
  display: flex;
}

.product-box .price-btn .btn-buy i {
  margin-right: 10px
}


.video-image-block {
  margin: 0px;
  padding: 30px 0px 100px 0px;
  position: relative;
  overflow: hidden;
}

.video-image-block .container {
  position: relative;
  z-index: 1
}

.video-image-block .circle-block-1 {
  position: absolute;
  right: -190px;
  top: -50px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.video-image-block .circle-block-2 {
  position: absolute;
  left: -160px;
  bottom: 0;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.video-image-block .content-block {
  margin: 0px;
  display: flex;
  align-items: center;
  align-content: center;
}

.video-image-block .content-block .content-text {
  width: 50%;
  display: flex;
  text-align: right;
  padding-left: 70px
}

.video-image-block .content-block .content-text h2 {
  font-size: 26px;
  color: var(--primary-color);
  line-height: 32px;
  margin: 0 0 20px 0;
  font-weight: 600
}

.video-image-block .content-block .content-text p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 500
}

.video-image-block .content-block .content-text a {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
}

.video-image-block .content-block .content-text a i {
  margin-right: 10px
}

.video-image-block .content-block .photo-area {
  width: 50%;
  display: flex;
  height: 300px;
  overflow: hidden;
  height: 380px;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 50px 50px 0px 50px;
}

.video-image-block .content-block .photo-area video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.video-image-block .content-block .photo-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.video-image-block .content-block:nth-of-type(2n+2) {
  flex-direction: row-reverse;
}

.video-image-block .content-block:nth-of-type(2n+2) .content-text {
  padding-left: 0px;
  padding-right: 70px
}

.video-image-block .content-block:nth-of-type(2n+2) .photo-area {
  border-radius: 0px 50px 50px 50px;
}


.mobileye-area {
  margin: 0px;
  padding: 50px 0px 110px 0px;
  position: relative;
  text-align: center;
}

.mobileye-area h2 {
  background: linear-gradient(180deg, rgba(176, 157, 239, 0.23) 0%, rgba(152, 161, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 180px;
  font-weight: 700;
  position: absolute;
  top: 60px;
  transform: translate(-50%, -50%);
  left: 50%
}

.mobileye-area h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 20px 0
}

.mobileye-area p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 35px
}

.mobileye-area .circle-bg {
  background: url(../images/circle.png) center center no-repeat;
  width: 700px;
  height: 700px;
  background-size: cover;
  margin: -80px auto 0 auto;
  position: relative;
}

.mobileye-area .circle-bg .lefttitle {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  left: -150px;
  width: 250px;
  padding: 10px;
  top: 320px;
}

.mobileye-area .circle-bg .righttitle {
  position: absolute;
  background: #fff;
  box-shadow: 0px 0px 17px rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  right: -120px;
  width: 250px;
  padding: 10px;
  top: 510px;
}

.mobileye-area .circle-bg .photo-1 {
  width: 250px;
  position: absolute;
  left: -150px;
  top: 90px;
  border-radius: 30px;
  overflow: hidden;
}

.mobileye-area .circle-bg .photo-1 img {
  width: 100%
}

.mobileye-area .circle-bg .photo-2 {
  width: 250px;
  position: absolute;
  right: -190px;
  top: 190px;
  border-radius: 30px;
  overflow: hidden;
}

.mobileye-area .circle-bg .photo-2 img {
  width: 100%
}

.mobileye-area .circle-bg .photo-3 {
  width: 250px;
  position: absolute;
  left: 190px;
  bottom: -110px;
  border-radius: 30px;
  overflow: hidden;
}

.mobileye-area .circle-bg .photo-3 img {
  width: 100%
}


.contact-area {
  margin-top: 80px;
  margin-bottom: 100px
}

.contact-area .get-started {
  background: url(../images/contact-bg.jpg) center center no-repeat fixed;
  border-radius: 40px;
  padding: 50px 100px;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  text-align: right;
  align-items: center;
}

.contact-area .get-started::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  opacity: 0.5;
  left: 0px;
}

.contact-area .get-started .content-area {
  width: 75%;
  position: relative;
  z-index: 1;
  padding-left: 10%
}

.contact-area .get-started .content-area h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 10px 0;
  padding-left: 50%
}

.contact-area .get-started .content-area p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0px
}

.contact-area .get-started .btn-area {
  width: 25%;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-right: 30px
}

.contact-area .get-started .btn-area .btn-blue {
  width: 100%;
  display: block;
  margin-top: 15px
}

.contact-area .get-started .btn-area .btn-line-blue {
  width: 100%;
  display: block;
}


.footer-main {
  background: var(--primary-color);
  padding-top: 40px;
  border-radius: 90px 90px 0 0
}

.footer-main .footer-content {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}

.footer-main .footer-content .logo-area {
  width: 25%
}

.footer-main .footer-content .logo-area .logo {
  width: 70%;
  margin: 0 auto;
}

.footer-main .footer-content .logo-area .logo img {
  width: 100%
}

.footer-main .footer-content .footer-leftside {
  width: 75%;
  text-align: right;
  padding: 20px 70px 20px 0;
  border-right: #fff 1px solid
}

.footer-main .footer-content .footer-leftside p {
  font-size: 20px;
  color: #fff;
  margin: 0 0 25px 0;
  font-weight: 500
}

.footer-main .footer-content .footer-leftside ul.menu-link {
  margin: 0 0 15px 0;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}

.footer-main .footer-content .footer-leftside ul.menu-link li {
  margin-left: 45px
}

.footer-main .footer-content .footer-leftside ul.menu-link li a {
  color: rgba(255, 255, 255, 0.6);
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
  transition: all .5s ease;
}

.footer-main .footer-content .footer-leftside ul.menu-link li a:hover,
.footer-main .footer-content .footer-leftside ul.menu-link li.current_page_item a {
  color: rgba(255, 255, 255, 1);
  border-bottom: #fff 2px solid;
  transition: all .5s ease;
}

.footer-main .footer-content .footer-leftside ul.info-list {
  margin: 25px 0 0px 0;
  padding: 0px;
  list-style: none;
  display: flex;
  justify-content: end;
  flex-direction: row-reverse;
}

.footer-main .footer-content .footer-leftside ul.info-list li {
  /* margin-left: 45px; */
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  display: flex;
  position: relative;
  padding-right: 40px;
  line-height: 30px;
  width: 33.33%;
  justify-content: flex-end;
  flex:0 0 auto;
}

.footer-main .footer-content .footer-leftside ul.info-list li img {
  position: absolute;
  right: 0px;
  width: 30px;
  height: 30px;
}

.footer-main .footer-content .footer-leftside ul.info-list li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none
}

.footer-main .copyright-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 20px 0 15px 0;
  border-top: #fff 1px solid;
  margin-top: 40px
}

.footer-main .copyright-area p {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
}

.footer-main .copyright-area ul.social-media {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row-reverse;
}

.footer-main .copyright-area ul.social-media li {
  margin-right: 20px
}



/****/

.about-top-area {
  position: relative;
}

.about-top-area img {
  width: 100%
}

.about-top-area .shadow_top {
  background: linear-gradient(180deg, rgb(0 8 100 / 80%) 0%, rgb(0 8 100 / 42%) 64.06%, rgba(0, 8, 100, 0) 100%);
  position: absolute;
  width: 100%;
  height: 387px;
  left: 0px;
  top: 0px;
  z-index: 1
}

.about-top-area .shadow_bottom {
  position: absolute;
  width: 100%;
  height: 438px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 70.06%, #ffffff 100%);
  z-index: 1
}

.about-top-area .shadow_right {
  background: linear-gradient(270.19deg, #FFFFFF 42.66%, rgba(255, 255, 255, 0) 99.83%);
  height: 100%;
  width: 60%;
  position: absolute;
  right: 0px;
  top: 0px
}

.about-top-area .content-area {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: right;
}

.about-top-area .content-area .title-area {
  border-right: var(--primary-color) 2px solid;
  padding-right: 30px
}

.about-top-area .content-area h1 {
  font-size: 46px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 10px 0
}

.about-top-area .content-area p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  margin: 0px
}

.who-we-are-area {
  margin: 0px;
  padding: 100px 0
}

.who-we-are-area .first-section {
  display: flex;
  flex-direction: row-reverse;
  align-items: end;
  margin-bottom: 30px
}

.who-we-are-area .first-section .photo1 {
  width: 20%;
  margin-left: 3%;
  border-radius: 20px;
  overflow: hidden;
}

.who-we-are-area .first-section .photo2 {
  width: 20%;
  margin-left: 3%;
  border-radius: 20px;
  overflow: hidden;
}

.who-we-are-area .first-section .photo1 img {
  width: 100%
}

.who-we-are-area .first-section .photo2 img {
  width: 100%
}

.who-we-are-area .first-section .content-box {
  width: 54%;
  padding-right: 50px;
  text-align: right;
  padding-bottom: 20px
}

.who-we-are-area .first-section .content-box h2 {
  font-size: 36px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0 0 10px 0
}

.who-we-are-area .first-section .content-box p {
  font-size: 18px;
  line-height: 34px;
}

.who-we-are-area .second-section {
  display: flex;
  flex-direction: row-reverse;
}

.who-we-are-area .second-section .photo1 {
  width: 62%;
  margin-left: 3%;
  border-radius: 20px;
  overflow: hidden;
}

.who-we-are-area .second-section .photo1 img {
  width: 100%;
  border-radius: 20px;
}

.who-we-are-area .second-section .photo2 {
  width: 35%;
  overflow: hidden;
}

.who-we-are-area .second-section .photo2 img {
  width: 100%;
  border-radius: 20px;
}


.our-vision-area {
  margin: 0px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

.our-vision-area .circle-block {
  position: absolute;
  left: -160px;
  top: 0;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.our-vision-area h2 {
  background: linear-gradient(180deg, rgba(176, 157, 239, 0.23) 0%, rgba(152, 161, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: center;
  font-size: 180px;
  font-weight: 700;
  position: absolute;
  top: -20px;
  width: 100%
}

.our-vision-area h3 {
  font-size: 50px;
  color: var(--primary-color);
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px
}

.our-vision-area video {
  width: 100%;
  border-radius: 20px;
  position: relative;
  z-index: 1
}

.our-vision-area .video-box {
  position: relative;
}

.our-vision-area .video-box .playpause {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
  z-index: 1;
  width: 120px;
  height: 120px;
  padding: 10px;
  background: #fff;
  border-radius: 50%;
  cursor: pointer;
}

.our-vision-area .video-box .playpause img {
  width: 100%
}

.our-vision-area .content-block {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.our-vision-area .content-block .col-50 {
  width: 48.5%;
  background: #F7F6FF;
  border-right: 8px solid #000F8A;
  border-radius: 20px;
  text-align: right;
  padding: 40px 50px
}

.our-vision-area .content-block .title {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px
}

.our-vision-area .content-block p {
  font-size: 18px;
  color: #333;
  line-height: 34px;
  font-weight: 400;
  margin: 0px
}

.our-vision-area .content-block .m-left-5 {
  margin-left: 1.5%
}

.our-vision-area .content-block .m-right-5 {
  margin-right: 1.5%
}


.commitment-block {
  margin: 0px;
  padding: 30px 0px 100px 0px;
  position: relative;
  overflow: hidden;
}

.commitment-block .container {
  position: relative;
  z-index: 1
}

.commitment-block .content-block {
  margin: 0px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
}

.commitment-block .content-block .content-text {
  width: 50%;
  display: flex;
  text-align: right;
  padding-left: 0px;
  padding-right: 70px
}

.commitment-block .content-block .content-text h2 {
  font-size: 26px;
  color: var(--primary-color);
  line-height: 32px;
  margin: 0 0 20px 0;
  font-weight: 600
}

.commitment-block .content-block .content-text p {
  font-size: 16px;
  line-height: 30px;
  margin: 0 0 20px 0;
  font-weight: 500
}

.commitment-block .content-block .content-text a {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary-color);
  text-decoration: none;
  line-height: 20px;
  display: inline-block;
}

.commitment-block .content-block .content-text a i {
  margin-right: 10px
}

.commitment-block .content-block .photo-area {
  width: 50%;
  display: flex;
  height: 300px;
  overflow: hidden;
  height: 380px;
  position: relative;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 0px 50px 50px 50px;
}

.commitment-block .content-block .photo-area video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}

.commitment-block .content-block .photo-area img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  object-fit: cover;
}


.faq-section {
  margin: 0px;
  padding: 30px 0px 100px 0px;
  position: relative;
  overflow: hidden;
}

.faq-section .faq-content-block {
  margin: 0px;
  display: flex;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
  text-align: right;
}

.faq-section .faq-content-block .faq-contact {
  width: 50%
}

.faq-section .faq-content-block .faq-contact h2 {
  font-size: 30px;
  color: var(--primary-color);
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
}

.faq-section .faq-content-block .faq-contact .call-block {
  border-radius: 20px;
  background: url(../images/content-box.png) center center no-repeat;
  padding: 80px 40px;
  background-size: cover;
  margin-top: 20px;
  position: relative;
}

.faq-section .faq-content-block .faq-contact .call-block::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(247, 246, 255, 0.5);
}

.faq-section .faq-content-block .faq-contact .call-block .d-relative {
  position: relative;
  z-index: 1
}

.faq-section .faq-content-block .faq-contact .call-block h3 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 600;
  line-height: 30px;
  margin: 0 0 10px 0
}

.faq-section .faq-content-block .faq-contact .call-block p {
  font-size: 18px;
  margin: 0 0 10px 0;
  line-height: 24px;
  color: #333;
  font-weight: 500
}

.faq-section .faq-content-block .faq-contact .call-block .btn-blue {
  display: inline-block;
}

.faq-section .faq-content-block .faq-area {
  width: 50%;
  padding-right: 50px
}

.faq-section .faq-content-block .faq-area .card {
  border-bottom: #e8e8e8 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px
}

.faq-section .faq-content-block .faq-area .card .card-header {
  padding: 0px;
  border-bottom: none;
  background: transparent
}

.faq-section .faq-content-block .faq-area .card .card-header .btn-link {
  padding: 15px 25px;
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  text-align: right;
  position: relative;
  background-color: transparent;
}

.faq-section .faq-content-block .faq-area .card .card-header .btn-link::after {
  content: '';
  position: absolute;
  background: url(../images/dropdown.png) center center no-repeat;
  background-size: 12px 12px;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 10px;
  border-radius: 50%;
}

.faq-section .faq-content-block .faq-area .card.active .card-header .btn-link::after {
  transform: rotate(180deg);
}

.faq-section .faq-content-block .faq-area .card .card-header .btn-link.collapsed::after {
  content: '';
  position: absolute;
  background: var(--primary-color) url(../images/dropdown.png) center center no-repeat;
  background-size: 12px 12px;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 10px;
  border-radius: 50%
}

.faq-section .faq-content-block .faq-area .card .card-body {
  padding: 0 25px 15px 50px;
  opacity: 0.8
}

.faq-section .faq-content-block .faq-area .card .card-body p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  line-height: 24px
}

.faq-section .faq-content-block .faq-area .card.active {
  background: linear-gradient(90deg, #5B69FF 0%, #000F8A 100%);
  border-radius: 20px;
  border: none !important
}

.faq-section .faq-content-block .faq-area .card.active .card-header .btn-link {
  padding: 15px 25px 0 25px;
  color: #fff
}


.inner-top-area {
  position: relative;
}

.inner-top-area img {
  width: 100%
}

.inner-top-area .shadow_top {
  background: linear-gradient(180deg, rgb(0 8 100 / 80%) 0%, rgb(0 8 100 / 42%) 64.06%, rgba(0, 8, 100, 0) 100%);
  position: absolute;
  width: 100%;
  height: 387px;
  left: 0px;
  top: 0px;
  z-index: 1
}

.inner-top-area .shadow_bottom {
  position: absolute;
  width: 100%;
  height: 438px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 70.06%, #ffffff 100%);
  z-index: 1
}

.inner-top-area .content-area {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  z-index: 1;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  max-width: 100% !important
}

.inner-top-area .content-area .title-area {
  border-right: #fff 2px solid;
  padding-right: 30px
}

.inner-top-area .content-area h1 {
  font-size: 46px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0
}

.inner-top-area .content-area p {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  margin: 0px
}

.common-page{
    position: relative;
    overflow: hidden;
    padding: 120px 0 120px 0;
    direction: rtl;
    font-family: 'Open Sans', sans-serif !important;
}
.common-page .container {
  position: relative;
  z-index: 1
}
.common-page ol{padding: 0px; margin-bottom: 15px}
.common-page ol li ol{padding-right: 30px; margin-bottom: 15px}
.common-page ol li ol li{font-family: 'Open Sans', sans-serif !important; font-size: 16px; line-height: 26px; font-weight: 400; margin-bottom: 5px }
.common-page p{font-family: 'Open Sans', sans-serif !important; font-size: 20px; line-height: 26px; font-weight: 600; margin-bottom: 15px}

.common-page .circle-block {
  position: absolute;
  right: -160px;
  bottom: 0;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/*contact_area*/
.contact_area {
  position: relative;
  overflow: hidden;
  padding: 120px 0 120px 0;
}

.contact_area .container {
  position: relative;
  z-index: 1
}

.contact_area .circle-block {
  position: absolute;
  right: -160px;
  bottom: 0;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.contact_area .contact_box {
  margin-bottom: 100px
}

.contact_area .contact_box .contact_img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto 30px;
  padding: 27px;
  background-color: #F7F6FF;
}

.contact_area .contact_box .contact_img .img {
  width: 45px;
  height: 45px;
}

.contact_area .contact_box .contact_img .img img {
  width: 100%;
}

.contact_area .contact_box .contact_text {
  position: relative;
  border-radius: 20px;
  background: #F7F6FF;
  padding: 30px 40px;
  text-align: center;
  transition: all .5s ease;
}

.contact_area .contact_box .contact_text .shape {
  position: absolute;
  width: 0px;
  height: 0px;
  background-color: transparent;
  margin: 20px;
  border: 10px solid;
  border-left-color: transparent;
  border-bottom-color: #F7F6FF;
  ;
  border-right-color: transparent;
  border-top-color: transparent;
  top: -39px;
  left: 174px;
  transition: all .5s ease;
}

.contact_area .contact_box .contact_text .contact_title {
  font-size: 24px;
  font-weight: 700;
  color: #000F8A;
  margin: 0 0 5px 0;
  transition: all .5s ease;
}

.contact_area .contact_box .contact_text p {
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.7);
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .5s ease;
}

.contact_area .contact_box:hover .contact_text {
  background: #000F8A;
  transition: all .5s ease;
}

.contact_area .contact_box:hover .contact_text .contact_title {
  color: white;
  transition: all .5s ease;
}

.contact_area .contact_box:hover .contact_text p {
  color: rgba(255, 255, 255, 0.7);
  transition: all .5s ease;
}

.contact_area .contact_box:hover .contact_text .shape {
  border-bottom-color: #000F8A;
  transition: all .5s ease;
}

.contact_area .contact_box:hover .contact_img {
  background: white;
  transition: all .5s ease;
}

.contact_area .contact_detail {
  direction: rtl;
  text-align: right;
}

.contact_area .contact_detail .form-group {
  margin: 0 0 25px 0
}

.contact_area .contact_detail label {
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 15, 138, 0.7);
  margin-bottom: 5px;
  width: 100%;
  text-align: right;
}

.contact_area .contact_detail .form-control {
  padding: 10px 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: rgba(0, 15, 138, 0.7);
  background: #F7F6FF;
  border: none;
  border-right: 5px solid #000F8A;
  border-radius: 5px;
  text-align: right;
}

.contact_area .contact_detail .form-control:focus {
  color: white !important;
  background: #000F8A;
  border-right: #5B69FF;
  box-shadow: none;
  border: none;
  outline: none
}

.contact_area .contact_detail select.form-control {
  height: auto;
}

.contact_area .contact_detail .btn-blue {
  border: var(--primary-color) 1px solid !important;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  background: var(--primary-color) !important;
  transition: all .5s ease;
}

.btn-loader .wpcf7-spinner {
  position: absolute;
  right: 100px;
  top: 14px;
}

.btn-loader {
  position: relative;
}

.contact_area .contact_detail .radio_title {
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: rgba(0, 15, 138, 0.7);
  text-align: end;
  margin-bottom: 20px;
}

.contact_area .contact_detail .contact_form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  text-align: end;
}

.contact_area .contact_detail .contact_form .textarea {
  padding: 0;
  margin-bottom: 24px;
}

.contact_area .contact_detail .contact_form .textarea textarea {
  width: 100%;
  height: 100px;
  text-align: end;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: rgba(0, 15, 138, 0.7);
  background: #F7F6FF;
  border: none;
  border-right: 5px solid #000F8A;
  border-radius: 5px;
}

.contact_area .contact_detail .contact_form .input_type {
  padding: 0;
}

.contact_area .contact_form input[type="text"] {
  width: 95%;
  text-align: end;
  padding: 10px 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: rgba(0, 15, 138, 0.7);
  background: #F7F6FF;
  border: none;
  border-right: 5px solid #000F8A;
  border-radius: 5px;
}

.contact_area .contact_form input:focus {
  color: white;
  background: #000F8A;
  border-right: #5B69FF;
  box-shadow: none;
  border: none;
  outline: none
}

.contact_area .contact_detail a.btn-blue {
  padding: 10px 50px
}

.contact_area .contact_detail .radio_box label {
  font-weight: 500;
  margin-right: 20px;
  font-size: 19px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}

.container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  right: 0;
  height: 25px;
  width: 25px;
  background-color: #525CFF !important;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.container:hover input[type="radio"]~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.container input[type="radio"]:checked~.checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: block;
}

/* Show the indicator (dot/circle) when checked */
.container input[type="radio"]:checked~.checkmark:after {
  display: block;
  background-color: #000F8A;
  ;
}

/* Style the indicator (dot/circle) */
.container .checkmark:after {
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: white;
}

.contact_area .right_img {
  width: 90%;
  margin-left: 10%;
}

.contact_area .right_img img {
  width: 100%;
}

.product-list-page {
  padding: 100px 0 50px 0;
  position: relative;
  overflow: hidden;
  width: 100%
}

.product-list-page .circle-block-1 {
  position: absolute;
  right: -190px;
  top: 100px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.product-list-page .circle-block-2 {
  position: absolute;
  left: -160px;
  bottom: 140px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.second-product-box {
  background: #F7F6FF;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  padding: 30px 0 30px 50px;
  align-items: center;
  margin-bottom: 50px;
  transition: all .5s ease
}

.second-product-box:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  background: #fff;
  transition: all .5s ease
}

.second-product-box .pro-img-box {
  width: 26%;
  border-left: var(--primary-color) 2px solid;
  padding: 0 30px
}

.second-product-box .pro-img-box img {
  width: 100%;
}

.second-product-box .pro-content {
  width: 54%;
  padding: 0 50px;
  text-align: right;
}

.second-product-box .pro-content .pro-title {
  font-size: 46px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 10px
}

.second-product-box .pro-content p {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.7);
  line-height: 34px;
}

.second-product-box .pro-btn {
  width: 20%;
  text-align: center;
}

.second-product-box .pro-btn .price {
  font-size: 30px;
  font-weight: 700;
}

.second-product-box .pro-btn .price span {
  font-size: 36px;
  width: 100%;
}

.second-product-box .pro-btn .btn-blue {
  width: 100%;
  display: block;
  margin-top: 15px
}

.second-product-box .pro-btn .btn-line-blue {
  width: 100%;
  display: block;
  margin-top: 15px
}


.deliveries-area {
  margin-bottom: 100px
}

.deliveries-area .get-started {
  background: url(../images/contact-bg.jpg) center center no-repeat fixed;
  border-radius: 40px;
  padding: 50px 100px;
  display: flex;
  position: relative;
  flex-direction: row-reverse;
  text-align: right;
  align-items: center;
}

.deliveries-area .get-started::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 40px;
  opacity: 0.88;
  left: 0px;
}

.deliveries-area .get-started .content-area {
  position: relative;
  z-index: 1;
  padding-right: 130px;
}

.deliveries-area .get-started .content-area .icon {
  position: absolute;
  background: red;
  right: 0px;
  background: #D6DAFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 0px;
  padding: 17px;
  width: 100px;
  height: 100px;
}

.deliveries-area .get-started h2 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 10px 0;
}

.deliveries-area .get-started p {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 0px;
  width: 80%;
  margin-left: 20%
}


.product-slider-main-area {
  position: relative;
  height: 90vh;
  overflow: hidden;
}

.product-slider-main-area .shadow_top {
  background: linear-gradient(180deg, rgb(0 8 100 / 80%) 0%, rgb(0 8 100 / 42%) 64.06%, rgba(0, 8, 100, 0) 100%);
  position: absolute;
  width: 100%;
  height: 387px;
  left: 0px;
  top: 0px;
  z-index: 3
}

.product-slider-main-area .shadow_bottom {
  position: absolute;
  width: 100%;
  height: 438px;
  left: 0px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 70.06%, #ffffff 100%);
  z-index: 2
}

.product-slider-main-area .shadow_right {
  background: linear-gradient(270.19deg, #FFFFFF 42.66%, rgba(255, 255, 255, 0) 99.83%);
  height: 100%;
  width: 60%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2
}

.product-slider-main-area .content-area {
  position: absolute;
  top: 0px;
  height: 100%;
  left: 0px;
  z-index: 4;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: right;
  padding-top: 180px
}

.product-slider-main-area .content-area .title-area {
  border-right: var(--primary-color) 2px solid;
  padding-right: 30px
}

.product-slider-main-area .content-area h1 {
  font-size: 46px;
  font-weight: 700;
  color: var(--primary-color);
  margin: 0 0 10px 0
}

.product-slider-main-area .content-area p {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.7);
  font-weight: 500;
  margin: 0px
}

.product-slider-main-area .content-area .product-main-img {
  width: 400px;
  height: 400px;
  float: right;
  margin-right: -80px;
}

.product-slider-main-area .content-area .product-main-img img {
  width: 100%
}

.product-slider-main-area .content-area .container {
  position: relative;
  height: 100%
}

.product-slider-main-area .swiper {
  width: 100%;
  box-sizing: border-box;
}

.product-slider-main-area .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product-slider-main-area .mySwiper .swiper-slide {
  width: 33.33%;
  height: 100%;
  opacity: 0.4;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  border-radius: 10px;
}

.product-slider-main-area .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product-slider-main-area .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product-slider-main-area .swiper.mySwiper {
  width: 320px;
  overflow: hidden;
  position: absolute;
  bottom: 50px;
  right: 0px
}



/* blog --------------------- */

.blog-area {
  padding: 0px
}

.blog-area .pd-80 {
  padding-top: 80px
}

.blog-area h3 {
  font-size: 32px;
  font-weight: 700;
  color: var(--primary-color);
  text-align: right;
  margin-bottom: 30px;
}

.blog-area .blog-box {
  background-color: #F7F6FF;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 50px;
  transition: all .5s ease;
}

.blog-area .blog-box:hover {
  transition: all .5s ease;
  background-color: var(--primary-color);
}

.blog-area .blog-box .blog-img {
  width: 100%;
  height: 410px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.blog-area .blog-box .blog-img img {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.blog-area .blog-box .blog-text {
  padding: 30px;
}

.blog-area .blog-box .blog-text .blog-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 44px;
  color: var(--primary-color);
  text-align: right;
}

.blog-area .blog-box .blog-text .blog-detail {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: var(--secoundary-color);
  text-align: right;
  margin-top: 5px;
}

.blog-area .blog-box:hover .blog-text .blog-title {
  color: #fff;
  transition: all .5s ease;
}

.blog-area .blog-box:hover .blog-text .blog-detail {
  color: #fff;
  transition: all .5s ease;
  opacity: 0.7;
}

.blog-area a:hover {
  text-decoration: none;
}

.blog-area hr {
  border: 3px solid rgba(0, 15, 138, 0.2);
  margin: 0 0 40px 0;
}

.blog-area.pd-80.pt-80 {
  padding-top: 100px;
}

.blog-area.three-blog .blog-box .blog-img {
  height: 265px;
}

.blog-area.three-blog .blog-box .blog-text .blog-title {
  font-size: 24px;
  line-height: 30px;
}

.instagram-feed {
  padding: 80px 0;
}

.instagram-feed .v-blog {
  border-radius: 30px;
  margin-bottom: 30px;
  background: #F7F6FF;
  display: flex;
  overflow: hidden;
  align-items: center;
  justify-content: space-between;
}

.instagram-feed .v-blog .v-blog-img {
  width: 285px;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.instagram-feed .v-blog .v-blog-img img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: cover;
}

.instagram-feed .v-blog .v-blog-text {
  padding: 0 35px;
}

.instagram-feed .v-blog .v-blog-text .blog-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--primary-color);
  text-align: right;
  line-height: 30px;
}

.instagram-feed .v-blog .v-blog-text .blog-detail {
  font-size: 20px;
  text-align: right;
  font-weight: 500;
  margin-top: 20px;
  line-height: 30px;
  color: var(--secoundary-color);
}


.product-detail-page {
  padding: 10px 0 40px 0
}

.product-detail-page .product-info-area {
  display: flex;
  flex-direction: row-reverse;
  text-align: right;
}

.product-detail-page .product-info-area .title-price {
  border-left: 2px solid rgba(0, 15, 138, 0.3);
  padding: 0 0 0 20px;
  width: 20%
}

.product-detail-page .product-info-area .title-price h2 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  margin: 0;
  line-height: 30px
}

.product-detail-page .product-info-area .title-price .price {
  font-size: 20px;
  font-weight: 700;
  color: #333333;
}

.product-detail-page .product-info-area .title-price .price del {
  font-size: 17px;
  opacity: 0.7;
  margin-right: 10px
}

.product-detail-page .product-info-area .pro-info-block {
  width: 56%;
  padding: 0 30px;
  display: flex;
}

.product-detail-page .product-info-area .pro-info-block ul.list {
  margin: 0px;
  padding: 0px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row-reverse;
}

.product-detail-page .product-info-area .pro-info-block ul.list li {
  position: relative;
  font-size: 18px;
  font-weight: 700;
  padding-right: 65px;
  line-height: 25px;
  padding-left: 30px;
}

.product-detail-page .product-info-area .pro-info-block ul.list li .icon {
  background: #D6DAFF;
  box-shadow: 0px 4px 9px rgba(0, 0, 0, 0.1);
  border-radius: 10px 10px 10px 0px;
  width: 50px;
  height: 50px;
  display: flex;
  padding: 12px;
  position: absolute;
  top: 0px;
  right: 0px;
}

.product-detail-page .product-info-area .pro-btn {
  width: 24%;
  align-items: center;
  display: flex;
  text-align: center;
}

.product-detail-page .product-info-area .pro-btn .btn-blue {
  width: 48%
}

.product-detail-page .product-info-area .pro-btn .btn-line-blue {
  width: 48%;
  margin-left: 4%
}

.product-detail-page .product-detail-area {
  display: flex;
  text-align: right;
  margin-top: 80px;
  margin-bottom: 40px
}

.product-detail-page .product-detail-area .leftside {
  width: 50%;
  padding-left: 80px;
}

.product-detail-page .product-detail-area .faq-area .card {
  border-bottom: #e8e8e8 1px solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-radius: 0px
}

.product-detail-page .product-detail-area .faq-area .card .card-header {
  padding: 0px;
  border-bottom: none;
  background: transparent
}

.product-detail-page .product-detail-area .faq-area .card .card-header .btn-link {
  padding: 15px 25px;
  color: #000;
  text-decoration: none;
  display: block;
  font-size: 22px;
  font-weight: 500;
  width: 100%;
  text-align: right;
  position: relative;
  background-color: transparent;
}

.product-detail-page .product-detail-area .faq-area .card .card-header .btn-link::after {
  content: '';
  position: absolute;
  background: url(../images/dropdown.png) center center no-repeat;
  background-size: 12px 12px;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 10px;
  border-radius: 50%;
}

.product-detail-page .product-detail-area .faq-area .card.active .card-header .btn-link::after {
  transform: rotate(180deg);
}

.product-detail-page .product-detail-area .faq-area .card .card-header .btn-link.collapsed::after {
  content: '';
  position: absolute;
  background: var(--primary-color) url(../images/dropdown.png) center center no-repeat;
  background-size: 12px 12px;
  width: 24px;
  height: 24px;
  top: 20px;
  left: 10px;
  border-radius: 50%
}

.product-detail-page .product-detail-area .faq-area .card .card-body {
  padding: 0 25px 15px 50px;
  opacity: 0.8
}

.product-detail-page .product-detail-area .faq-area .card .card-body p {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin: 0px;
  line-height: 24px
}

.product-detail-page .product-detail-area .faq-area .card.active {
  background: linear-gradient(90deg, #5B69FF 0%, #000F8A 100%);
  border-radius: 20px;
  border: none !important
}

.product-detail-page .product-detail-area .faq-area .card.active .card-header .btn-link {
  padding: 15px 25px 0 25px;
  color: #fff
}

.product-detail-page .product-detail-area .leftside .nav .nav-link {
  padding: 0px;
  margin-bottom: 30px;
  cursor: pointer;
}

.product-detail-page .product-detail-area .leftside .nav .nav-link.active .tab-content-label {
  border-right: var(--primary-color) 3px solid
}

.product-detail-page .product-detail-area .leftside .tab-content-label {
  padding-right: 30px;
  padding-left: 50px;
  border-right: #CDC9EE 3px solid;
}

.product-detail-page .product-detail-area .leftside .tab-content-label h3 {
  font-size: 24px;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 5px
}

.product-detail-page .product-detail-area .leftside .tab-content-label p {
  font-size: 18px;
  margin: 0px
}

.product-detail-page .product-detail-area .rightside {
  width: 50%;
}

.product-detail-page .product-detail-area .rightside .content-block {
  direction: rtl;
  background: #F7F6FF;
  border-radius: 20px;
}

.product-detail-page .product-detail-area .rightside .content-block h3 {
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 20px 20px 0 0
}

.product-detail-page .product-detail-area .rightside .content-block .pd-20 {
  padding: 20px
}

.product-detail-page .product-detail-area .rightside .content-block p {
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 10px 0
}

.product-detail-page .product-detail-area .rightside .content-block ul {
  margin: 0px;
  padding: 0px 15px 0 0
}

.product-detail-page .product-detail-area .rightside .content-block ul li {
  font-size: 18px;
  line-height: 26px;
}

.product-detail-page .product-detail-area .rightside .table {
  border-radius: 20px;
  margin: 0px;
  overflow: hidden;
}

.product-detail-page .product-detail-area .rightside .table thead th {
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 10px 20px
}

.product-detail-page .product-detail-area .rightside .table tbody td {
  background: #F7F6FF;
  color: #000;
  padding: 10px 20px;
  border: none;
  border-top: var(--primary-color) 1px solid;
  line-height: 20px;
  font-size: 1rem
}

.product-detail-page .product-detail-area .rightside .table tbody td:first-child {
  border-right: var(--primary-color) 1px solid
}

.systems_comparison_area {
  margin-top: 150px;
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.image_compare_box {
  background: #F7F6FF;
  border-bottom: 3px solid rgba(0, 15, 138, 0.8);
  border-radius: 30px 30px 0px 0px;
}

.image_compare_box img {
  width: 100%;
}

.compare_product_box {
  background: #F8F8F8;
  border-radius: 30px;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.5); */
}

.contain_compare_box h2 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 33px;
  align-items: center;
  text-align: center;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.icon_compare img {
  margin: auto;
  display: flex;
  height: 50px;
  width: 50px;
  object-fit: contain;
}
.icon_compare .compare-img{width:120px; height:120px; margin-left:15px; display:flex; align-items: center;}
.icon_compare .compare-img img{width:100%; height: auto;}

.compare_text h2 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 53px;
  text-align: right;
  color: var(--primary-color);
}

.compare-btn {
  margin: 25px auto 0px auto;
  display: flex;
  justify-content: flex-end;
}

.compare-btn .btn-blue {
  padding: 15px 70px;
}

.compare_text {
  min-height: 351px;
}

.icon_compare {
  min-height: 150px;
  display: flex;
  align-content: center;
  align-items: center;

}
.icon_compare a{width:100%;}
.compare_product_box .compare_icons {
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.compare_product_box .compare_icons:last-child {
  border-bottom: none
}

.icon_compare h3 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 22px;
  line-height: 29px;
  text-align: right;
  color: var(--primary-color);
  margin: auto;
}

.compress_prize {
  display: flex;
  background: #F7F6FF;
  border-radius: 20px;
  padding: 30px 0px 22px 0px;
  margin-bottom: 80px;
  justify-content: end;
}

.compress_prize .col-lg-3.col-md-3 h3 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 72px;
  text-align: center;
  color: #333333;
}

.compress_prize .col-lg-4.col-md-3 h4 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 72px;
  text-align: center;
  color: var(--primary-color);
  border-left: 3px solid var(--primary-color);
}

.systems_comparison_area .circle-block-1 {
  position: absolute;
  right: -190px;
  top: 0px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.systems_comparison_area .circle-block-2 {
  position: absolute;
  left: -160px;
  bottom: 0px;
  animation-name: spin;
  animation-duration: 10000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

.systems_comparison_area .circle-block-1 img {
  transform: scale(0.7);
}

.systems_comparison_area .circle-block-2 img {
  transform: scale(0.7);
}

.contain_compare_box h3 {
  display: none;
}

.icon_compare h4 {
  display: none;
}

.compare_text_mobile {
  display: none;
}


.blog_detail_page {
  padding: 100px 0px;
}

.blog_detail_page .blog-main-image {
  width: 100%;
  max-width: 100%;
}

.blog_detail_page .blog-main-image img {
  width: 100% !important;
  max-width: 100% !important;
}

.blog_contain .subtitle_blog {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  line-height: 35px;
  text-align: right;
  color: #000F8A;
}

.blog_contain img {
  width: 100%;
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog_contain h2 {
  font-family: 'Jost';
  font-style: normal;
  font-weight: 600;
  font-size: 33px;
  line-height: 46px;
  text-align: right;
  color: #000F8A;
}

.blog_contain p {
  font-family: var(--font);
  font-style: normal;
  font-weight: 500;
  font-size: 19px;
  line-height: 39px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  margin-bottom: 20px;
}

.image_part_blog {
  display: flex;
}

.blog_detail_page hr {
  border: 3px solid rgba(0, 15, 138, 0.2);
  margin: 0 0 40px 0;
  width: 100%;
  margin-top: 60px;
}

.sidebar_box {
  background: #F7F6FF;
  border-radius: 30px;
  padding: 40px 30px;
}

.sidebar_box h4 {
  font-family: var(--font);
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 42px;
  text-align: right;
  color: #000F8A;
}

.sidebar_box ul {
  text-align: right;
}

.sidebar_box ul {
  text-align: right;
  direction: rtl;
  margin: 0px;
  padding: 0px 20px 0px 0px;
}

.sidebar_box li {
  font-family: var(--font)0;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 25px;
  text-align: right;
  color: rgba(0, 0, 0, 0.7);
}

.sidebar_box ul li::marker {
  color: #000F8A;
  font-size: 1.5em;
}

.blog-area.pd-80.pt-80 {
  padding-top: 100px;
}

.contact-popup-bg {
  background-color: #D9D9D9;
}

.modal-header {
  background: var(--primary-color);
}

.modal-header h5 {
  color: #fff;
  text-align: right;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
}

.modal-header h5 .btn-close {
  background: transparent !important;
  color: #ff4141 !important;
  border: none;
  padding: 0px;
  margin-left: 10px;
}


.contact-popup {
  text-align: right;
  padding: 15px;
}

.contact-popup .form-group {
  margin: 0 0 20px 0
}


.contact-popup .form-control {
  padding: 10px 30px;
  font-weight: 500;
  font-size: 21px;
  line-height: 24px;
  color: rgba(0, 15, 138, 0.7);
  background: #F7F6FF;
  border: none;
  border-right: 5px solid #000F8A;
  border-radius: 5px;
  text-align: right;
}

.contact-popup .form-control:focus {
  color: white !important;
  background: #000F8A;
  border-right: #5B69FF;
  box-shadow: none;
  border: none;
  outline: none
}


.contact-popup .btn-blue {
  border: var(--primary-color) 1px solid !important;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border-radius: 4px;
  text-decoration: none !important;
  background: var(--primary-color) !important;
  transition: all .5s ease;
}

.contact-popup .btn-blue:hover {
  background-color: transparent !important;
  border: var(--primary-color) 1px solid !important;
  color: var(--primary-color) !important;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
}

.wpcf7 form .wpcf7-response-output {
  margin: 10px 0 0 0;
  padding: 15px;
  font-size: 15px;
  text-align: center;
  line-height: 20px;
}

.modal-backdrop {
  background: #000F8A;
}

.systems_comparison_area .row {
  justify-content: end;
}

.wpcf7-form-control.wpcf7-captchar {
  margin: 0px;
  height: 28px;
  border: #000 1px solid;
  padding: 0px 10px;
  font-size: 19px;
}
input[type=checkbox]:checked:after{
  transform: rotate(30deg) scaleX(-1);
}

.tab_section ul {display: flex; justify-content:flex-start; list-style: none;  padding: 0; direction: rtl;  background: #f7f6fe; border-radius: 10px 10px 0px 0px; overflow: hidden; border: none; border-top: 1px solid #9b9b9b;}
.tab_section ul li.nav-item { display: inline-block;}
.tab_section ul li.nav-item a.nav-link { padding: 13px 20px; color: #fff; font-size: 18px; font-weight: 500;  border-radius: 0px 0px 0 0; text-decoration: none !important;    background: linear-gradient(90deg, #5B69FF 0%, #000F8A 100%); transition: all .5s ease; margin-bottom: -1px; border: none; }
.tab_section ul li.nav-item a.nav-link.active{ color: var(--primary-color); background:#F7F6FF; transition: all .5s ease; }
.tab_section .tab-content {background: #F7F6FF; position: relative; z-index: 11; min-height: 150px; padding: 20px; border-radius: 0 0 20px 20px; margin: 0 0 40px 0}
.tab_accordian .card-header a.card-link{ display: block; width: 100%; color: #fff;  }
.tab_accordian .card-header{ background: linear-gradient(90deg, #5B69FF 0%, #000F8A 100%); color: #fff;}
.tab_accordian{ margin-bottom: 20px;}
.product-detail-page .product-detail-area .faq-area .card .card-body a { color: #fff; text-decoration: underline; }
.contan-section .page-main-contan .contain ul{ padding-right:20px; }
.footer-main .copyright-area a{ color: #fff; font-weight: bold; }
.footer-main .copyright-area a:hover{ color: #bbbbbb; }
.footer-main .copyright-area span{ margin-right: 50px; }
