@charset "UTF-8";
/*
@File: Auratech Landing Template Styles
* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.
This files table contents are outlined below>>>>>
/*-------------------------------------------------
=========Table Of Contents========
1.  General Styles 
2.  Header CSS
3.  Hero CSS
---------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
:root {
  --englishFont: "Inter", sans-serif;
  --hebrewFont: "Heebo", sans-serif;
  --primaryColor: #C9A96E;
  --secondaryColor: #2C3E50;
  --titleColor: #1A2332;
  --offwhiteColor: #D1D5DB;
  --paraColor: #374151;
  --whiteColor: #fff;
  --offwhiteColor: #f6f6f6;
  --fontSize: 16px;
  --transition: all ease .5s;
}

/*--------------------------------------------------
    General Styles
----------------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  scroll-padding-bottom: 100px;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

a,
button,
input[type=submit] {
  cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* clears the ‘X’ from Chrome */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
          appearance: textfield;
}

a {
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: var(--titleColor);
}

body {
  color: var(--paraColor);
  font-size: var(--fontSize);
  font-family: var(--hebrewFont);
  font-weight: 400;
  line-height: 26px;
}

.text_primary {
  color: var(--primaryColor) !important;
}

.transition {
  transition: var(--transition);
}

.icon {
  font-variation-settings: "FILL" 1, "wght" 400, "GRAD" 0, "opsz" 48; /* size control (optical size) */
  font-size: 24px; /* overall icon size */
  vertical-align: middle;
}

.round-12 {
  border-radius: 12px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.ptb-80 {
  padding: 80px 0;
}

.fs-14 {
  font-size: 14px;
  line-height: 24px;
}

.fs-15 {
  font-size: 15px;
  line-height: 25px;
}

.fs-16 {
  font-size: 16px;
  line-height: 26px;
}

.fs-18 {
  font-size: 18px;
  line-height: 28px;
}

.fs-20 {
  font-size: 20px;
  line-height: 30px;
}

.bg_primary {
  background-color: var(--primaryColor);
}

.bg_secondary {
  background-color: var(--secondaryColor);
}

.bg_optional {
  background-color: #F9FAFB;
}

.text_primary {
  color: var(--primaryColor);
}

.text-offwhite {
  color: var(--offwhiteColor);
}

.section-subtitle-one,
.section-subtitle-two,
.section-subtitle-three {
  border-radius: 50px;
  display: inline-block;
  padding: 15px 20px 13px 40px;
}
.section-subtitle-one i,
.section-subtitle-two i,
.section-subtitle-three i {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 16px;
  color: var(--primaryColor);
  margin-right: 8px;
}

.section-subtitle-one {
  border: 1px solid rgba(201, 169, 110, 0.4);
  background-color: rgba(201, 169, 110, 0.2);
}
.section-subtitle-one i {
  color: var(--primaryColor);
}

.section-subtitle-two {
  background-color: var(--primaryColor);
}
.section-subtitle-two i {
  color: var(--whiteColor);
}

.section-subtitle-three {
  border: 1px solid rgba(201, 169, 110, 0.75);
  background-color: rgba(25, 35, 50, 0.5);
}
.section-subtitle-three i {
  color: var(--primaryColor);
}

.section-title-one {
  font-size: 48px;
  line-height: 58px;
}

.section-title-two {
  font-size: 30px;
  line-height: 40px;
}

.section-title-one,
.section-title-two {
  text-transform: capitalize;
}
.section-title-one span,
.section-title-two span {
  color: var(--primaryColor);
}

.social-profile-one li,
.social-profile-two li {
  margin: 0 10px;
}
.social-profile-one li a,
.social-profile-two li a {
  width: 48px;
  height: 48px;
}
.social-profile-one li a img,
.social-profile-two li a img {
  transition: var(--transition);
}

.social-profile-one li a {
  background-color: #FAF7F0;
}
.social-profile-one li a img {
  filter: brightness(1) invert(0);
}
.social-profile-one li a i {
  color: var(--primaryColor);
  font-size: 18px;
}
.social-profile-one li a:hover {
  background-color: var(--primaryColor);
}
.social-profile-one li a:hover img {
  filter: brightness(0) invert(1);
}
.social-profile-one li a:hover i {
  color: var(--whiteColor);
}

.social-profile-two li {
  margin: 0 10px 0 0;
}
.social-profile-two li a {
  width: 42px;
  height: 42px;
  background-color: #34495E;
}
.social-profile-two li a img {
  filter: brightness(1) invert(0);
}
.social-profile-two li a i {
  color: var(--primaryColor);
  font-size: 18px;
  transition: var(--transition);
}
.social-profile-two li a:hover {
  background-color: var(--primaryColor);
}
.social-profile-two li a:hover img {
  filter: brightness(0) invert(1);
}
.social-profile-two li a:hover i {
  color: var(--whiteColor);
}

.btn-one,
.btn-two,
.btn-three {
  position: relative;
  overflow: hidden;
  font-weight: 500;
  padding: 14px 31px 16px 31px;
  line-height: 26px;
  z-index: 1;
  transition: var(--transition);
}
.btn-one:before, .btn-one:after,
.btn-two:before,
.btn-two:after,
.btn-three:before,
.btn-three:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 51%;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: var(--transition);
}
.btn-one:before,
.btn-two:before,
.btn-three:before {
  top: 0;
  left: 0;
}
.btn-one:after,
.btn-two:after,
.btn-three:after {
  bottom: 0;
  right: 0;
}
.btn-one i,
.btn-two i,
.btn-three i {
  position: relative;
  top: 3px;
  font-size: 19px;
  margin-right: 4px;
}
.btn-one:hover:before, .btn-one:hover:after,
.btn-two:hover:before,
.btn-two:hover:after,
.btn-three:hover:before,
.btn-three:hover:after {
  visibility: visible;
  opacity: 1;
  width: 100%;
}

