/* [Master Stylesheet] */
/* ----------------------------------------------------------
    :: Template 
    :: Author: SMT
    :: Author URL:www.smt.sa 
    :: Version: 1.0
    :: Created: 02 2022
    :: Last Updated: 02 2022
    ---------------------------------------------------------- */
/* -------------------------------------------------
    ============ PLACE YOUR CUSTOM CSS HERE ============
    ------------------------------------------------- */
/*start my style */
* {
  box-sizing: border-box;
}

body {
  font-family: "Cairo", sans-serif;
  overflow-x: hidden;
  position: relative;
  direction: rtl;
}

a {
  text-decoration: none !important;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-60 {
  margin-top: 60px;
}

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

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

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

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

.section-padding {
  padding: 60px 0;
}

.transition, footer a, .benfits .benfits-box, .features .feat-box img, .download img, .services .service-box, .intro .caption-box button {
  transition: all ease-in-out 0.3s;
}

header nav {
  background: transparent;
  position: absolute !important;
  left: 0;
  right: 0;
  z-index: 1001;
}
header nav img.logo {
  width: 90px;
  margin-top: 10px;
}
header nav .nav-link {
  padding-right: 20px !important;
  padding-left: 20px !important;
  margin-left: 80px;
  margin-right: 80px;
  font-size: 18px;
  font-weight: 600;
  color: #3CAFB4 !important;
  cursor: pointer;
}
header nav .nav-link.active {
  color: #DA1C5C !important;
  border-bottom: 2px solid #DA1C5C;
}
header nav .nav-link:hover {
  color: #DA1C5C !important;
}

.intro {
  position: relative;
  height: 1130px;
}
.intro .caption-box {
  position: absolute;
  left: 0;
  right: 0;
  top: 200px;
  padding-right: 5.5%;
  z-index: 101;
}
.intro .caption-box h2 {
  font-size: 38px;
  color: #000;
  font-weight: 700;
  margin-bottom: 40px;
}
.intro .caption-box p {
  color: #717171;
  font-size: 22px;
}
.intro .caption-box h4 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin-top: 30px;
}
.intro .caption-box button {
  background: #DA1C5C;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 10px 100px;
  border-radius: 15px;
  outline: none;
  margin-top: 40px;
  border: 2px solid #DA1C5C;
}
.intro .caption-box button:hover {
  background: transparent;
  color: #DA1C5C;
  box-shadow: 0 35px 28px #e0e0e0;
}
.intro .carousel-inner {
  height: 1000px;
}
.intro .slider-1-1 {
  position: absolute;
  left: 0;
  width: 700px;
  top: 130px;
  z-index: 111;
}
.intro .slider-1-2 {
  position: absolute;
  left: -40px;
  z-index: 11;
  width: 800px;
  top: 11vh;
}
.intro .slider-1-3 {
  position: absolute;
  right: -85px;
  z-index: 1;
  width: 300px;
  top: 67vh;
}
.intro .slider-2-1 {
  position: absolute;
  left: 0;
  width: 530px;
  z-index: 111;
}
.intro .slider-2-2 {
  position: absolute;
  left: 0;
  z-index: 11;
  width: 500px;
  top: 100px;
}
.intro .slider-2-3 {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 100px;
  top: 65vh;
}
.intro .slider-3-1 {
  position: absolute;
  left: -100px;
  width: 600px;
  top: 150px;
  z-index: 111;
}
.intro .slider-3-2 {
  position: absolute;
  left: 0;
  z-index: 11;
  width: 600px;
  top: 100px;
}
.intro .slider-3-3 {
  position: absolute;
  right: 0;
  z-index: 1;
  width: 300px;
  top: 70vh;
}
.intro .carousel-item {
  transition: transform 0s ease-in-out;
}
.intro .carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}
.intro .carousel-fade .active.carousel-item-start {
  transition: opacity 0s 0s;
}

.services {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1000;
  padding-top: 40px;
}
.services .service-box {
  background: #fff;
  text-align: right;
  padding: 50px 25px;
  border-radius: 15px;
  min-height: 311px;
  transform: scale(1);
}
.services .service-box:hover {
  background: rgba(80, 182, 186, 0.0666666667);
  transform: scale(1.07);
}
.services .service-box img {
  height: 70px;
}
.services .service-box h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #000;
}
.services .service-box p {
  font-size: 18px;
  color: #717171;
  margin-bottom: 0;
}

