﻿*{
    font-family:'Sans-Serif';

}
.topMargin {
    height: 37px;
    width: 100%;
}


.mySlides {
    display: none;
}
.slider-caption {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    font-weight: bold;
}

.awe-btn.awe-btn-slider {
    font-size: 14px;
    padding: 10px 30px;
    border:1px solid black;
    color:black;
    text-decoration:none;

}
.awe-btn:hover {
    border: 1px solid #e7c130;
    background-color:#e7c130;
}


/* Slideshow container */
.slideshow-container {
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 200px;
    width: 100%;
    text-align: center;
    z-index: 10000;
    left: 17px;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}



.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}


@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}



.input-form {
    height: 36px;
    width: 12%;
    float: left;
    padding-left: 10px;
    border: 2px solid white;
    /*margin: 22px 30px;*/
    background-color: rgba(36, 54, 101, 0.53);
    color: white;
}

.check h2::before {
    border: 3px solid #e7c130;
    color: #e7c130;
    font-size: 18px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 34px;
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}


.dropdown {
    float: right;
    overflow: hidden;

}

    .dropdown .dropbtn {
        cursor: pointer;
        font-size: 16px;
        border: none;
        outline: none;
        color:  #aea7a7;
        padding: 0px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 40px;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        z-index:1000000;
    }

   

.show {
    display: block;
}
.main-content {
    height: 500px;
    width: 100%;
    padding: 10px 20px;
    clear: both;
}
.hotel {
    
    width: 100%;
    padding: 10px 50px;
    clear: both;
}
.hotel-img {
    height: auto;
    width: 23%;
    margin: 1%;
    float: left;
    padding: 0px 0px 0px 0px;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
    border-radius: 16px;
   position:relative;
}
.heart {
    position: absolute;
    top: 7px;
    left: 6px;
    z-index: 1000;
    color: white;
    background-color: rgba(7, 6, 6, 0.35);
    padding: 4px 8px;
    font-size: 19px;
}

.text-heading {
    font-size: 20px;

}
.img-text {
    height: auto;
    width: 100%;
    position: relative;
    bottom: 28px;
    float: right;
    text-align: right;
    color: #e7c130;
    font-size: 19px;
    font-weight: bold;
}
.btn-hotel {
    padding: 10px 28px;
    border: 1px;
    background-color: #243665;
    color: #e7c130;
    cursor: pointer;
    font-size: 18px;
    border-radius: 2px;
    box-shadow: 1px 1px 6px white inset;
}
.btn-hotel2 {
    padding: 10px 5px;
    border: 1px;
    background-color: #243665;
    color: #e7c130;
    font-size: 18px;
    min-width: 116px;
    border-radius: 2px;
    box-shadow: 1px 1px 6px white inset;
}
.offer {
    height: 634px;
    width: 80%;
    padding: 10px 50px;
    margin-left:auto;
    margin-right:auto;
}
.special-offer {
    height: auto;
    width: 31%;
    margin: 1%;
    border: 3px solid;
    float: left;
    padding: 0px 0px 20px 0px;
    /*box-shadow: 1px 1px 5px;*/
}
.offer-content {
    height: auto;
    width: 100%;
    padding: 0px 40px;
    text-align: justify;
}

.holidays {
    height: 360px;
    width: 100%;
    padding: 10px 150px;
}

.holidays-amnew {
    height: auto;
    width: 31%;
    margin: 1%;
    border: 1px solid;
    float: left;
    padding: 0px 0px 20px 0px;
    box-shadow: 1px 1px 5px;
    padding: 0px 20px;
    margin-bottom: 50px;
}


.dropdown-content-nav {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    top: 40px;
}

.BookNowDate {
    min-height: 30px;
    width: 50%;
    /*border: 1px solid #243665;*/
    text-align: center;
    color: #243665;
    padding: 6px 0px;
    font-size: 14px;
    background-color: white;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
    /*box-shadow: 1px 1px 5px #e7c130 inset;*/
    float: left;
    margin: 5px;
}
.BookNowFloatingBox {
    position: fixed;
    top: 121px;
    right: -2px;
    min-height: 64px;
    width: 28%;
    background-color: #e7c130;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
    padding: 9px 30px;
    z-index: 1;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 35px;
}

.clryellow {
    color: #e7c130;
}




.BikeSlider {
    min-height: 500px;
    width: 100%;
    box-shadow: 2px 2px 6px 2px rgba(237, 136, 13, 0.44);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 86px;
    display: none;
}
.BikeSliderOverlay {
    min-height: 500px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(12, 11, 11, 0.42);
    display: flex;
    flex-flow: row wrap;
    display: -webkit-box;
}
.BikeSliderOverlay:hover {
    cursor:pointer;
}