.btn-one,
.btn-three {
  border: 1px solid transparent;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
  border-radius: 8px;
}
.btn-one:before, .btn-one:after,
.btn-three:before,
.btn-three:after {
  background-color: var(--secondaryColor);
}
.btn-one:hover,
.btn-three:hover {
  background-color: transparent;
  border: 1px solid var(--primaryColor);
}

.btn-two {
  border: 2px solid var(--primaryColor);
  color: var(--primaryColor);
  background-color: transparent;
  border-radius: 8px;
}
.btn-two:before, .btn-two:after {
  background-color: var(--secondaryColor);
}
.btn-two:hover {
  border: 2px solid transparent;
  color: var(--whiteColor);
  background-color: var(--primaryColor);
}

.btn-three {
  padding: 10px 22px 10px 22px;
}

#scrolltotop {
  color: #2c3a41;
  cursor: pointer;
  display: none;
  font-size: 14px;
  bottom: 40px;
  right: 30px;
  width: 40px;
  height: 40px;
  border: 1px solid var(--primaryColor);
  z-index: 999;
  transition: 0.5s;
}
#scrolltotop i {
  color: var(--titleColor);
  transition: 0.5s;
  font-size: 20px;
}
#scrolltotop:hover {
  background-color: var(--primaryColor) !important;
}
#scrolltotop:hover i {
  color: var(--whiteColor);
}

