@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200&display=swap');
*{
  margin:0;
  padding:0;
  box-sizing:border-box;
  border: none;
  outline: none;
}
:root{
  --main:#008CE5;
  --black:#000;
  --white:#fff;
}
body {
  font-size: 15px;
  color: #848484;
  line-height: 26px;
  font-weight: 400;
  background-color: #17a2b8 !important;
   /* background-color: #e8edea !important; */
  /* background: #eee; */
  min-height: 100vh;
  width:100%;
  /* display: flex; */
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  overflow-X:hidden;
  overflow-Y:scroll;
  
}  
.main-row{
  margin-top: 15%;
}
.card{
  cursor: pointer;
}
.card img{
transform: translateY(-50px);
border-radius: 15px;
z-index: 1;
}
/* #carousel .carousel-item.boat{
  background-image:url("images/hajj.jpg");
}
#carousel .carousel-item.sea{
  background-image:url("images/ticket.jpg");
}
#carousel .carousel-item.river{
  background-image:url("images/document.jpg");
}
#carousel .carousel-item{
  height:100vh;
  width:100%;
  min-height:350px;
  background:no-repeat center center scroll;
  background-size:cover;
}
#carousel .carousel-inner .carousel-item{
  transition:-webkit-transform 2s ease;
  transition:transform 2s ease;
  transition:transform 2s ease, -webkit-transform 2s ease;
}
#carousel .carousel-item .caption{
  background:rgba(0,0,0,0.5);
  padding:40px;
  color:white;
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption h2{
  animation-duration: 1s;
  animation-delay: 2s;
}
#carousel .caption p{
  animation-duration: 1s;
  animation-delay: 2.2s;
}

#carousel .caption a{
  animation-duration: 1s;
  animation-delay: 2.4s;
}
.delicious-btn{
  display: inline-block;
  min-width:160px;
  height:60px;
  color:#fff;
  border:none;
  border-left:3px solid #1c8314;
  border-radius: 0;
  padding:0 30px;
  font-size:16px;
  line-height:58px;
  font-weight:600;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: capitalize;
  background:#40ba37;
}
.delicious-btn:hover,
.delicious-btn:active,
.delicious-btn:focus{
  font-size:16px;
  font-weight: 600;
  color:#fff;
  background:#1c8314;
  border-color:#40ba37
} */

