@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;900&display=swap");
html {
  scroll-behavior: smooth;
}

/*************************************************/
/* Variables */
/*************************************************/
.flipx {
  transform: scalex(-1);
}

.rounded10 {
  border-radius: 10px;
}

.rounded50 {
  border-radius: 50px !important;
}

.text-white {
  color: #fff !important;
}

.text-blue {
  color: #16215C !important;
}

.text-orange {
  color: #F0A953 !important;
}

.bg-blue {
  background: #16215C !important;
}

.bg-orange {
  background: #F0A953 !important;
}

.fz70 {
  font-size: 70px !important;
}

.fz50 {
  font-size: 50px !important;
}

.fz60 {
  font-size: 60px !important;
}

.fz48 {
  font-size: 48px !important;
}

.fz43 {
  font-size: 43px !important;
}

.fz40 {
  font-size: 40px !important;
}

.fz36 {
  font-size: 36px !important;
}

.fz32 {
  font-size: 32px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz21 {
  font-size: 21px !important;
}

.fz24 {
  font-size: 24px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz12 {
  font-size: 12px !important;
}

body {
  font-family: "Tajawal", "sans-seri";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
}

.center {
  text-align: center !important;
  margin: auto !important;
}

.no-padding {
  padding: 0 !important;
}

a {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none !important;
  font-family: "Tajawal", "sans-seri";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Tajawal", "sans-seri";
}

/*************************************************/
/* Custom */
/*************************************************/
/*
Author       : theme_ocean
Template Name: Miami - Multipurpose One Page Bootstrap Template
Version      : 1.0
*/
body {
  font-family: "Tajawal", "sans-seri", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  background: #fff;
  color: #666;
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0px;
  margin-top: 0px;
  color: #333;
  font-weight: 400;
}

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

a:hover {
  color: #fff;
  text-decoration: none;
}

a:focus {
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 0;
}

ul,
li {
  margin: 0;
  padding: 0;
}

fieldset {
  border: 0 none;
  margin: 0 auto;
  padding: 0;
}

/*START PRELOADER DESIGN*/
.preloader {
  background: #fff;
  bottom: 0;
  right: 0;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
}

.spinner {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: 50%;
  margin: -25px -25px 0 0;
  font-size: 10px;
  text-indent: -12345px;
  z-index: 10000;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f5325c;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
  animation: sk-bounce 2s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*END PRELOADER DESIGN*/
/*START BTN*/
.btn-light-bg {
  border: 2px solid #fff;
  color: #fff;
  padding: 12px 30px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.btn-light-bg:hover, .btn-light-bg:focus {
  background: #fff;
  border: 2px solid #fff;
  color: #333;
}

.form-control {
  background: rgba(255, 255, 255, 0.04);
  margin-bottom: 12px;
  border-radius: 0;
  min-height: 45px;
  border: 0;
  box-shadow: inset 0 0 0 1px white;
  transition: 0.3s;
  color: #fff !important;
}
.form-control::placeholder {
  color: rgba(255, 255, 255, 0.43);
}
.form-control:focus {
  background: rgba(255, 255, 255, 0.24);
  box-shadow: inset 0 0 0 1px white;
  border: 0;
}

/*END BTN*/
.hero {
  position: relative;
}

.hero::before {
  background: #020928;
  content: "";
  height: 100%;
  opacity: 0.5;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero-text {
  padding: 80px 0 0;
}

.hero-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: capitalize;
  line-height: 66px;
}

@media only screen and (max-width: 768px) {
  .hero-text h1 {
    font-size: 36px;
    line-height: 48px;
  }
}
@media only screen and (max-width: 480px) {
  .hero-text h1 {
    font-size: 28px;
    line-height: 36px;
  }
}
.hero-text span {
  color: #f5325c;
}

.hero-text p {
  color: #fff;
  margin: auto;
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) {
  .hero-text p {
    width: 85%;
  }
}
.btn-home-bg {
  background: rgba(255, 0, 102, 0.85);
  border: 1px solid rgba(255, 0, 102, 0.85);
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 14px 60px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 700;
  margin-left: 20px;
}

.btn-home-bg:hover, .btn-home-bg:focus {
  background: #f5325c;
  border: 1px solid #f5325c;
  color: #fff;
}

.btn-host-bg {
  background: #2ca46d;
  border: 1px solid #2ca46d;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  padding: 14px 60px;
  display: inline-block;
  text-transform: capitalize;
  transition: all 0.3s ease 0s;
  font-weight: 700;
}

.btn-host-bg:hover, .btn-host-bg:focus {
  background: #f5325c;
  border: 1px solid #f5325c;
  color: #fff;
}

.demo {
  background: #f4f2f9;
  padding-bottom: 50px;
  padding-top: 80px;
}

.demo-title {
  margin-bottom: 60px;
  font-size: 36px;
}

.demo_img {
  margin-bottom: 30px;
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  position: relative;
  height: 320px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
}

.demo_img img {
  border-radius: 3px;
}

.demo_img h3 {
  font-size: 18px;
  margin: 20px 0 0;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  padding-top: 15px;
}

.demo_img:hover h3 {
  color: #f5325c;
}

.demo_img .box-content {
  width: 100%;
  height: 100%;
  background: #020928;
  padding: 20px;
  padding-bottom: 30px;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  /* opacity: 0; */
  opacity: 0.6;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.demo_img:hover .box-content {
  opacity: 0.3;
}

.demo_img .box-content:before,
.demo_img .box-content:after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  /* opacity: 0; */
  z-index: 2;
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
}

.demo_img .box-content:before {
  border-top: none;
  border-bottom: none;
  right: 20px;
  left: 20px;
}

.demo_img .box-content:after {
  border-right: none;
  border-left: none;
  top: 20px;
  bottom: 20px;
}

.demo_img:hover .box-content:before,
.demo_img:hover .box-content:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/*
* ----------------------------------------------------------------------------------------
* 0.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
  background: #232a34;
  padding: 30px 0;
}

.footer_copyright {
  letter-spacing: 0.5px;
  color: #fff;
  text-transform: capitalize;
}

/*
* ----------------------------------------------------------------------------------------
* 0.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.social {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
}
.social a {
  font-size: 16px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  padding: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

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