/*---------------------------------
   Preloader Area CSS
----------------------------------*/
.preloader-area {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  position: fixed;
  text-align: center;
  overflow: hidden;
  background-color: var(--whiteColor);
}
.preloader-area .spinner {
  width: 7px;
  height: 7px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.preloader-area .spinner div {
  animation: spinner 1.875s infinite backwards;
  background-color: var(--primaryColor);
  border-radius: 50%;
  height: 100%;
  position: absolute;
  width: 100%;
}
.preloader-area .spinner div:nth-child(1) {
  animation-delay: 0.15s;
  background-color: rgba(232, 182, 129, 0.9);
}
.preloader-area .spinner div:nth-child(2) {
  animation-delay: 0.3s;
  background-color: rgba(232, 182, 129, 0.8);
}
.preloader-area .spinner div:nth-child(3) {
  animation-delay: 0.45s;
  background-color: rgba(232, 182, 129, 0.7);
}
.preloader-area .spinner div:nth-child(4) {
  animation-delay: 0.6s;
  background-color: rgba(232, 182, 129, 0.6);
}
.preloader-area .spinner div:nth-child(5) {
  animation-delay: 0.75s;
  background-color: rgba(232, 182, 129, 0.5);
}

@keyframes spinner {
  0% {
    transform: rotate(0deg) translateY(-200%);
  }
  60%, 100% {
    transform: rotate(360deg) translateY(-200%);
  }
}
/*---------------------------------
       Header CSS 
-----------------------------------*/
.header-middle {
  z-index: 99;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  transition: var(--transition);
}
.header-middle.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  box-shadow: 0 5px 10px rgba(44, 44, 44, 0.1);
  background-color: #fff9f3;
  padding: 10px 0;
}
.header-middle.sticky .main-menu ul li a {
  color: var(--titleColor);
}
.header-middle.sticky .main-menu ul li a:after {
  background-color: var(--titleColor);
}
.header-middle.sticky .main-menu ul li a:hover {
  color: var(--titleColor);
}
.header-middle.sticky .offset-menu-wrapper .has-dropdown {
  color: var(--titleColor);
}
.header-middle.sticky .offset-menu-wrapper .has-dropdown i {
  color: var(--primaryColor);
}
.header-middle.sticky .offset-menu-wrapper .has-dropdown:after {
  color: var(--titleColor);
}
.header-middle .logo {
  max-width: 120px;
}
.header-middle .logo img {
  max-height: 50px;
}
.header-middle .main-menu {
  position: relative;
}
.header-middle .main-menu ul li {
  display: inline-block;
  list-style: none;
  margin: 0 20px 0 0;
}
.header-middle .main-menu ul li:last-child {
  margin-right: 0;
}
.header-middle .main-menu ul li a {
  font-weight: 400;
  display: inline-block;
  color: var(--whiteColor);
  position: relative;
}
.header-middle .main-menu ul li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: var(--whiteColor);
  opacity: 0;
  transition: var(--transition);
}
.header-middle .main-menu ul li a:hover {
  color: var(--whiteColor);
}
.header-middle .main-menu ul li a:hover:after {
  opacity: 1;
  width: 100%;
}

.dropdown-menu {
  padding-left: 0 !important;
}

.offset-menu-wrapper {
  padding-left: 0;
  justify-content: right;
  text-align: right;
  width: 100%;
}
.offset-menu-wrapper li {
  display: inline-block;
  padding: 0 5px;
}
.offset-menu-wrapper .has-dropdown {
  margin: 0 0 0 15px;
  padding: 0 20px 0 22px;
  color: var(--whiteColor);
  position: relative;
}
.offset-menu-wrapper .has-dropdown i {
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 16px;
  color: var(--primaryColor);
}
.offset-menu-wrapper .has-dropdown:after {
  position: absolute;
  top: 1px;
  right: 0;
  content: "\e313";
  font-family: "Material Symbols Outlined";
  font-size: 18px;
  font-weight: 300;
}
.offset-menu-wrapper .has-dropdown .dropdown {
  background-color: var(--secondaryColor);
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(44, 44, 44, 0.1);
  width: 140px;
  opacity: 0;
  padding: 10px !important;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
  transition: all 0.3s;
  visibility: hidden;
  z-index: 999;
}
.offset-menu-wrapper .has-dropdown .dropdown a {
  color: #f5f6f7;
  display: block;
  line-height: 1;
  padding: 11px 12px;
}
.offset-menu-wrapper .has-dropdown .dropdown a:hover {
  color: var(--primaryColor);
}
.offset-menu-wrapper .has-dropdown .dropdown-menu {
  background-color: var(--secondaryColor);
}

.dropdown.show,
.has-dropdown:hover > .dropdown {
  opacity: 1;
  visibility: visible;
}

/*---------------------------------
        Hero Section CSS
----------------------------------*/
.hero-section {
  padding: 150px 0 80px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.hero-section:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.1) 5%, rgba(0, 0, 0, 0.8) 50%);
  z-index: -1;
}
.hero-section .hero-content h1 {
  font-size: 60px;
  line-height: 70px;
}
.hero-section .hero-content h1 span {
  color: var(--primaryColor);
}
.hero-section .hero-content .hero-promo-box {
  width: 280px;
  gap: 0 15px;
}
.hero-section .hero-content .hero-promo-box .promo-box {
  width: calc(50% - 12px);
  padding: 14px 10px;
  border: 1px solid rgba(201, 169, 110, 0.7);
  background-color: rgba(25, 35, 50, 0.5);
}
.hero-section .hero-content .hero-promo-box .promo-box p {
  font-size: 24px;
}