.download {
  background-image: url("../images/download/bg.png");
  background-size: cover;
  padding: 80px 0;
}
.download h2 {
  font-size: 28px;
  color: #DA1C5C;
  font-weight: 700;
  margin-bottom: 50px;
}
.download img {
  width: 250px;
  margin-left: 20px !important;
  transform: scale(1);
}
.download img:hover {
  transform: scale(1.07);
}

.features h2 {
  text-align: center;
  color: #3CAFB4;
  font-size: 32px;
  font-weight: 600;
}
.features p {
  color: #717171;
  font-size: 18px;
  margin-top: 20px;
}
.features .feat-box {
  margin-top: 60px;
}
.features .feat-box .number-box {
  width: 60px;
  height: 60px;
  background: #DA1C5C;
  border-radius: 10px;
  margin-bottom: 20px;
  position: relative;
}
.features .feat-box .number-box span {
  color: #fff;
  position: absolute;
  right: 5px;
  bottom: -23px;
  font-size: 58px;
  font-weight: 700;
}
.features .feat-box h3 {
  color: #000;
  font-size: 32px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
}
.features .feat-box img:hover {
  transform: scale(1.07);
}

.benfits {
  background: rgba(80, 182, 186, 0.1215686275);
}
.benfits h2 {
  color: #3CAFB4;
  font-size: 32px;
  font-weight: 600;
}
.benfits p {
  color: #717171;
  font-size: 18px;
  margin-top: 20px;
}
.benfits .benfits-box {
  padding: 40px 30px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  margin-top: 30px;
  transform: scale(1);
}
.benfits .benfits-box:hover {
  transform: scale(1.05);
}
.benfits h3 {
  font-size: 26px;
  color: #DA1C5C;
  font-weight: 600;
  margin-bottom: 30px;
}
.benfits ul {
  padding-right: 20px;
  list-style: square;
}
.benfits ul li {
  font-size: 18px;
  color: #717171;
  margin-bottom: 15px;
}
.benfits ul li:last-child {
  margin-bottom: 0;
}

footer {
  padding-top: 60px;
  background: #F2F2F2;
  padding-bottom: 10px;
}
footer img.logo {
  width: 120px;
  margin-top: 40px;
}
footer a {
  text-decoration: none;
  color: #000;
}
footer a:hover {
  color: #DA1C5C;
}
footer ul.social {
  margin-bottom: 0;
}
footer .social li {
  margin-left: 20px;
  margin-right: 20px;
  font-size: 38px;
}
footer hr {
  background: #999;
}
footer h5 {
  font-size: 18px;
  padding: 10px 0;
  margin-top: 5px;
}
footer h4 {
  font-size: 22px;
  font-weight: 700;
  color: #3CAFB4;
  margin-bottom: 20px;
  border-right: 7px solid #3CAFB4;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 7px;
}
footer ul.info li {
  margin-bottom: 15px;
}
footer ul.info li i {
  width: 20px;
}

