/* importing fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;500;700&display=swap');
/* start variables */
:root {
  --main-color: #f5761a;
}
/* start global style */
* {
  padding: 0;
  margin: 0;
}
body {
  box-sizing: border-box;
  font-family: 'Cairo', sans-serif;
  direction: rtl;
  text-align: right;
  scroll-behavior: smooth;
  overflow-x: hidden;
  /* line-height: 0; */
}

a {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
}

/* start my style */
header {
  background: url(../../images/hero-ar.png) no-repeat -50px 0px;
  background-size: cover;
  height: 100vh;
  padding: 40px 0;
  padding-bottom: 100px;
}
.hero {
  margin-top: 100px;
}
.bg-light {
  background-color: transparent !important;
}
.navbar-nav .nav-link {
  font-weight: 500;
  font-size: 14px;
  color: #fff !important;
}
/* ***serach box */
.searchbar {
  position: relative;
  min-width: 50px;
  width: 0%;
  height: 50px;
  float: left;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  margin-right: 10px;
}
.searchbar-input {
  top: 0;
  left: 0;
  border: 0;
  outline: 0;
  background: transparent;
  width: 100%;
  height: 50px;
  padding: 0px 20px 0px 55px;
  font-size: 14px;
  color: #fff;
  border-radius: 5px;
}
.searchbar-input:focus {
  background-color: #f46f3f;
}
.searchbar-input::-webkit-input-placeholder {
  color: #fff;
}
.searchbar-input:-moz-placeholder {
  color: #fff;
}
.searchbar-input::-moz-placeholder {
  color: #fff;
}
.searchbar-input:-ms-input-placeholder {
  color: #fff;
}
.searchbar-icon,
.searchbar-submit {
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  top: 3px;
  font-family: verdana;
  font-size: 18px;
  left: 0;
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  background: transparent;
}
.searchbar-open {
  width: 25%;
  margin: 5px;
}

/* end serch */
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
  margin-right: 1.5rem;
  margin-top: 0.5rem;
}
.res-btn {
  border-radius: 25px;
  background: #101012;
  box-shadow: 0px 20px 50px rgba(0, 0, 0, 0.3);
  padding: 12px 30px !important;
  margin-top: 0 !important;
}
.btn-1 {
  border-radius: 35px;
  background: linear-gradient(to left, #f46f3f 0%, #f13750 100%);
  box-shadow: 0px 3px 6px rgba(26, 27, 30, 0.1);
  color: #fff;
  padding: 15px 45px;
}
.btn-1:focus {
  box-shadow: 0px 10px 25px rgba(197, 39, 36, 0.24);
}
.btn-1:hover {
  color: #fff;
}
.btn-2:focus {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}
.btn-2 {
  border-radius: 35px;
  background: #fff;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);

  padding: 12px 35px;
  color: #939fa4;
  border: 2px solid #7070708d;
}
.btn-2:hover {
  color: #939fa4;
}
.hero-info {
  margin-top: 120px;
}
.hero-info h1 {
  font-weight: 600;
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 48px;
  text-align: right;
  color: #fcfcfc;
  margin-bottom: 1.5rem;
}
.hero-info h2 {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  text-align: right;
  color: #f2f2f2;
  margin-bottom: 1rem;
}
.hero-info p {
  width: 405px;
  height: 83px;
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  text-align: right;
  color: #f2f2f2;
  opacity: 0.8;
}

.heading {
  margin-bottom: 1rem;
}
.heading h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 44px;
  text-align: center;
  color: #373737;
  text-transform: uppercase;
}
.heading p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #707070;
  width: 70%;
}
/* end header */
/* start about */
.about,
.featuers,
.contact {
  padding: 60px 0;
}
/* start featuers */
.feat-info h5 {
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  color: #000;
}
.feat-info p {
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #222a41;
  width: 70%;
}
.feat-info {
  margin-right: 25px;
}
.feat img {
  width: 58px;
  height: 58px;
  margin-top: 10px;
}
/* end featuers */
/* start download */

.download {
  background: linear-gradient(to left, #f5743e 0%, #ef115c 100%);

  padding: 100px 0;
}
.down-box {
  margin-top: 70px;
}
.down-box h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 58px;
  color: #fafafa;
}
.down-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  color: #f1f1f1;
}
.down-store img {
  width: 150px;
}
/* end download */
/* start contact */

.contact {
  background: url(../../images/s-white.png) no-repeat left 70px;
  padding-top: 100px;
}
.base-contact .form-control {
  height: 64px;
  border-radius: 7px;
  background: #fff;
}
.base-contact .form-control:focus {
  background-color: transparent;
  border-color: #9f9fb7;
  box-shadow: unset;
}