/*---------------------------------
        Use Case Section CSS
----------------------------------*/
.feature-list-one li {
  display: inline-block;
  padding: 11px 22px;
  margin: 0 7px 16px;
  font-size: 15px;
  font-weight: 500;
  border-radius: 50px;
  border: 2px solid var(--primaryColor);
  transition: var(--transition);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}
.feature-list-one li i {
  color: var(--titleColor);
  font-size: 18px;
  position: relative;
  top: 4px;
  margin-right: 5px;
}
.feature-list-one li:hover {
  background-color: rgba(201, 169, 110, 0.2);
}

.use-case-card {
  height: 100%;
  border: 1px solid #E5E7EB;
  padding: 23px 20px;
}
.use-case-card .use-case-icon {
  width: 64px;
  height: 64px;
  border: 1px solid rgba(201, 169, 110, 0.4);
  background-color: rgba(201, 169, 110, 0.2);
}
.use-case-card .use-case-icon i {
  color: var(--primaryColor);
  font-size: 28px;
}
.use-case-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 29px 40px -17px rgba(0, 0, 0, 0.1);
}
.use-case-card:hover .use-case-icon {
  transform: rotateY(360deg);
  background-color: var(--primaryColor);
}
.use-case-card:hover .use-case-icon i {
  color: var(--whiteColor);
}

/*---------------------------------
        Feature Section CSS
----------------------------------*/
.feature-card-wrap {
  gap: 0 24px;
}

.feature-card {
  background-color: #34495E;
  padding: 22px 20px;
}
.feature-card .feature-icon {
  width: 64px;
  height: 64px;
}
.feature-card .feature-icon i {
  color: var(--whiteColor);
  font-size: 27px;
  position: relative;
  top: 1px;
}
.feature-card h3 {
  margin-bottom: 15px;
}
.feature-card:hover {
  transform: translateY(-5px);
}

.feature-list-box {
  padding: 28px 25px;
  background-color: var(--whiteColor);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.feature-list-box .feature-list-title .feature-icon {
  width: 44px;
  height: 44px;
  background-color: #FAF7F0;
  margin-right: 10px;
}
.feature-list-box .feature-list-two li {
  padding-left: 28px;
  margin-bottom: 12px;
}
.feature-list-box .feature-list-two li:last-child {
  margin-bottom: 0;
}
.feature-list-box .feature-list-two li i {
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 23px;
  color: var(--primaryColor);
}
.feature-list-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 29px 40px -17px rgba(0, 0, 0, 0.1);
}

/*---------------------------------
       Pricing CSS 
-----------------------------------*/
.pricing-tablist .nav-item {
  border: 0;
  margin: 0 5px;
}
.pricing-tablist .nav-item .nav-link {
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 11px 25px;
  border-radius: 8px;
  color: var(--titleColor);
  background-color: transparent;
  transition: var(--transition);
}
.pricing-tablist .nav-item .nav-link.active {
  border-color: transparent;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
}

.pricing-card {
  padding: 35px 30px 40px;
  border: 1px solid #E5E7EB;
  background-color: var(--whiteColor);
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.pricing-card h3 .currency-code,
.pricing-card h3 .package-price {
  font-size: 36px;
  color: var(--primaryColor);
}
.pricing-card h3 .currency-code small,
.pricing-card h3 .package-price small {
  font-size: 16px;
  color: #6B7280;
  margin-left: 5px;
}
.pricing-card .pricing-features li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
}
.pricing-card .pricing-features li i {
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 21px;
}
.pricing-card .pricing-features li.checked i {
  color: var(--primaryColor);
}
.pricing-card .pricing-features li.unchecked {
  color: #9CA3AF;
}
.pricing-card .pricing-features li.unchecked i {
  color: #9CA3AF;
}
.pricing-card .pricing-features li:last-child {
  margin-bottom: 0;
}
.pricing-card.featured {
  border: 2px solid var(--primaryColor);
  padding: 43px 30px;
}
.pricing-card.featured .featured {
  position: absolute;
  top: 0;
  right: 0;
  background-color: var(--primaryColor);
  color: var(--whiteColor);
  font-size: 15px;
  padding: 5px 13px;
  border-radius: 0 5px 0 5px;
}
.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 29px 40px -17px rgba(0, 0, 0, 0.1);
}