/* navbar css */
.menu {
      position: relative;
      width: 90%;
      z-index: 9999;
     
    }

    .my-navbar {
      width: 100%;
      padding: 20px 20px;
      background-color: white;
      position: absolute;
      top: 20px;
      left: 0;
      z-index: 999;
      box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    }

    .nav-item .nav-link {
      font-family: 'Oswald', sans-serif;
      font-size: 15px;
      font-weight: 300;
      text-transform: uppercase;
      margin: 0px 10px;
      position: relative;
      color: black;
    }

    .nav-item .nav-link:before {
      position: absolute;
      left: 0;
      content: "";
      bottom: 0;
      width: 100%;
      height: 2px;
      transform: scaleX(0);
      transform-origin: left;
      background-color: brown;
      transition: 0.5s;
    }


    .nav-item .nav-link:hover:before {
      transform: scaleX(1);
      transform-origin: right;
    }

    .navbar-brand {
      text-transform: capitalize;
      font-size: 20px;
      color: #2f3542;
      font-style: italic;
      font-family: 'Oswald', sans-serif;
      font-weight: bold;
    }

    .navbar-scroll {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      background-color: rgba(255, 255, 255, 0.7);
      padding: 5px 20px;
      transition: 0.5s;
      animation: scroll 0.6s 1;
    }

    .navbar-toggler-icon{
      z-index:100; 
      /* position: fixed; */
      /* background: red; */
    }
   
    @media screen and (max-width: 768px) {
      .line{
        width: 30px;
        height: 3px;
        background: rgb(123, 105, 187);
        margin: 5px;
      }
    
      .left-arabic{
        display: none;
      }
      .main-row{
        margin-top: 30%;
      }
      .ddd{
        display: none;
      }
    }
    @media screen and (min-width: 800px) {
      .arabic{
        display: none;
      }
      .desk-card{
       width: 18rem;
      }
      .navbar-custom{
        height: 80px;
      }
      .dd{
        display: none;
      }
  }
    @keyframes scroll {
      0% {
        transform: translateY(-100%);
      }

      100% {
        transform: translateY(0%);
      }
    }

    /* end css for navbar */
   /*css for footer  */
    
    *{
      margin:0;
      padding:0;
      box-sizing: border-box;
  }
  :root{
      --primary-color:#ff5e14;
      --bg-color:#151414;
      --light-black:#373636;
      --light-black-2:#2e2e2e;
      --light-black-3:#202020;
      --white-color:#fff;
      --dark-gray:#757575;
      --dark-gray-2:#7e7e7e;
      --dark-gray-3:#878787;
      --facebook:#3b5998;
      --twitter:#55acee;
      --instagram:#e93b81;
  }
  body{
      font-family: "Poppins", sans-serif;
  }
  ul {
    margin: 0px;
    padding: 0px;
  }
  .footer-section{
    background:var(--bg-color);
    position:relative;
  }
  .footer-cta{
    border-bottom:1px solid var(--light-black);
  }
  .single-cta i{
    color:var(--primary-color);
    font-size:30px;
    float:left;
    margin-top:8px;
  }
  .cta-text{
    padding-left:15px;
    display:inline-block;
  }
  .cta-text h4{
    color:var(--white-color);
    font-size:20px;
    font-weight: 600;
    margin-bottom:2px;
  }
  .cta-text span{
    color:var(--dark-gray);
    font-size: 15px;
  }
  .footer-content{
    position:relative;
    z-index: 2;
  }
  .footer-logo{
    margin-bottom:30px;
  }
  .footer-logo img{
    max-width: 200px;
  }
  .footer-text p{
    margin-bottom:14px;
    font-size: 14px;
    color:var(--dark-gray-2);
    line-height: 28px;
  }
  .footer-social-icon span{
    color:var(--white-color);
    display:block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  .footer-social-icon a{
    color:var(--white-color);
    font-size: 16px;
    margin-right:15px;
  }
  .footer-social-icon i{
    height:40px;
    width:40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
  }
  .facebook-bg{
    background:var(--facebook);
  }
  .twitter-bg{
    background:var(--twitter);
  }
  .instagram-bg{
    background:var(--instagram);
  }
  .footer-widget-heading h3{
    color:var(--white-color);
    font-size: 20px;
    font-weight: 600;
    margin-bottom:40px;
    position:relative;
  }
  .footer-widget-heading h3::before{
    content:'';
    position:absolute;
    left:0;
    bottom:-15px;
    height:2px;
    width:50px;
    background:var(--primary-color);
  }
  .footer-widget ul li{
    display:inline-block;
    /* float:left; */
    width:50%;
    margin-bottom:12px;
  }
  .footer-widget ul li a:hover{
    color:var(--primary-color);
  }
  .footer-widget ul li a{
    color:var(--dark-gray-3);
    text-transform: capitalize;
  }
  .subscribe-form{
    position:relative;
    overflow:hidden;
  }
  .subscribe-form input{
    width:100%;
    padding:14px 28px;
    background:var(--light-black-2);
    border:1px solid var(--light-black-2);
    color:var(--white-color);
  }
  .subscribe-form button{
    position:absolute;
    right:0;
    background:var(--primary-color);
    padding:13px 20px;
    border:1px solid var(--primary-color);
    top:0;
  } 
  .subscribe-form button i{
    color:var(--white-color);
    font-size: 22px;
    transform:rotate(-6deg);
  }
  .copyright-area{
    background:var(--light-black-3);
    padding:25px 0;
  }
  .copyright-text p{
    margin:0;
    font-size: 14px;
    color:var(--dark-gray-3);
  }
  .copyright-text p a{
    color:var(--primary-color);
  }
  .footer-menu li{
    display:inline-block;
    margin-left:20px;
  }
  .footer-menu li:hover a{
    color:var(--primary-color);
  }
  .footer-menu li a{
    font-size: 14px;
    color:var(--dark-gray-3);
  }
  
  /* @media (max-width:1030px){
    .mb-30{
      margin-bottom:30px;
    }
    .footer-text p,
    .footer-social-icon{
      margin-bottom:30px;
    }
  }
           */
