/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

@font-face {
  font-family: FrutigerLTArabic;
  src: url(../../fonts/front/FrutigerLTArabic.ttf);
}

@font-face {
  font-family: FrutigerLTArabicbold;
  src: url(../../fonts/front/frutiger-lt-arabic-65-bold.ttf);
}

body {
  background: #fff;
  color: #444;
  font-family: FrutigerLTArabic;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: FrutigerLTArabic;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #1bb1dc;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: '';
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #1bb1dc;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 10px 0;
  font-size: 14px;
  transition: all 0.5s;
}

#topbar .social-links {
  text-align: right;
}

#topbar .social-links a {
  color: #535074;
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  height: 110px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header.header-scrolled,
#header.header-pages {
  height: 80px;
  padding: 15px 0;
  background-color: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}

.logo-size {
  width: 180px;
  height: 70px;
}

@media (min-width: 700px) {
  #header.header-scrolled {
    height: 111px;
  }
}

@media (max-width: 700px) {
  .logo-size {
    width: 114px;
    height: 50px;
  }
}

#header.header-scrolled #topbar,
#header.header-pages #topbar {
  display: none;
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #413e66;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
}

.main-pages {
  margin-top: 60px;
}

/*--------------------------------------------------------------
# Intro .Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 102vh;
  position: relative;
  background: #fff url('../../images/morge7a.png') left top no-repeat;
  background-size: contain;
}

#intro .intro-info h2 {
  color: #413e66;
  margin-bottom: 40px;
  font-size: 35px;
  font-weight: bold;
}

#intro .intro-info h2::after {
  content: '';
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: FrutigerLTArabic;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #1bb1dc;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #0a98c0;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}

.main-nav,
.main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}

.main-nav a {
  display: block;
  position: relative;
  color: #413e66;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 19px;
  font-family: FrutigerLTArabic;
  text-transform: uppercase;
  font-weight: 600;
}

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #ee4222;
  border-bottom: 2px solid #ee4222;
  text-decoration: none;
}

.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% - 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #065e77;
}

.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #1bb1dc;
}

.main-nav .drop-down > a:after {
  content: '\f107';
  font-family: FrutigerLTArabic;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: '\f105';
  position: absolute;
  right: 15px;
}

.nav-textcolor {
  color: #20455f !important;
}

/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(40, 38, 70, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #8dc2fa;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: '\f078';
  font-family: FrutigerLTArabic;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: '\f077';
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #065e77;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(40, 38, 70, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: FrutigerLTArabic;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #535074;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-bg {
  background: #f4f4f4;
}

.orange-bg {
  background-color: #ee4222;
}

/* Call To Action Section
--------------------------------*/

#call-to-action {
  background: #ee4222;
  background-size: cover;
  padding: 20px 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: FrutigerLTArabic;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

/* Features Section
--------------------------------*/

#features {
  padding: 80px 0;
}

#features h4 {
  font-weight: 600;
  font-size: 24px;
}

#features .counters {
  padding-top: 100px;
}

#features .counters span {
  font-family: FrutigerLTArabic;
  font-size: 35px;
  display: block;
  color: #20455f;
}

#features .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: FrutigerLTArabic;
  font-size: 24px;
  color: #9a9a9a;
}

.joinus-btn {
  border-radius: 100px;
  padding: 0.375rem 1.75rem !important;
}

.btn-joinus {
  color: #fff;
  background-color: #ee4222;
  border-color: #ee4222;
}

/* Pricing Section
--------------------------------*/

#pricing {
  padding: 30px 0;
}

#pricing .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all 0.3s ease-in-out;
  padding: 36px 0;
  position: relative;
}

#pricing .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #1bb1dc;
  transition: 0.5s;
}

#pricing .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#pricing .card:hover:after {
  width: 100%;
}

.joinus-mobile-title {
  font-size: 20px;
  color: #20455f;
}

/* Clients Section
--------------------------------*/

#clients {
  padding: 60px 0;
  direction: ltr;
}

#clients img {
  max-width: 80%;
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#clients img:hover {
  opacity: 1;
}

#clients .owl-nav,
#clients .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#clients .owl-dot.active {
  background-color: #1bb1dc;
}

/************ feature-item *******************/

.feature-item h4 {
  color: #006673;
  font-size: 29px;
  font-weight: bold;
}

/* footer */

.footer {
  height: 100%;
  background-color: #1cc1cb;
  color: #fff;
}

.border-bottom-footer {
  border-bottom: 1px solid #fff;
}

.test {
  border-right: 1px solid #ccc;
  height: 40px;
  width: 1px;
}

.ltr {
  direction: ltr;
}

.social-cover {
  width: 26.5px;
  height: 26px;
  background-color: #127f86;
  border-radius: 50%;
  z-index: -1;
}

.copy-write {
  background-color: #127f86;
  font-family: FrutigerLTArabicbold;
}

@media (max-width: 767px) {
  .f-9 {
    font-size: 9px;
  }
}