/*---------------------------------
       Contact CSS 
-----------------------------------*/
.contact-box {
  background-color: #2C3E50;
  border-radius: 12px;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.1);
}
.contact-box .contact-form {
  padding: 38px 35px;
  border-radius: 11px 0 0 12px;
  background-color: var(--whiteColor);
}
.contact-box .contact-form .form-group input {
  height: 52px;
}
.contact-box .contact-form .form-group textarea {
  height: 115px;
}
.contact-box .contact-form .form-group .btn-one:hover {
  background-color: var(--secondaryColor);
}
.contact-box .contact-info {
  padding: 38px 35px;
  border-radius: 0 12px 12px 0;
}
.contact-box .contact-info .contact-item-wrap .contact-item {
  padding-left: 55px;
  margin-bottom: 25px;
}
.contact-box .contact-info .contact-item-wrap .contact-item:last-child {
  margin-bottom: 0;
}
.contact-box .contact-info .contact-item-wrap .contact-item .contact-icon {
  position: absolute;
  top: -1px;
  left: 0;
  width: 42px;
  height: 42px;
  background-color: #34495E;
}
.contact-box .contact-info .contact-item-wrap .contact-item .contact-icon i {
  color: var(--primaryColor);
  font-size: 18px;
}
.contact-box .contact-info .contact-item-wrap .contact-item h4 {
  line-height: 1;
}
.contact-box .contact-info .contact-item-wrap .contact-item p {
  color: var(--offwhiteColor);
}
.contact-box .contact-info .contact-item-wrap .contact-item a {
  color: var(--offwhiteColor);
}
.contact-box .contact-info .contact-item-wrap .contact-item a:hover {
  color: var(--primaryColor);
}

#signupModal .customer-signup-form input, #signupModal .customer-signup-form select {
  height: 52px;
}
#signupModal .customer-signup-form select {
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #dee2e6;
  border-radius: 5px;
  width: 100%;
  padding: 5px 12px;
  color: #212529;
}
#signupModal .customer-signup-form select:focus {
  outline: none;
}
#signupModal .customer-signup-form textarea {
  height: 115px;
}
#signupModal .customer-signup-form .btn-one:hover {
  color: var(--primaryColor);
}

/*---------------------------------
    Footer CSS 
-----------------------------------*/
.footer-wrap {
  background-color: var(--titleColor);
}
.footer-wrap .footer-widget .logo img {
  max-width: 100px;
}
.footer-wrap .footer-widget .comp-desc {
  margin: 14px 0 30px;
  color: #9CA3AF;
}
.footer-wrap .footer-widget .footer-widget-title {
  margin-bottom: 29px;
}
.footer-wrap .footer-widget .social-profile-two li {
  margin-right: 15px;
}
.footer-wrap .footer-widget .social-profile-two li:last-child {
  margin-right: 0;
}
.footer-wrap .footer-widget .social-profile-two li a {
  transition: var(--transition);
  background-color: transparent;
}
.footer-wrap .footer-widget .social-profile-two li a i {
  color: #9CA3AF;
  font-size: 19px;
  line-height: 0.8;
  transition: var(--transition);
}
.footer-wrap .footer-widget .social-profile-two li a img {
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: var(--transition);
}
.footer-wrap .footer-widget .social-profile-two li a:hover i {
  color: var(--whiteColor);
}
.footer-wrap .footer-widget .social-profile-two li a:hover img {
  filter: brightness(1) invert(0);
  opacity: 1;
}
.footer-wrap .footer-widget .footer-menu li {
  margin-bottom: 12px;
}
.footer-wrap .footer-widget .footer-menu li:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .footer-menu li a {
  position: relative;
  font-size: 15px;
  color: #9CA3AF;
}
.footer-wrap .footer-widget .footer-menu li a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #9CA3AF;
  opacity: 0;
  transition: var(--transition);
}
.footer-wrap .footer-widget .footer-menu li a:hover {
  color: var(--primaryColor);
}
.footer-wrap .footer-widget .footer-menu li a:hover:after {
  width: 100%;
  opacity: 1;
}
.footer-wrap .footer-widget .contact-item {
  padding-left: 30px;
  margin-bottom: 18px;
}
.footer-wrap .footer-widget .contact-item:last-child {
  margin-bottom: 0;
}
.footer-wrap .footer-widget .contact-item i {
  position: absolute;
  top: 4px;
  left: 0;
  color: var(--primaryColor);
  font-size: 18px;
}
.footer-wrap .footer-widget .contact-item h4 {
  line-height: 1;
}
.footer-wrap .footer-widget .contact-item p {
  color: #9CA3AF;
}
.footer-wrap .footer-widget .contact-item a {
  color: #9CA3AF;
}
.footer-wrap .footer-widget .contact-item a:hover {
  color: var(--primaryColor);
}
.footer-wrap .footer-bottom {
  border-top: 1px solid #374151;
  padding: 25px 0 25px;
  text-align: center;
}
.footer-wrap .footer-bottom p {
  color: #9CA3AF;
}

