/*fonts*/
@import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,600;1,700;1,800&display=swap');
h1,h2,h3,h4,h5,h6{
    font-family: 'El Messiri', sans-serif;
}
p,span,a,label,input,select,textarea,button,ul,li,div{
    font-family: 'Poppins', sans-serif !important;
}
/*comman*/
h3.text-primary{
    color: #0b509f !important;
}
h2.text-secondary{
    color: #ffa818 !important;
}
a{
    text-decoration:none !important;
}
/*scrollbar*/
::-webkit-scrollbar {
  width:5px;
}

/* Track */
::-webkit-scrollbar-track {
  background:#cfe5ff; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background:#cfe5ff; 
}


/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}
/*background*/
/*.river-rafting{*/
/*  background-image: url("../images/background.jpg") !important;*/
/*  height:100vh;*/
/*  background-position:bottom; */
/*  background-repeat: no-repeat;*/
/*  background-size: cover; */
/*  position:relative;*/
/*}*/
/*section.river-rafting:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100vh;*/
/*    background: #0b509f73;*/
/*}*/
/*navigation*/

.sidenav {
    height: calc(100vh - -2px);
    width: 0;
    position: fixed;
    z-index:999;
    top: 0;
    left: 0;
    background-color: #0b509f;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #ffffff;
    display: block;
    transition: 0.3s;
    
}

.sidenav a:hover {
  color:#ffa818;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
li{
    list-style:none;
}
.menu {
    background: #0b509f;
    position:relative;
}
.brand {
    position: absolute;
    left: 50%;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    top: 10px;
    transform: translate(-50%, 0px);
    box-shadow: 0px 10px 20px #ccc;
    z-index: 99;
}
.content-inner {
    /*background: #fff;*/
    /*height: calc(100vh - 115px);*/
    /*border-radius: 30px;*/
  position: relative;
    top: -20px;
        margin-bottom: 50px;
}
.rafting-detail{
    position:relative;
}
.rafting-detail h2.title{
        color: #ffffff;
    font-size: 50px;
    font-weight: bold;
    
}
.rafting-detail h4 {
    color: #ffbe47;
    position: relative;
    font-size: 30px;
    font-weight: bold;
}
.home-inner {
   position: relative;
    /*top:19px;*/
   
}
.nav-link {
    
    color: #0b509f !important;
    font-size:17px;
    padding:15px 7px !important;
    font-weight: 600;
    }
.nav-tabs {
 
    background: #cfe5ff;
}    
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    
    background-color: #ffa818 !important;
    border-color: #0b509f #ffbe4b #ffbe47;
}
li.nav-item{
       border-right: 1px dotted #7ab3f5;
       border-bottom: 1px solid #fff;
}
li.nav-item:nth-child(4){
    border:none;
}
.tab-content>.active {
  
    margin-top: 20px;
}
/*div#myTabContent{*/
/*    height: calc(100vh - 500px);*/
/*    overflow-y: scroll;*/
/*}*/
.login li{
    display:inline-flex;
    align-items:center;
    vertical-align: middle;
}
.form {
    margin-top:15px;
    
}
label {
    font-size: 14px;
    color: #4e4c4c;
}

.form-floating>.form-control {
    padding: 1rem 0.75rem;
    box-shadow: 0px 10px 20px 2px #00000014;
}
.form-floating>.form-control, .form-floating>.form-select {
    height: calc(3rem + 2px) !important;
    line-height: 1.25;
}
.form-floating>label {
    padding:13px !important;
}
input.form-control.file-upload {
    padding: 15px 20px !important;
}
.form-floating.mb-3{
    margin-top:10px;
}
.form-floating.mb-3 a,
.form-floating.mb-3 .submit_btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: #ffa818;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    box-shadow: 0px 10px 20px #0000002b;
    border: 0 none;
}
.form-floating.mb-3 a:before,
.form-floating.mb-3 .submit_btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0b509f;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.form-floating.mb-3 a:hover:before,
.form-floating.mb-3 .submit_btn:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
footer {
    background: #0b509f;
    color: #fff;
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index:9999;
}

 div#myTabContent h3 {
    color: #ffa818;
    position: relative;
}
 div#myTabContent h3:before {
    content: '';
    position: absolute;
    left: 0;
    top: 35px;
    width: 20px;
    height: 3px;
    background: #0b509f;
}
footer p{
    padding:5px;
    font-size:14px;
}