/* Responsive */
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .intro {
    height: 1700px;
  }
  header nav {
    background: #fff;
  }
  header nav img.logo {
    width: 60px;
  }
  .intro .caption-box {
    top: 43vh;
    padding-right: unset;
    padding: 20px;
    background: rgba(255, 255, 255, 0.7607843137);
  }
  .intro .caption-box h2 {
    font-size: 24px;
  }
  .intro .caption-box p {
    font-size: 20px;
  }
  .intro .caption-box h4 {
    font-size: 18px;
    margin-top: 30px;
  }
  .intro .caption-box button {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 16px;
  }
  .intro .slider-1-1 {
    left: -60px;
    width: 250px;
    top: 20vh;
  }
  .intro .slider-1-2 {
    left: -40px;
    width: 300px;
    top: 11vh;
  }
  .intro .slider-1-3 {
    right: -35px;
    width: 100px;
    top: 45vh;
  }
  .intro .slider-2-1 {
    width: 250px;
    z-index: 111;
    top: 90px;
  }
  .intro .slider-2-2 {
    width: 250px;
    top: 150px;
  }
  .intro .slider-2-3 {
    width: 50px;
    top: 40vh;
  }
  .intro .slider-3-1 {
    width: 300px;
    top: 150px;
  }
  .intro .slider-3-2 {
    width: 200px;
    top: 20vh;
  }
  .intro .slider-3-3 {
    width: 100px;
    top: 45vh;
  }
  .services .service-box {
    padding: 30px 20px;
    margin-bottom: 20px;
    box-shadow: -2px 4px 18px rgba(0, 0, 0, 0.1803921569);
    min-height: unset;
  }
  .services .service-box h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
  }
  .services {
    bottom: 30px;
  }
  .services .service-box p {
    font-size: 16px;
    color: #717171;
    margin-bottom: 0;
  }
  .download {
    padding: 40px 0;
  }
  .download img {
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 20px;
    width: 200px;
    display: block;
  }
  .features .feat-box .number-box {
    width: 50px;
    height: 50px;
  }
  .features .feat-box h3 {
    margin-top: 25px;
    margin-bottom: 20px;
  }
  .features .feat-box p {
    margin-bottom: 20px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .download h2 {
    font-size: 26px;
    line-height: 1.6;
  }
  footer img.logo {
    width: 120px;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto !important;
    display: block;
  }
  footer h5 {
    text-align: center;
  }
  footer ul.social {
    text-align: center !important;
  }
}
/* galaxy S5 */
/* iphone x, 6/7/8 */
/* iphone 6/7/8 plus */
/* ipad */
@media only screen and (min-width: 768px) and (max-width: 992px) {
  ul.navbar-nav {
    background: #fff;
  }
  .intro .caption-box h2 {
    font-size: 26px;
  }
  .intro .caption-box {
    z-index: 10;
  }
  .intro .caption-box p {
    font-size: 18px;
  }
  .intro .caption-box h4 {
    font-size: 20px;
  }
  .intro .slider-1-1 {
    left: -60px;
    width: 450px;
    top: 160px;
  }
  .intro .slider-1-2 {
    left: -40px;
    width: 500px;
    top: 11vh;
  }
  .intro .slider-1-3 {
    right: -85px;
    width: 200px;
    top: 45vh;
  }
  .intro .slider-2-1 {
    width: 430px;
    z-index: 111;
  }
  .intro .slider-2-2 {
    width: 400px;
    top: 100px;
  }
  .intro .slider-2-3 {
    width: 70px;
    top: 45vh;
  }
  .intro .slider-3-1 {
    width: 450px;
    top: 150px;
  }
  .intro .slider-3-2 {
    width: 400px;
    top: 100px;
  }
  .intro .slider-3-3 {
    width: 200px;
    top: 45vh;
  }
  .services .service-box {
    padding: 30px 20px;
    min-height: unset;
    margin-bottom: 30px;
  }
  .services .service-box h3 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .services .service-box img {
    width: 60px;
  }
  .services {
    bottom: 20px;
  }
}
/* ipad pro  */
@media only screen and (min-width: 1024px) and (max-width: 1030px) {
  .intro .slider-1-1 {
    left: -60px;
    width: 550px;
    top: 160px;
  }
  .intro .slider-1-2 {
    left: -40px;
    width: 550px;
    top: 11vh;
  }
  .intro .slider-1-3 {
    right: -85px;
    width: 250px;
    top: 35vh;
  }
  .intro .slider-2-1 {
    width: 480px;
    z-index: 111;
  }
  .intro .slider-2-2 {
    width: 450px;
    top: 100px;
  }
  .intro .slider-2-3 {
    width: 70px;
    top: 35vh;
  }
  .intro .slider-3-1 {
    width: 550px;
    top: 150px;
  }
  .intro .slider-3-2 {
    width: 500px;
    top: 150px;
  }
  .intro .slider-3-3 {
    width: 200px;
    top: 35vh;
  }
  .services .service-box h3 {
    min-height: 53px;
  }
  .services .service-box {
    min-height: 332px;
  }
  .services .service-box p {
    font-size: 16px;
  }
}
/* 17 inch */
@media only screen and (min-width: 1920px) and (max-width: 2500px) {
  .intro .caption-box {
    top: 255px;
    padding-right: 16.5%;
  }
  .services {
    bottom: 170px;
  }
  .intro {
    height: 1415px;
  }
  .intro .carousel-inner {
    height: 1430px;
  }
  .intro .slider-1-1 {
    width: 900px;
    top: 300px;
  }
  .intro .slider-1-2 {
    left: -40px;
    width: 1000px;
    top: 130px;
  }
  .intro .slider-1-3 {
    right: -135px;
    width: 500px;
    top: 65vh;
  }
  .intro .slider-2-1 {
    width: 730px;
  }
  .intro .slider-2-2 {
    width: 700px;
    top: 100px;
  }
  .intro .slider-2-3 {
    width: 200px;
    top: 65vh;
  }
  .intro .slider-3-1 {
    left: -100px;
    width: 800px;
    top: 250px;
  }
  .intro .slider-3-2 {
    width: 800px;
    top: 200px;
  }
  .intro .slider-3-3 {
    width: 500px;
    top: 70vh;
  }
  .intro .caption-box {
    top: 355px;
    padding-right: 16.5%;
  }
}/*# sourceMappingURL=style.css.map */