/***********************************************************
# Brand
***********************************************************/

#intro.brand {
  width: 100%;
  height: 110vh;
  position: relative;
  background: #fff url('../../images/brandsss.jpg') left top no-repeat;
  background-size: contain;
}

#call-to-action.brand {
  background-color: #8dd4df;
}

#call-to-action.brand h2 {
  color: #20455f;
}

#intro.creator {
  background: none;
  height: 100vh;
}

@media (max-width: 786px) {
  #intro,
  #intro.brand {
    background: none;
    height: 100%;
  }

  .f-sm-20 {
    font-size: 20px !important;
  }

  .p-183 {
    padding-top: 183px !important;
  }
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 991px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 991px) {
  #topbar {
    display: none;
  }

  #header {
    height: 70px;
    padding: 15px 0;
  }

  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  #why-us .why-us-content {
    padding-top: 30px;
  }

  #pricing {
    padding-bottom: 30px;
  }

  #pricing .card {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #faq #faq-list a {
    font-size: 18px;
  }

  #faq #faq-list i {
    top: 13px;
  }
}

@media (max-width: 767px) {
  #intro {
    height: auto;
    padding: 80px 0 60px 0;
  }

  #intro .container {
    height: auto !important;
  }

  #intro .intro-img {
    width: 80%;
  }

  #intro .intro-info {
    text-align: center;
    padding-top: 40px;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

@media (max-width: 574px) {
  #footer .footer-top .social-links a {
    margin-bottom: 25px;
  }
}

/********************************* Influencers typography ***************/

.second-infl-header,
.third-infl-header {
  color: #044d69;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
}

.second-infl-header::before {
  content: '';
  border: 2px solid #ed3022;
  position: absolute;
  right: -30px;
  top: 32px;
  height: 37px;
  width: 10px;
  background: #ed3022;
}

.second-infl-title {
  font-size: 21.3px;
  line-height: 1.2;
  color: #469677;
  position: relative;
}

.second-infl-title::after {
  content: '';
  position: absolute;
  right: 0;
  background: #ed3022;
  width: 58px;
  height: 1.5px;
  bottom: -35px;
}

@media (max-width: 700px) {
  .second-infl-title::after {
    display: none;
  }
  .help-man-imgsize {
    height: 554px;
    width: 540px;
    object-fit: contain;
  }
  .collapse-style {
    font-size: 39px !important;
  }
}

.second-infl-title-noline {
  font-size: 28.3px;
  line-height: 1.2;
  color: #469677;
  position: relative;
}

.second-infl-subtitle {
  color: #044d69;
  font-size: 20.5px;
  line-height: 1.22;
  padding-top: 25px;
}

.second-infl-subtitle::after {
  content: url('../../images/arrowws.png');
}

.third-btn {
  padding: 0.375rem 7.75rem !important;
}

.homa-trendleez-header {
  font-size: 100px !important;
  font-weight: bold !important;
  line-height: 1.15 !important;
  letter-spacing: 1.25px !important;
}

@media (max-width: 700px) {
  .homa-trendleez-header {
    font-size: 70px !important;
  }
  .third-btn {
    padding: 0.375rem 6.75rem !important;
  }
}

.homa-trendleez-title {
  font-size: 41px !important;
  font-weight: normal !important;
  line-height: 1.51 !important;
}

@media (min-width: 800px) {
  .pt-15-large {
    padding-top: 15%;
  }
  .f-32 {
    font-size: 32px;
  }

  .border-left-footer {
    position: relative;
  }

  .border-left-footer::after {
    content: '';
    position: absolute;
    background-color: #fff;
    width: 1px;
    top: 8px;
    left: -20px;
    height: 27px;
  }

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

  #features h4 {
    font-size: 60px;
  }
  .second-infl-title {
    font-size: 42px;
  }
  .second-infl-subtitle {
    font-size: 40.5px;
  }
}

.border-none {
  border: none !important;
  border-bottom: none !important;
}

.mystyle-card {
  border: none !important;
  background: none !important;
}

.collapse-style {
  font-size: 50px;
  color: #ee4222 !important;
}

.collapse-style:hover {
  color: #ee4222 !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.btn-80 {
  width: 85% !important;
}

.btn:hover {
  opacity: 0.6;
  color: #fff;
}

.bgg-grey {
  background-color: #f4f4f4;
}

.w-60 {
  width: 60%;
}

.sign-inshadow {
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.17);
}

.header-align {
  display: flex;
  align-items: center;
}

.center-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.btn-outline-danger:hover {
  background-color: #ee4222;
  border-color: #ee4222;
}

.btn-70 {
  width: 70%;
}

@media (max-width: 700px) {
  .ul-flex {
    display: flex;
    flex-direction: column;
  }
  .order-one {
    order: 1;
  }
  .order-two {
    order: 2;
  }
  .order-three {
    order: 3;
  }
  .order-four {
    order: 4;
  }
}