.BikeSliderOverlayInner {
    min-height: 500px;
    width: 33.33333%;
    border-right: 2px solid rgba(245, 222, 179, 0.40);
    padding: 22px 28px;
    color: wheat;
    font-weight:bold;
}
.BikeSliderOverlayInner:hover {
    background-color: rgba(12, 11, 11, 0.62);
}


.Hb-BtnHomeSliderPrevious {

    position: absolute;
    z-index: 1000000;
    top: 135px;
    width: 2%;
    min-height: 42px;
    padding: 17px 0px;
    border-bottom-right-radius: 26px;
    cursor: pointer;
    left: 0;
    border: none;
    font-weight: bold;
    font-size: 28px;
}

.Hb-BtnHomeSliderNext {
  
    border: none;
    position: absolute;
    z-index: 1000000;
    top: 135px;
    width: 2%;
    min-height: 42px;
    padding: 17px 12px;
    border-top-left-radius: 27px;
    font-weight: bold;
    cursor: pointer;
    right: 0;
    font-size: 28px;
}
.BikeServices {
    min-height: 489px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.BikeServicesInner {
    min-height: 215px;
    padding: 3px 6px;
    width: 33.333%;
    float: left;
    margin-top: 6px;
    -webkit-transition: width 2s, height 2s, -webkit-transform 1s; /* Safari */
    transition: width 2s, height 2s, transform 2s;
}
    .BikeServicesInner:hover {
        min-height: 215px;
        width: 33.333%;
        height: 150px;
        -webkit-transform: rotate(360deg); /* Safari */
        transform: rotate(360deg);
        cursor:pointer;
    }
.BikeServicesPart {
    min-height: 215px;
    box-shadow: 2px 2px 6px 2px rgba(237, 136, 13, 0.48);
    padding: 3px 6px;
    background-color:rgba(237, 136, 13, 0.17);
}
.BikeServicesIcon
{
   object-fit:cover;
   width:20%;
   min-height:20px;
   margin-left: auto;
   margin-right: auto;

}
.BikeWorkingPart {
    min-height: 300px;
    width: 100%;
    margin-top: 60px;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
    margin-bottom: 30px;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-color: #aea7a7;
}


.LineCircle {
    width: 86%;
    min-height: 20px;
    margin-left: auto;
    margin-right: auto;

}
.Line {
    width: 33.333%;
    min-height: 17px;
    float: left;
    position: relative;
    animation-duration: 8s;
    animation-name: Line;
    animation: Line 10s linear infinite;
}
.Circle {
    border-radius: 62px;
    min-height: 98px;
    width: 25%;
    position: absolute;
    top: -40px;
    left: 148px; 
}
.CircleContent {
    min-height: 60px;
    width: 70%;
    border-radius: 35px;
    font-size: 22px;
    left: 15px;
    top: 16px;
    position: absolute;
    padding: 21px 28px;
    cursor:pointer;
}

/*@keyframes Line {
    0% {
        background-color: #ce7c40;
    }

    25% {
        background-color: #0f313c;
    }

    50% {
        background-color: #aea7a7;
    }

    100% {
        background-color: #000000;
    }
}*/
.PlacesToVisit {
    min-height: 370px;
    width: 100%;
    padding: 10px 9px;
    font-family: 'Sans-Serif';
}
.PlacesToVisitHeading {
    min-height: 52px;
    width: 100%;
    font-size: 33px;
    text-align: center;
}


.Places {
    padding: 0px 23px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    display: -webkit-box;
}
.PlacesInner {
    width: 25%;
    padding: 4px 6px;
    transition: transform .6s;
}
    .PlacesInner:hover {
        min-height: 290px;
        -ms-transform: scale(0.9); /* IE 9 */
        -webkit-transform: scale(0.9); /* Safari 3-8 */
        transform: scale(0.9);
    }
.PlacesContent {
    min-height: 290px;
    width: 100%;
    box-shadow: 2px 2px 6px 2px rgba(36, 54, 101, 0.44);
    padding: 17px 17px;
    background: -webkit-linear-gradient( rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100% );
    background-color: #ed880d;
}
.PlacesContentPicPart {
    min-height: 183px;
    width: 100%;
}

.PlacesContentInfo {
    min-height: 253px;
    width: 100%;
}
.arrowDiv {
    height: 40px;
    width: 3%;
    background-color: transparent;
    border: 2px solid white;
    -ms-transform: rotate(20deg);
    -webkit-transform: rotate(20deg);
    transform: rotate(49deg);
    position: absolute;
    left: 89px;
    z-index: 10000;
    top: 118px;
}
.Hb-BikeWorkingPartHeading {
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 59px;
    color: #ff6a00;
}
.Hb-BannerSliderSize {
    font-size: 15px;
    line-height: 20px;
}
.Hb-BannerQuote {
    font-size: 35px;
    font-weight: bold;
    float: left;
    text-align:left;
    background: linear-gradient(to right, #0b09091a, 10%, #ed880d, 88%, #7d747400);
}

.Hb-BannerSliderHeading {
    font-size: 32px;
    font-weight: bold;
    color: #ed880d
}

.Hb-BannerSliderTxt {
    min-height: 261px;
}
.Hb-BannerSliderPicSize {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.Hb-BikeWorkingPrtTxt {
    font-size: 19px;
    text-align: center;
    padding: 12px 51px;
    color: black;
    font-weight: normal;
}

.Hb-BikeWorkingPartSubHeading {
    color: black;
    padding: 12px 51px;
    margin-top: 102px;
}
.Hb-RGypsySafariLearnMore 
{

}
.Hb-BikeSliderOuterContainer 
{
    position: relative;
    width: 88%;
    margin-left: auto;
    margin-right: auto;
}
.Hb-RWorkingSteps {
    display: none;
    min-height: 100px;
    width: 100%;
    font-size: 12px;
}
.Hb-BannerSliderImgsize {
    width: 98%;
}
.Hb-BannerImg {
    width: 102%;
    height: 550px;
    object-fit: cover;
}



@media screen and (max-width:768px) {
    .Hb-BannerSliderImgsize {
        width: 94%;
    }

    .Hb-BannerImg {
        height: 232px;
        width: 106%;
    }

    .Hb-RWorkingSteps 
    {
    display:block;
    }

        .Hb-BannerSliderSize {
        font-size: 11px;
        line-height: 12px;
    }

    .Hb-BannerSliderHeading {
        font-size: 12px;
    }
    .Hb-BikeSliderOuterContainer {
        width: 93%;
        top: 34px;
        min-height: 859px;
    }

    .Hb-BikeWorkingPartHeading {
        font-size: 20px;
        margin-bottom: 24px;
    }

    .slideshow-container {
        padding-top: 96px;
    }

    .Hb-BannerQuote {
        font-size: 16px;
    }

   .Hb-BannerSliderTxt {
      min-height: 141px;
    }

    .Hb-BannerSliderPicSize {
        height: 825px;
    }

    .hotel-img {
        width: 75%;
        margin-left: 40px;
    }

    .Our_Hotel {
        margin-top: 0;
    }

    .hotel {
        padding: 57px 0px;
    }

    .offer {
        display: none;
    }

    .img-text {
        font-size: 12px;
    }

    .btn-hotel {
        padding: 4px 18px;
    }

    .btn-hotel2 {
        padding: 4px 4px;
        min-width: 98px;
    }

    .topMargin {
        height: 0px;
    }

    .main-content {
        padding: 10px 0px;
    }

    .holidays-amnew {
        width: 100%;
    }

    .holidays {
        padding: 10px 0px;
    }

    .Places {
        padding: unset;
        display: flex;
    }

    .PlacesInner {
        width: 100%;
    }

    .LineCircle {
        display: none;
        font-size: 12px;
    }

    .BikeSliderOverlayInner {
        min-height: 275px;
        /*width: 100%;*/
        padding: 22px 12px;
        width: 100%;
        border-bottom: 2px solid;
    }

    .Hb-BtnHomeSliderPrevious {
        top: 59px;
        width: 6%;
        padding: 10px 0px;
       
    }

    .Hb-BtnHomeSliderNext {
        top: 59px;
        width: 2%;
        padding: 10px 10px;
     
    }

    .BikeSliderOverlay {
        min-height: 150px;
        display: flex;
    }

    .BikeSlider {
        min-height: unset;
    }

    .text {
        bottom: 97px;
    }

    .PlacesToVisitHeading {
        font-size: 26px;
    }

    .Hb-BikeWorkingPrtTxt {
        font-size: 12px;
        padding: 2px 12px;
    }
    .Hb-BikeWorkingPartSubHeading {
        color: black;
        padding: 2px 12px;
        margin-top: 3px;
        text-align: center;
    }
    .Hb-RGypsySafariLearnMore {
    
    margin-top:7px;
    
    }
}