/*---------------------------------
       Responsive CSS 
-----------------------------------*/
@media only screen and (max-width: 767px) {
  .fs-xx-14 {
    font-size: 14px;
  }
  .section-title-one {
    font-size: 28px;
    line-height: 38px;
  }
  .section-title-two {
    font-size: 26px;
    line-height: 36px;
  }
  .hero-section {
    padding: 100px 0 70px;
  }
  .hero-section:after {
    background-color: rgba(0, 0, 0, 0.8);
  }
  .hero-section .hero-content {
    margin-bottom: 30px;
  }
  .hero-section .hero-content .section-subtitle-three {
    font-size: 14px;
  }
  .hero-section .hero-content h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-section .hero-content .hero-promo-box {
    width: 310px;
  }
  .hero-section .hero-content .hero-promo-box .promo-box {
    width: calc(50% - 12px);
    padding: 14px 10px;
  }
  .feature-list-one li {
    padding: 7px 14px;
    margin: 0 5px 15px;
    font-size: 14px;
  }
  .feature-list-one li i {
    font-size: 16px;
    margin-right: 5px;
  }
  .feature-card-wrap {
    gap: 0;
  }
  .feature-card-wrap .feature-card {
    width: 100%;
  }
  .footer-wrap .footer-widget .footer-widget-title {
    margin-bottom: 18px;
  }
  .footer-wrap .footer-widget .comp-desc {
    margin: 22px 0 28px;
  }
  .footer-wrap .footer-widget .contact-info li {
    font-size: 14px;
    margin-bottom: 9px;
  }
  .footer-wrap .footer-widget .contact-info li a {
    font-size: 14px;
  }
  .footer-wrap .footer-widget .footer-menu li {
    margin-bottom: 9px;
  }
  .footer-wrap .footer-widget .footer-menu li a {
    font-size: 14px;
  }
  .footer-wrap .footer-bottom {
    padding: 18px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title-one {
    font-size: 34px;
    line-height: 44px;
  }
  .section-title-two {
    font-size: 28px;
    line-height: 38px;
  }
  .hero-section .hero-content h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .hero-section .hero-content .hero-promo-box {
    width: 280px;
  }
  .hero-section .hero-content .hero-promo-box .promo-box {
    width: calc(50% - 12px);
    padding: 14px 10px;
    border: 1px solid rgba(201, 169, 110, 0.7);
    background-color: rgba(25, 35, 50, 0.5);
  }
  .hero-section .hero-content .hero-promo-box .promo-box p {
    font-size: 24px;
  }
  .feature-card-wrap .feature-card {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .header-middle.sticky .mobile-menu-icon i {
    color: var(--titleColor);
  }
  .header-middle .main-menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    padding: 30px 25px;
    background-color: #fff9f3;
    z-index: 99;
    transform: translateX(-100%);
    transition: var(--transition);
  }
  .header-middle .main-menu ul li {
    display: block;
    width: 100%;
    margin: 0 0 22px;
  }
  .header-middle .main-menu ul li a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    color: var(--titleColor);
  }
  .header-middle .main-menu ul li a:after {
    background-color: var(--titleColor);
  }
  .header-middle .main-menu ul li a:hover {
    color: var(--primaryColor);
  }
  .header-middle .main-menu.active {
    transform: translateX(0);
  }
  .mobile-menu-icon {
    margin-left: 10px;
  }
  .mobile-menu-icon i {
    color: var(--whiteColor);
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    top: 2px;
    transition: var(--transition);
  }
  .mobile-menu-icon i:nth-child(2) {
    top: 0;
    display: none;
  }
  .mobile-menu-icon.active i:nth-child(1) {
    display: none;
  }
  .mobile-menu-icon.active i:nth-child(2) {
    display: block;
  }
  .offset-menu-wrapper .has-dropdown {
    margin: 0 10px 0 0;
    padding: 0 15px 0 17px;
    font-size: 14px;
  }
  .offset-menu-wrapper .btn-three {
    padding: 6px 13px;
    font-size: 14px;
  }
  .contact-box .contact-form {
    border-radius: 12px 12px 0 0;
    padding: 30px 25px;
  }
  .contact-box .contact-info {
    padding: 30px 25px;
    border-radius: 0 0 12px 12px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title-one {
    font-size: 36px;
    line-height: 46px;
  }
  .section-title-two {
    font-size: 30px;
    line-height: 40px;
  }
  .hero-section .hero-content h1 {
    font-size: 50px;
    line-height: 60px;
  }
  .feature-card-wrap .feature-card {
    width: calc(33% - 20px);
  }
}
@media only screen and (min-width: 1200px) {
  .feature-card-wrap .feature-card {
    width: calc(33.33% - 20px);
  }
}
@media only screen and (min-width: 1400px) {
  .fs-xxl-20 {
    font-size: 20px;
    line-height: 30px;
  }
  .feature-card-wrap {
    gap: 24px;
  }
  .feature-card-wrap .feature-card {
    width: calc(20% - 20px);
  }
}
/*---------------------------------
       RTL CSS 
-----------------------------------*/
[dir=rtl] {
  /*---------------------------------
      Header CSS 
  -----------------------------------*/
  /*---------------------------------
          Hero Section CSS
  ----------------------------------*/
  /*---------------------------------
          Use Case Section CSS
  ----------------------------------*/
  /*---------------------------------
          Feature Section CSS
  ----------------------------------*/
  /*---------------------------------
      Pricing CSS 
  -----------------------------------*/
  /*---------------------------------
      Contact CSS 
  -----------------------------------*/
  /*---------------------------------
      Footer CSS 
  -----------------------------------*/
  /*---------------------------------
      Responsive CSS 
  -----------------------------------*/
}
[dir=rtl] body {
  font-family: var(--hebrewFont);
}
[dir=rtl] .section-subtitle-one,
[dir=rtl] .section-subtitle-two,
[dir=rtl] .section-subtitle-three {
  padding: 15px 40px 13px 20px;
}
[dir=rtl] .section-subtitle-one i,
[dir=rtl] .section-subtitle-two i,
[dir=rtl] .section-subtitle-three i {
  right: 20px;
  left: auto;
  margin-left: 8px;
  margin-right: 0;
}
[dir=rtl] .social-profile-two li {
  margin: 0 0 0 10px;
}
[dir=rtl] .btn-one i,
[dir=rtl] .btn-two i,
[dir=rtl] .btn-three i {
  margin-left: 4px;
  margin-right: 0;
}
[dir=rtl] #scrolltotop {
  left: 30px;
  right: auto;
}
[dir=rtl] .header-middle {
  right: 0;
  left: auto;
}
[dir=rtl] .header-middle.sticky {
  right: 0;
  left: auto;
}
[dir=rtl] .header-middle .main-menu ul li {
  margin: 0 0 0 20px;
}
[dir=rtl] .header-middle .main-menu ul li:last-child {
  margin-left: 0;
}
[dir=rtl] .header-middle .main-menu ul li a:after {
  right: 0;
  left: auto;
}
[dir=rtl] .dropdown-menu {
  padding-right: 0 !important;
}
[dir=rtl] .offset-menu-wrapper {
  justify-content: left;
  text-align: left;
}
[dir=rtl] .offset-menu-wrapper .has-dropdown {
  padding: 0 22px 0 20px;
  margin: 0 0 0 15px;
}
[dir=rtl] .offset-menu-wrapper .has-dropdown i {
  right: 0;
  left: auto;
}
[dir=rtl] .offset-menu-wrapper .has-dropdown:after {
  left: 0;
  right: auto;
}
[dir=rtl] .offset-menu-wrapper .has-dropdown .dropdown {
  right: 0;
  left: auto;
  text-align: right;
}
[dir=rtl] .hero-section:after {
  left: auto;
  right: 0;
}
[dir=rtl] .feature-list-one li {
  margin: 0 7px 16px;
}
[dir=rtl] .feature-list-one li i {
  margin-left: 5px;
  margin-right: 0;
}
[dir=rtl] .feature-list-box .feature-list-title .feature-icon {
  margin-left: 10px;
  margin-right: 0;
}
[dir=rtl] .feature-list-box .feature-list-two li {
  padding-right: 28px;
  padding-left: 0;
}
[dir=rtl] .feature-list-box .feature-list-two li i {
  right: 0;
  left: auto;
}
[dir=rtl] .pricing-card h3 .currency-code small,
[dir=rtl] .pricing-card h3 .package-price small {
  margin-right: 5px;
  margin-left: 0;
}
[dir=rtl] .pricing-card .pricing-features li {
  padding-right: 28px;
  padding-left: 0;
}
[dir=rtl] .pricing-card .pricing-features li i {
  right: 0;
  left: auto;
}
[dir=rtl] .pricing-card.featured .featured {
  left: 0;
  right: auto;
  border-radius: 5px 0 5px 0;
}
[dir=rtl] .contact-box .contact-form {
  border-radius: 0 11px 12px 0;
}
[dir=rtl] .contact-box .contact-info {
  border-radius: 12px 0 0 12px;
}
[dir=rtl] .contact-box .contact-info .contact-item-wrap .contact-item {
  padding-right: 55px;
  padding-left: 0;
}
[dir=rtl] .contact-box .contact-info .contact-item-wrap .contact-item .contact-icon {
  right: 0;
  left: auto;
}
[dir=rtl] .footer-wrap .footer-widget .social-profile-two li {
  margin-left: 15px;
  margin-right: 0;
}
[dir=rtl] .footer-wrap .footer-widget .social-profile-two li:last-child {
  margin-left: 0;
}
[dir=rtl] .footer-wrap .footer-widget .footer-menu li a:after {
  right: 0;
  left: auto;
}
[dir=rtl] .footer-wrap .footer-widget .contact-item {
  padding-right: 30px;
  padding-left: 0;
}
[dir=rtl] .footer-wrap .footer-widget .contact-item i {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 767px) {
  [dir=rtl] .feature-list-one li {
    margin: 0 5px 15px;
  }
  [dir=rtl] .feature-list-one li i {
    margin-left: 5px;
    margin-right: 0;
  }
}
@media only screen and (max-width: 991px) {
  [dir=rtl] .header-middle .main-menu {
    left: auto;
    right: 0;
    transform: translateX(100%);
  }
  [dir=rtl] .header-middle .main-menu.active {
    transform: translateX(0);
  }
  [dir=rtl] .header-middle .main-menu ul li {
    margin: 0 0 22px;
  }
  [dir=rtl] .mobile-menu-icon {
    margin-right: 10px;
    margin-left: 0;
  }
  [dir=rtl] .offset-menu-wrapper .has-dropdown {
    margin: 0 0 0 10px;
    padding: 0 19px 0 18px;
  }
  [dir=rtl] .contact-box .contact-form {
    border-radius: 12px 12px 0 0;
  }
  [dir=rtl] .contact-box .contact-info {
    border-radius: 0 0 12px 12px;
  }
}/*# sourceMappingURL=style.css.map */