html {
  scroll-behavior: smooth; }

body {
  font-family: 'Raleway', sans-serif;
  background: url("../images/paris-papavlasopoulos-AzRsXo-ymCM-unsplash.jpg") center center no-repeat;
  background-attachment: fixed !important;
  background-size: cover !important;
  min-height: 100vh;
  color: #fff;
  position: relative;
  overflow-x: hidden; }
  body .overlay {
    background: rgba(0, 0, 0, 0.54);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  body.main {
    background: #F5F5F5; }

img {
  max-width: 100%; }

/*
[class*="col-"]{
	padding: 0 7.5px
}*/
header {
  /*background: url('../images/Cairo-1.png') center center no-repeat;*/
  background-size: cover;
  background-attachment: fixed;
  min-height: 80vh;
  position: relative; }
  @media (max-width: 575.98px) {
    header {
      min-height: 200px; } }
  header .header-carousel {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    header .header-carousel .owl-stage-outer {
      height: 100%;
      position: relative; }
      header .header-carousel .owl-stage-outer .owl-stage {
        height: 100%; }
        header .header-carousel .owl-stage-outer .owl-stage .owl-item {
          height: 100%; }
          header .header-carousel .owl-stage-outer .owl-stage .owl-item .item {
            height: 100%; }
            header .header-carousel .owl-stage-outer .owl-stage .owl-item .item .owl-content {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              z-index: 2; }
              header .header-carousel .owl-stage-outer .owl-stage .owl-item .item .owl-content h1 {
                font-weight: bold;
                font-size: 4em; }
    header .header-carousel .owl-nav {
      position: absolute;
      top: 50%;
      left: 10%;
      right: 10%;
      transform: translateY(-50%);
      z-index: 999999; }
      @media (max-width: 575.98px) {
        header .header-carousel .owl-nav {
          left: 10px;
          right: 10px; } }
      header .header-carousel .owl-nav .owl-next {
        float: right; }
      header .header-carousel .owl-nav .owl-next, header .header-carousel .owl-nav .owl-prev {
        transition: .5s;
        outline: none; }
        header .header-carousel .owl-nav .owl-next:hover, header .header-carousel .owl-nav .owl-prev:hover {
          background: #772B90 !important;
          color: #fff !important; }
    header .header-carousel .owl-dots {
      position: absolute;
      bottom: 60px;
      text-align: center;
      left: 50%;
      transform: translateX(-50%);
      z-index: 999999; }
      @media (max-width: 575.98px) {
        header .header-carousel .owl-dots {
          bottom: 5px; } }
      header .header-carousel .owl-dots .owl-dot.active span, header .header-carousel .owl-dots .owl-dot:hover span {
        background: #772B90; }
  header nav {
    z-index: 9999; }
    header nav .navbar-brand {
      background: #fff;
      padding: 10px 20px 20px;
      margin-top: -8px;
      border-radius: 0 0 12px 12px; }
      header nav .navbar-brand img {
        width: 100px !important; }
      @media (max-width: 575.98px) {
        header nav .navbar-brand {
          padding: 5px 10px 10px; }
          header nav .navbar-brand img {
            width: 50px !important; } }
    header nav .navbar-toggler {
      background: #4d0266;
      border: none;
      outline: none; }
    header nav .navbar-nav .nav-item .nav-link {
      background: #fff;
      border-bottom: 1px solid #772b90;
      color: #772b90;
      margin-right: 5px;
      padding: 5px 20px; }
      header nav .navbar-nav .nav-item .nav-link:hover, header nav .navbar-nav .nav-item .nav-link:focus {
        background: #772b90 !important;
        border-bottom: 1px solid #fff;
        color: #fff !important; }

.features {
  margin-top: -50px;
  position: relative;
  z-index: 9999;
  margin-bottom: 50px; }
  @media (max-width: 575.98px) {
    .features {
      margin-top: 30px; } }
  .features .fearures-item {
    padding: 40px 20px;
    background: #fff;
    margin-bottom: 30px;
    height: 100%;
    display: block;
    border-radius: 12px;
    box-shadow: 1px 1px 14px #9459a84a; }
    @media (max-width: 575.98px) {
      .features .fearures-item {
        height: auto; } }
    .features .fearures-item img {
      /*width: 50px;*/
      margin-bottom: 30px;
      height: 60px; }
    .features .fearures-item h5 {
      font-weight: bold;
      margin-bottom: 20px;
      color: #772B90; }
    .features .fearures-item p {
      font-size: .9rem;
      color: #4E4E4E; }

.video {
  padding: 50px 0; }
  .video .content h1 {
    color: #772B90;
    font-weight: bold;
    margin-bottom: 50px; }
  .video .content p {
    text-align: justify;
    color: #121212;
    font-size: 0.9rem; }

.trips {
  background: #fff;
  padding: 50px 0; }
  .trips span {
    color: #a1a1a1; }
  .trips h1 {
    color: #121212;
    margin-bottom: 30px;
    font-weight: bold; }
  .trips .trip-item {
    border: 1px solid #ddd;
    margin-bottom: 30px; }
    .trips .trip-item .img {
      height: 150px;
      overflow: hidden; }
      .trips .trip-item .img img {
        width: 100%;
        height: 100%; }
    .trips .trip-item .info {
      padding: 20px;
      text-align: right; }
      .trips .trip-item .info a {
        font-weight: bold;
        margin-bottom: 15px;
        color: #772B90;
        display: block;
        text-decoration: none;
        font-size: 1.5rem; }
      .trips .trip-item .info p {
        font-size: .9rem;
        color: #a1a1a1; }

.team {
  padding: 50px 0;
  background: #f5f5f5; }
  .team span {
    color: #a1a1a1; }
  .team h1 {
    color: #121212;
    margin-bottom: 30px;
    font-weight: bold; }
  .team .team-item {
    background: #fff;
    border: 1px solid #eee;
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 30px;
    height: 100%; }
    @media (max-width: 575.98px) {
      .team .team-item {
        height: auto; } }
    .team .team-item .img {
      height: 200px;
      margin-bottom: 20px;
      overflow: hidden; }
      .team .team-item .img img {
        width: 100%; }
    .team .team-item .info {
      padding: 20px; }

footer {
  background: #393939;
  color: #fff;
  padding: 50px 0 10px; }
  footer .contact div {
    margin-bottom: 10px; }
    footer .contact div i {
      margin-right: 10px; }

.warpper {
  position: relative; }
  .warpper .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    /*right: 0;*/
    bottom: 0;
    background: #fff;
    padding: 30px;
    min-height: 100vh;
    overflow: scroll;
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */ }
    .warpper .sidebar::-webkit-scrollbar {
      display: none; }
    .warpper .sidebar .logo {
      margin-bottom: 30px; }
      .warpper .sidebar .logo img {
        width: 150px; }
    .warpper .sidebar .menu {
      margin-bottom: 30px; }
      .warpper .sidebar .menu ul {
        list-style: none;
        padding-left: 0;
        text-align: center; }
        .warpper .sidebar .menu ul li {
          margin-bottom: 10px;
          background: #f7f7f7;
          padding: 5px 15px;
          border-bottom: 1px solid #772c90;
          transition: .5s; }
          .warpper .sidebar .menu ul li a {
            text-decoration: none;
            color: #000;
            display: inline-block;
            width: 100%;
            font-size: .9rem;
            font-family: arial; }
          .warpper .sidebar .menu ul li:hover, .warpper .sidebar .menu ul li.active {
            background: #772c90;
            border-bottom: 1px solid #f7f7f7; }
            .warpper .sidebar .menu ul li:hover a, .warpper .sidebar .menu ul li.active a {
              color: #fff; }
        .warpper .sidebar .menu ul .side-dropdown {
          cursor: pointer; }
        .warpper .sidebar .menu ul .side-dropdown-toggle {
          overflow: hidden;
          transform: scaleY(0);
          height: 0;
          transition: .3s;
          background: #d6d6d6;
          padding: 0; }
          .warpper .sidebar .menu ul .side-dropdown-toggle.show {
            transform: scaleY(1);
            height: auto;
            padding: 10px; }

.content .search {
  padding: 10px;
  margin-bottom: 30px; }
  @media (max-width: 575.98px) {
    .content .search {
      text-align: center !important; } }
  .content .search form .form-group input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    outline: none;
    color: #fff; }
    @media (max-width: 575.98px) {
      .content .search form .form-group input {
        width: 85%; } }
  .content .search form .form-group .btn {
    background: none;
    border: none;
    outline: none;
    color: #fff; }
.content.home {
  padding: 0 4rem; }
  @media (max-width: 575.98px) {
    .content.home {
      padding: 0; } }
  .content.home .head h1 {
    margin-bottom: 50px;
    width: 60%;
    text-transform: uppercase;
    font-size: 3.5em; }
  .content.home .packages {
    margin: 15px 0 30px; }
    .content.home .packages .packages-carousel .item, .content.home .packages .packages-list .item, .content.home .packages .item-carousel .item {
      position: relative;
      border-radius: 12px;
      height: 155px;
      overflow: hidden;
      margin-bottom: 15px; }
      .content.home .packages .packages-carousel .item .info, .content.home .packages .packages-list .item .info, .content.home .packages .item-carousel .item .info {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: #020024;
        background: linear-gradient(0deg, #020024 0%, white 0%, rgba(255, 255, 255, 0) 100%);
        padding: 20px 20px 5px;
        color: #000;
        font-weight: bold;
        color: #772B90;
        text-align: left; }
        .content.home .packages .packages-carousel .item .info h4, .content.home .packages .packages-list .item .info h4, .content.home .packages .item-carousel .item .info h4 {
          font-weight: bold;
          transform: translateY(8px); }
        .content.home .packages .packages-carousel .item .info .price, .content.home .packages .packages-list .item .info .price, .content.home .packages .item-carousel .item .info .price {
          float: right;
          color: green;
          font-family: arial;
          font-weight: bold;
          margin-bottom: 0;
          font-size: 2rem; }
    .content.home .packages .package-item {
      background: #fff;
      border-radius: 15px;
      padding: 30px;
      color: #121212;
      margin-bottom: 30px; }
      .content.home .packages .package-item .package-name {
        font-weight: bold;
        color: #772B90; }
      .content.home .packages .package-item .price {
        text-align: right;
        color: green;
        font-family: arial; }
        .content.home .packages .package-item .price h4 {
          font-size: 2.5rem; }
      .content.home .packages .package-item .package-item-img {
        height: 500px;
        overflow: hidden; }
        .content.home .packages .package-item .package-item-img img {
          width: 100%; }
      .content.home .packages .package-item .nav-pills {
        margin: 20px 0; }
        @media (max-width: 575.98px) {
          .content.home .packages .package-item .nav-pills .nav-item {
            width: 50%;
            font-size: 13px; } }
        .content.home .packages .package-item .nav-pills .nav-item .nav-link {
          background: #F9F9F9;
          color: #121212;
          margin: 5px 5px 5px 0; }
          .content.home .packages .package-item .nav-pills .nav-item .nav-link.active {
            background: #772B90;
            color: #fff; }
          @media (max-width: 575.98px) {
            .content.home .packages .package-item .nav-pills .nav-item .nav-link {
              padding: 5px;
              min-height: 48px; } }
      .content.home .packages .package-item .tab-content {
        padding: 10px 0; }
        .content.home .packages .package-item .tab-content p {
          color: #121212;
          font-size: 0.9rem; }
.content .prevoz {
  padding: 50px 0; }
  .content .prevoz .prevoz-item {
    border: 1px solid #eee;
    background: #fff;
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 30px;
    border-radius: 12px;
    padding: 30px; }
    .content .prevoz .prevoz-item h3 {
      font-weight: bold;
      margin-bottom: 30px; }

.btn-main-color {
  background: #772B90;
  color: #fff;
  transition: .5s;
  border-radius: 15px;
  margin-top: 15px; }
  .btn-main-color:hover {
    background: #650684; }

.gallery .nav {
  background: #fff;
  padding: 5px;
  border-radius: 25px; }
  .gallery .nav .nav-item .nav-link {
    background: #f2f2f2;
    border-radius: 25px;
    color: #772B90;
    min-width: 100px;
    text-align: center; }
    @media (max-width: 575.98px) {
      .gallery .nav .nav-item .nav-link {
        margin: 3px; } }
    .gallery .nav .nav-item .nav-link.active {
      background: #772B90;
      color: #fff; }
.gallery .controls {
  background: #fff;
  padding: 5px;
  border-radius: 25px; }
  .gallery .controls .filter {
    background: #f2f2f2;
    border-radius: 25px;
    color: #772B90;
    min-width: 100px;
    text-align: center; }
    @media (max-width: 575.98px) {
      .gallery .controls .filter {
        margin: 3px; } }
    .gallery .controls .filter.active {
      background: #772B90;
      color: #fff;
      transform: scale(1);
      border: none; }
.gallery .holder .mix {
  padding: 7.52px; }
  .gallery .holder .mix .item {
    height: 200px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden; }
    .gallery .holder .mix .item img {
      height: 100%;
      width: 100%; }

.owl-dot {
  outline: none; }
  .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    background: #ddd;
    border-radius: 50%;
    outline: none;
    margin-right: 8px; }
  .owl-dot.active, .owl-dot:hover {
    outline: none; }
    .owl-dot.active span, .owl-dot:hover span {
      background: #772b90; }

.owl-prev, .owl-next {
  width: 35px;
  height: 35px;
  background: #fdf7ff !important;
  color: #772b90 !important;
  border-radius: 50%;
  font-weight: bold !important;
  font-size: 1.1rem !important;
  text-align: center;
  margin-right: 8px;
  transition: .5s;
  outline: none; }
  .owl-prev:hover, .owl-prev.active, .owl-next:hover, .owl-next.active {
    background: #772B90;
    outline: none; }
    .owl-prev:hover span, .owl-prev.active span, .owl-next:hover span, .owl-next.active span {
      color: #fff; }

.social-home {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 999999999999; }
  .social-home a {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 5px;
    color: #fff;
    transition: .5s;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px; }
    .social-home a.fa-facebook {
      background: #3d5a96; }
    .social-home a.fa-youtube {
      background: #f00; }
    .social-home a.fa-instagram {
      background: #9830be; }
    .social-home a:hover {
      width: 50px; }

.social-side {
  text-align: center; }
  .social-side a {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 7px 5px;
    color: #fff;
    transition: .5s;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 5px; }
    .social-side a.fa-facebook {
      color: #3d5a96; }
    .social-side a.fa-youtube {
      color: #f00; }
    .social-side a.fa-instagram {
      color: #9830be; }
    .social-side a:hover {
      font-size: 1.3rem; }

.about-egypt {
  padding: 50px 0;
  border-radius: 20px; }
  .about-egypt .egypt-box {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    margin-bottom: 30px;
    color: #000; }
    .about-egypt .egypt-box i {
      color: #772B90;
      margin-bottom: 10px; }
    .about-egypt .egypt-box .title {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 15px; }
  .about-egypt .about-info {
    padding: 30px 30px 0 0;
    margin-bottom: 30px; }
    .about-egypt .about-info h3 {
      font-weight: bold;
      margin-bottom: 30px;
      color: #772B90; }
    .about-egypt .about-info p {
      text-align: justify;
      color: #000;
      font-size: 12px; }
  .about-egypt .about-img {
    height: 100%; }
    .about-egypt .about-img img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 100%; }
      @media (max-width: 575.98px) {
        .about-egypt .about-img img {
          position: static;
          transform: translateY(0); } }

.custom-item {
  height: 350px !important; }
  @media (max-width: 575.98px) {
    .custom-item {
      height: 150px !important; } }

.chat {
  position: fixed;
  bottom: 85px;
  right: 28px;
  z-index: 999999999; }
  .chat a {
    display: block;
    width: 60px;
    height: 60px;
    background: #fff;
    border-radius: 50%;
    text-decoration: none;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    padding: 7px;
    box-shadow: 1px 1px 12px 0px #792e9259;
    transition: .3s;
    font-size: 2rem; }
    .chat a.viber {
      background: #665ca7; }
      .chat a.viber:hover {
        background: #fff;
        color: #665ca7; }
    .chat a.whatsapp {
      background: #00e676; }
      .chat a.whatsapp:hover {
        background: #fff;
        color: #00e676; }

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