/*@media(max-width:1400px){*/
/*    div#myTabContent{*/
/*    height: calc(100vh - 420px);*/
/*    overflow-y: scroll;*/
/*}*/
/*}*/
@media(max-width:1024px){
    .sidenav {
   height:100vh;
    z-index: 999;
}

.home-inner.feedback-section .form{
        padding:0;
    }
}
@media(max-width:992px){
    .col-lg-6.rafting-detail {
    display: none;
}


}
@media(max-width:767px){
.home-inner .nav {
    display: block;
}
section.river-rafting.feedback .content-inner {
   
    height:auto !important;
    }
    .river-rafting{
        height:auto;
    }
    .form .row{
        margin:0;
    }
    /*div#myTabContent {*/
    /*height: calc(100vh - 510px);*/
    /*overflow-y:scroll !important;*/
    /*}*/
    
    section.river-rafting.feedback .content-inner .container{
        padding: 100px 5px 0!important;
    }
   
}
@media(max-width:375px){
/*    div#myTabContent {*/
/*    height: calc(100vh - 367px);*/
 
/*}*/
}
.accordion-button:not(.collapsed){
    color: #0b509f !important;
}
.tab-pane li{
    position:relative;
    padding:10px 0;
} 
.tab-pane ul{
    padding:0;
}
.tab-pane li i{
   
    font-weight: 600;
   margin-right:10px;
    color: #237cca;
    font-size: 14px;
}
li.nav-item {
    width: 25%;
    text-align: center;
}
@media(max-width:1500px){
    .nav-link{
        font-size:14px;
    }
}
@media(max-width:767px){
  li.nav-item {
    width: 100%;
    
}  
 .nav-link {
    font-size: 16px;
}
footer p {
 
    font-size: 12px;
    text-align: center;
}
.form-floating p{
    font-size:14px;
}
.tab-content>.tab-pane p,
.tab-pane li{
    font-size:14px;
}
.accordion-body,
.accordion-button{
    padding: 10px;
    font-size: 14px;
}
.accordion-button{
    padding:5px 0 !important;
}

}
.form-floating p  a.text-secondary{
    color: #0b509f !important;
}
.form-floating p a.text-secondary:hover{
    color: #ffa818 !important;
}
@media(max-width:1600px){
   
}
@media(max-width:1600px){
/*     div#myTabContent{*/
/*    height: calc(100vh - 450px);*/
    
/*}*/
    .home-inner.feedback-section{
        top:0;
    }
     .home-inner.feedback-section .form {
    margin-top: 0px;
    padding-top: 30px;
}
}
/*@media (max-width: 1400px){*/
/*div#myTabContent {*/
/*    height: calc(100vh - 395px);*/
/*}*/
/*}*/

/* slider2 */
#container {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
  }
  
  #slides {
    position: relative;
    width: 100%;
    height: 100%;
  }
  #slides .slide {
    position: absolute;
    display: flex;
    width: 100%;
    height: 100%;
    left:0
  }
  #slides .slide .title {
    position: absolute;
    top: calc(50% - 0.5em);
    left: 20px;
    z-index: 2;
    padding-top: 5px;
    font-family: "Reem Kufi", sans-serif;
    font-size: 5em;
    color: white;
    overflow: hidden;
  }
  #slides .slide .title .title-text {
    display: block;
    transform: translateY(1.2em);
    transition: transform 1s ease-in-out;
  }
  #slides .slide .slide-partial {
    position: absolute;
    width: 50%;
    height: 100%;
    overflow: hidden;
    transition: transform 1s ease-in-out;
  }
  #slides .slide .slide-partial img {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    transition: transform 1s ease-in-out;
  }
  #slides .slide .slide-left {
    top: 0;
    left: 0;
    transform: translateX(-100%);
  }
  #slides .slide .slide-left img {
    top: 0;
    right: 0;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
    transform: translateX(50%);
  }
  #slides .slide .slide-right {
    top: 0;
    right: 0;
    transform: translateX(100%);
    transition-delay: 0.2s;
  }
  #slides .slide .slide-right img {
    top: 0;
    left: 0;
    -o-object-position: 0% 50%;
       object-position: 0% 50%;
    transition-delay: 0.2s;
    transform: translateX(-50%);
  }
  #slides .slide.active .title .title-text {
    transform: translate(0);
    transition-delay: 0.3s;
  }
  #slides .slide.active .slide-partial, #slides .slide.active .slide-partial img {
    transform: translateX(0);
  }
  
  #slide-select {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-family: "Reem Kufi", sans-serif;
    font-size: 1.5em;
    font-weight: lighter;
    color: white;
  }
  #slide-select li {
    position: relative;
    cursor: pointer;
    margin: 0 5px;
  }
  #slide-select li.prev:hover {
    transform: translateX(-2px);
  }
  #slide-select li.next:hover {
    transform: translateX(2px);
  }
  #slide-select .selector {
    height: 14px;
    width: 14px;
    border: 2px solid white;
    background-color: transparent;
    transition: background-color 0.5s ease-in-out;
  }
  #slide-select .selector.current {
    background-color: white;
  }
  
  .codepen-link {
    position: absolute;
    bottom: 20px;
    right: 20px;
    height: 40px;
    width: 40px;
    z-index: 10;
    border-radius: 50%;
    box-sizing: border-box;
    background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/544318/logo.jpg");
    background-position: center center;
    background-size: cover;
    opacity: 0.5;
    transition: all 0.25s;
  }
  .codepen-link:hover {
    opacity: 0.8;
    box-shadow: 0 2px 6px #0c0c0c;
  }
  .foot-center {position: absolute;
  left: 50%; color:#fff;}
  .foot-center a{color:#fff;}
  .foot-center a:hover{color:#fff;}