@font-face {
  font-family: "expo_arabic";
  src: url("../../fonts/ArbFONTS-ExpoArabic-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "expo_arabic";
  src: url("../../fonts/ArbFONTS-ExpoArabic-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "expo_arabic";
  src: url("../../fonts/ArbFONTS-ExpoArabic-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "expo_arabic";
  src: url("../../fonts/ArbFONTS-ExpoArabic-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "expo_arabic";
  src: url("../../fonts/ArbFONTS-ExpoArabic-Bold.otf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
  text-align: right;
  font-family: "expo_arabic", sans-serif;
  overflow-x: hidden;
}

a.action {
  display: inline-block;
  padding: 12px 40px;
  background: #dc8490;
  color: #fff;
  font-weight: 400;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  border-radius: 6px;
  text-decoration: none;
}
a.action:hover {
  background-color: #b06b75;
}
a.action.action__2 {
  background: transparent;
  border-color: #dc8490;
  color: #dc8490;
}
a.action.action__2:hover {
  background: #dc8490;
  border-color: transparent;
  color: #fff;
}

.main__color {
  color: #dc8490;
}

.sec__title {
  text-align: center;
  margin-bottom: 40px;
}
.sec__title h2 {
  margin-bottom: 6px !important;
}
.sec__title p {
  display: block !important;
}
@media (max-width: 767px) {
  .sec__title {
    margin: 0;
  }
}

.secondry__sec__title {
  font-size: 18px;
}

.main__sec__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 8px 0 15px;
}
@media (max-width: 1200px) {
  .main__sec__title br {
    display: none;
  }
}
@media (max-width: 425px) {
  .main__sec__title {
    font-size: 36px;
  }
}

.bg__sec__2 {
  background-color: rgba(176, 107, 117, 0.0901960784);
}

.mobile-image {
  width: 100%;
  display: block;
}
@media (min-width: 767px) {
  .mobile-image {
    display: none;
  }
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: transparent;
  z-index: 9999;
  transition: all 0.18s ease;
  padding-top: 12px;
}
.navigation.scrolled__nav {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  padding: 6px 0;
}
.navigation .navbar {
  background: transparent !important;
}
.navigation .navbar .navbar-brand {
  margin: 0;
}
.navigation .navbar .navbar-brand img {
  width: 110px;
  height: auto;
}
.navigation .navbar .navbar__action {
  margin-right: 30px;
}
@media (max-width: 992px) {
  .navigation .navbar .navbar__action {
    display: none;
  }
}
@media (max-width: 991px) {
  .navigation .navbar .navbar-collapse {
    background-color: #fff;
    padding: 12px 25px;
  }
}
.navigation .navbar .navbar-collapse .navbar-nav {
  display: flex;
  flex-direction: row;
  gap: 25px;
}
@media (max-width: 991px) {
  .navigation .navbar .navbar-collapse .navbar-nav {
    flex-direction: column;
  }
}
.navigation .navbar .navbar-collapse .nav-link {
  color: #3a3a3a;
  font-size: 17px;
  font-weight: 500;
  transition: all 0.15s ease;
}
.navigation .navbar .navbar-collapse .nav-link:hover {
  color: #dc8490;
}

header {
  background-image: url(../../images/main__background.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 200px 0 120px;
  display: flex;
  align-items: center;
  overflow: hidden;
  position: relative;
}
header::after {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../../images/hero__effict.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 767px) {
  header::after {
    display: none;
  }
}
@media (max-width: 767px) {
  header {
    padding-top: 160px;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  header .info {
    text-align: center !important;
    margin-bottom: 30px;
  }
}
header .info .second__title {
  font-size: 18px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
header .info .second__title svg,
header .info .second__title i {
  color: #dc8490;
}
@media (max-width: 767px) {
  header .info .second__title {
    justify-content: center;
  }
}
header .info .main__title {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  margin: 8px 0 20px;
}
header .info .main__title span {
  color: #dc8490;
}
@media (max-width: 1199px) {
  header .info .main__title {
    font-size: 54px;
  }
}
@media (max-width: 992px) {
  header .info .main__title {
    font-size: 38px;
  }
}
@media (max-width: 399px) {
  header .info .main__title {
    font-size: 32px;
  }
}
header .info .desc {
  color: #606364;
}
@media (max-width: 992px) {
  header .info .desc {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  header .info .desc {
    margin-bottom: 6px;
  }
}
header .info a.action {
  margin-top: 15px;
  animation: pulse 1.5s infinite;
}
header .img {
  width: 100%;
  height: 100%;
}
header .img img {
  width: 100%;
  height: 100%;
}
@media (min-width: 767px) {
  header .img img {
    transform: scale(1.4) translateY(23px);
  }
}
@media (min-width: 992px) {
  header .img img {
    transform: scale(1.4) translateY(20px);
  }
}
@media (min-width: 1400px) {
  header .img img {
    transform: scale(1.4) translateY(14px);
  }
}

.about__us {
  padding: 80px 0;
}
.about__us .row {
  row-gap: 30px;
}
.about__us .item h4 {
  font-size: 18px;
}
.about__us .item h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
  margin: 8px 0 15px;
}
@media (max-width: 425px) {
  .about__us .item h2 {
    font-size: 36px;
  }
}
.about__us .item h3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .about__us .item h3 {
    text-align: center;
  }
}
@media (max-width: 425px) {
  .about__us .item h3 {
    font-size: 24px;
  }
}
.about__us .item p {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 16px;
  line-height: 1.7;
  padding-right: 15px;
}
.about__us .item p.no__effict {
  padding: 0;
}
@media (max-width: 767px) {
  .about__us .item p.no__effict {
    text-align: center;
  }
}
.about__us .item p i,
.about__us .item p svg {
  color: #dc8490;
  font-size: 22px;
}
@media (max-width: 767px) {
  .about__us .item {
    margin-top: 30px;
  }
}
.about__us .img {
  width: 100%;
  height: 100%;
}
.about__us .img img {
  width: 100%;
  height: 100%;
}
.about__us a.action {
  margin-top: 16px;
}

.features .row {
  row-gap: 16px;
}
.features .feat__item {
  border-radius: 3px;
  padding: 30px 20px;
  background-color: #fff;
}
.features .feat__item i {
  color: #dc8490;
  font-size: 22px;
  margin-bottom: 12px;
}
.features .feat__item h4 {
  font-size: 17px;
  font-weight: 600;
}
.features .feat__item p {
  font-size: 14px;
}

@media (max-width: 767px) {
  .how__use {
    text-align: center;
  }
}
.how__use .how__container {
  text-align: start !important;
}
.how__use .how__container .how__item {
  padding: 30px 20px;
  background-color: rgba(220, 132, 144, 0.0705882353);
  border-radius: 3px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.how__use .how__container .how__item:not(:last-of-type) {
  margin-bottom: 16px;
}
.how__use .how__container .how__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 45px;
  max-height: 45px;
  min-height: 50px;
  min-width: 50px;
  background-color: #fff;
  color: #dc8490;
}
.how__use .how__container .how__item .how__data h5 {
  font-size: 18px;
  font-weight: 600;
}
.how__use .how__container .how__item .how__data p {
  margin: 0;
  padding: 0;
  font-size: 15px;
}

.our__clients {
  padding: 80px 0;
}

.contact__us {
  padding: 80px 0;
}
.contact__us .img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .contact__us .img {
    text-align: center;
  }
}
.contact__us .img img {
  width: 100%;
  height: 100%;
}
.contact__us .img p span {
  font-weight: 600;
  color: #dc8490;
}
.contact__us form {
  margin-top: 30px;
}
.contact__us form .choose__item {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  flex-wrap: nowrap;
}
.contact__us form .choose__item fieldset {
  width: 100%;
}
.contact__us form fieldset {
  margin-bottom: 20px;
}
.contact__us form fieldset:last-of-type {
  margin-bottom: 0;
}
.contact__us form fieldset label {
  display: block;
  margin-bottom: 12px;
  font-size: 15px;
  color: #606364;
}
.contact__us form fieldset label span {
  color: red;
}
.contact__us form fieldset input,
.contact__us form fieldset textarea,
.contact__us form fieldset select {
  background-color: #f6f6f6 !important;
  height: 45px;
}
.contact__us form fieldset select {
  appearance: auto;
}
.contact__us form fieldset select option {
  padding: 8px 8px;
}
.contact__us form fieldset select option span {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #b43131;
}
.contact__us form fieldset select option.color__option {
  position: relative;
}
.contact__us form fieldset select option.color__option::after {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background-color: #b43131;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -20px;
  translate: 0 -50%;
}
.contact__us form fieldset textarea {
  min-height: 120px;
}
.contact__us form button[type=submit] {
  width: 100%;
  background-color: #dc8490;
  color: #fff;
  border-radius: 8px;
  padding: 15px 30px;
  font-size: 16px;
  outline: none;
  border: none;
  transition: all 0.2s ease;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.contact__us form button[type=submit]:hover {
  background-color: #b43131;
}
.contact__us form button[type=submit]:disabled {
  background-color: #601a1a;
  cursor: no-drop;
}
.contact__us .order__sammery {
  padding: 30px 16px;
  margin-top: 16px;
  background-color: rgba(220, 132, 144, 0.1098039216);
}
.contact__us .order__sammery h6 {
  font-weight: 600;
  font-size: 17px;
  margin-bottom: 16px;
}
.contact__us .order__sammery .total__order {
  font-weight: 600;
}
.contact__us .order__sammery .send__price {
  margin-top: 12px;
}
.contact__us .order__sammery .order__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contact__us .order__sammery .order__info:not(:last-of-type) {
  margin-bottom: 12px;
}
.contact__us .order__sammery .order__info p {
  margin: 0;
  font-size: 15px;
}
.contact__us input.has__error {
  border-color: red !important;
}
.contact__us input.has__error + p.error {
  display: block;
}
.contact__us p.error {
  font-size: 10px;
  color: red;
  font-weight: 500;
  margin-top: 3px;
  display: none;
}
.contact__us .hide__input {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.owl-nav {
  display: none;
}

.owl-dots {
  margin-top: 30px;
}

.success__send__message,
.faild__send__message {
  margin: 30px 0 0;
  text-align: center;
  display: none;
}

footer {
  padding: 20px 0;
  border-top: 1px solid rgba(96, 99, 100, 0.1529411765);
}
footer .items .row {
  align-items: center;
}
footer .items a {
  text-decoration: none;
}
footer .items p {
  margin: 0;
  font-size: 14px;
  color: #606364;
}
footer .items .copyrights {
  width: 100%;
  display: flex;
  justify-content: center;
}
footer .items .copyrights p {
  font-size: 12px;
}
footer .items .copyrights a {
  color: #dc8490;
  font-weight: 500;
}

.thank__you__page {
  height: 100vh;
  padding: 0 15px;
  background-image: url(../../images/main__background.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
}
.thank__you__page::after {
  content: "";
  width: 150px;
  height: 150px;
  background-image: url(../../images/hero__effict.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
.thank__you__page .info i.main__icon {
  color: #dc8490;
  font-size: 55px;
}
.thank__you__page .info h1 {
  font-size: 60px;
  font-weight: 800;
  margin: 16px 0 8px;
}
@media (max-width: 767px) {
  .thank__you__page .info h1 {
    font-size: 38px;
  }
}
.thank__you__page .info p {
  font-size: 16px;
  line-height: 1.6;
}
.thank__you__page .info p:not(:last-of-type) {
  margin-bottom: 8px;
}
.thank__you__page .social__links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 15px;
}
.thank__you__page .social__links a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(58, 58, 58, 0.1333333333);
  border-radius: 50%;
  font-size: 17px;
  color: #5f5f5f;
  text-decoration: none;
  transition: all 0.3s ease;
}
.thank__you__page .social__links a:hover {
  border-color: #dc8490;
  color: #dc8490;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

/*# sourceMappingURL=index.css.map */