.form-control-xx {
  height: 180px !important;
}
/* **************************** */
.floating-label-group {
  position: relative;
  margin-top: 15px;
  margin-bottom: 25px;
}
.floating-label-group .floating-label {
  position: absolute;
  pointer-events: none;
  top: 9px;
  right: 12px;
  transition: all 0.1s ease;
  font-weight: normal;
  font-size: 19px;
  color: #9f9fb7;
  padding-right: 15px;
}
.floating-label-group input:focus ~ .floating-label,
.floating-label-group input:not(:focus):valid ~ .floating-label {
  top: -5px;
  bottom: 0px;
  right: 10px;
  font-size: 11px;
  opacity: 1;
  color: #404040;
  /* background-color: #fff; */
}
.floating-label-group input:focus ~ .floating-label .bg-white0,
.floating-label-group input:not(:focus):valid ~ .floating-label .bg-white0 {
  background-color: #fff;
  padding: 5px;
}
.floating-label-group textarea:focus ~ .floating-label,
.floating-label-group textarea:not(:focus):valid ~ .floating-label {
  /* background-color: #fff; */
  position: absolute;
  pointer-events: none;
  top: 9px;
  right: 12px;
  transition: all 0.1s ease;
  font-weight: normal;
  font-size: 19px;
  color: #9f9fb7;
  padding-right: 15px;
}

.floating-label-group textarea:focus ~ .floating-label {
  top: -5px;
  bottom: 0px;
  right: 10px;
  font-size: 11px;
  opacity: 1;
  color: #404040;
}
.floating-label-group textarea:focus ~ .floating-label .bg-white0 {
  background-color: #fff;
  padding: 5px;
}
/* start footer */

footer {
  background-color: #f5f5f5;
  text-align: center;

  padding: 40px 0;
}
footer p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #1a1b1e;
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}
footer ul li a {
  color: #ee584c;
  margin: 10px;
  font-size: 22px;
}
footer ul li a:hover{
  color: #ee584c;

}
footer h6 {
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  color: #1a1b1e;
}
/* end footer */
.responsive .slid-img {
  transition: 0.25s ease-in-out;
  margin: 10px;
}
.responsive .slid-img:hover {
  transform: scale(1.03);
}
.btn-left {
  position: absolute;
  top: calc(50% - 20px);
  right: 210px;
  z-index: 2;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}
.btn-right {
  position: absolute;
  top: calc(50% - 20px);
  left: 210px;
  z-index: 2;
  box-shadow: -10px 10px 10px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  width: 40px;
  height: 40px;
}

nav {
  width: 100%;
  position: fixed !important;
  top: 0;
  right: 0;
  box-sizing: border-box;
  transition: 0.4s;
  z-index: 3;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
nav.black {
  background-color: #fff !important;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
nav.black .navbar-nav .nav-link {
  color: #f46044 !important;
}
nav.black .searchbar-icon,
.searchbar-submit {
  color: #f46044;
}

.res-btn:focus {
  box-shadow: unset;
}
nav.black .navbar-nav .res-btn {
  color: #fff !important;
}
.offcanvas-start {
  width: 250px;
  background: linear-gradient(to top, #f46f3f 0%, #f13750 100%);

  border-left: unset;
}
.offcanvas-title img {
  width: 100px;
}
.offcanvas-start .nav-link {
  color: #fff !important;
}
.offcanvas-start form {
  width: 100%;
  margin: 0;
}
.offcanvas-start .searchbar-input {
  background-color: #f46f3f;
  padding-right: 5px;
}
.dropdown-togglex::after {
  display: none;
}
.floating-btn {
  position: fixed;
  width: 70px;
  height: 70px;
  bottom: 50px;
  left: 50px;
  border-radius: 50%;
  text-align: center;
}

.head-step {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  color: #ef5c4a;
}
.head-step::before {
  position: absolute;
  content: "";
  width: 35px;
  top: 10px;
  background-color: #ef5c4a;
  /* left: 43%; */
  height: 2px;
  margin: 0 auto;
  margin-right: -50px;
}
.head-stepx {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  padding-right: 50px;
}
.head-stepx::before {
  position: absolute;
  content: "";
  width: 35px;
  top: 10px;
  background-color: #fff;
  right: 0px;
  height: 2px;
  /* margin: 0 auto; */
}

.work {
  padding: 60px 0;
  background-color: #fcfcfc;
}
.work-box {
  padding: 10px;
}
.work-box h3 {
  font-weight: 600;
  font-size: 16px;
  line-height: 38px;
  color: #1a1b1e;
}
.work-box p {
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  color: #707070;
}
.down-store p {
  font-weight: 600;
  font-size: 16px;
  /* line-height: 48px; */
  color: #1a1b1e;
  opacity: 0.8;
}
.ab-box h3 {
  font-weight: 300;
  font-size: 16px;
  color: #ef5c4a;
  margin-bottom: 0.5rem;
}
.ab-box h2 {
  font-weight: 600;
  font-size: 32px;
  letter-spacing: -0.03em;
  color: #eb4e52;
  margin-bottom: 0.5rem;
}
.ab-box p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1a1b1e;
  margin-bottom: 1rem;
}
.ab-box ul li {
  font-weight: normal;
  font-size: 14px;
  line-height: 28px;
  color: #1a1b1e;
  padding-right: 40px;
  position: relative;
}
.ab-box ul li::before {
  position: absolute;
  content: url(../../images/gift.png);
  top: 0;
  right: 0;
}
.head-stepx-2 {
  color: #ef5c4a;
}
.head-stepx-2::before {
  background-color: #ef5c4a;
}
.slick-prev{
  right: 0;
}
.slick-next {
  left: 0;
}
.slick-dots li.slick-active button:before{
  color: #ef5c4a;

}
.slick-dots li button:before{
  color: #ef5c4a;
  font-size: 12px;
}
