/* body{
    overflow: hidden;
} */

body {
    padding: 0;
    margin: 0;
    font-family: 'Cairo', sans-serif;
    overflow: auto;
}

.header-1 {
    position: sticky;
    top: 0;
    z-index: 99999999999999999999999999999999999999999999;
    background-color: white;
}

.unsocial a {
    padding-left: 15px;
    font-size: larger;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    letter-spacing: 1px;
}

.header-contact {
    cursor: pointer;
}

.header-contact a:hover {
    color: rgb(255, 255, 255);
}

.unsocial i {
    padding-right: 10px;
}

.logo-1 {
    position: absolute;
    top: 0;
    left: 0px;
    z-index: 99999;
    background-color: white;
    color: white;
    padding: 0px 15px;
    margin-left: 570px;
    width: 110px;
    border-radius: 45%;
}

.social i {
    padding-right: 15px;
    font-size: larger;
}

.social i:hover {
    cursor: pointer;
}

.header-contact::after {
    content: "";
    height: 1px;
    width: 1270px;
    position: absolute;
    display: block;
    background-color: rgb(170, 170, 170);
    margin-top: 40px;
    opacity: 0.6;
}

.header-contact a {
    color: rgb(0, 0, 0);
}

.header-contact a:hover {
    color: chocolate;
}

.nav-link {
    display: inline;
}

.nav-item a {
    padding-left: 1px;
    font-weight: 700;
    font-size: larger;
    color: rgb(0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: 2px;

}

.navbar-nav li a {
    color: rgb(0, 0, 0);
    font-size: 16px;
    cursor: pointer;
    font-weight: 900;
    letter-spacing: 2px;
    padding-top: 2px;
}

.navbar-nav li a:hover {
    color: chocolate;
}

.navbar-nav li ul li a {
    color: rgb(0, 0, 0);
}

.menu-item ul li a {
    color: rgb(187, 70, 70);
    transition: 1s;
}

#bar {
    color: rgb(0, 0, 0);
    font-size: larger;
}

.menu-item ul li a:hover {
    color: chocolate;
}



.video-item {
    position: static;
    top: 10px;
}

.book-btn {
    background-color: #ea830e;
    color: rgb(255, 255, 255);
    font-weight: 700;
    letter-spacing: 1px;
}

.book_table_item label {
    color: white;
}

.book-btn:hover {
    transition: 0.8s;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
    border: 1px solid black;
    font-weight: bolder;
}

@media screen and (min-width:1080px) {
    .logo-2 {
        display: none;
    }
}

@media screen and (max-width:1392px) {
    .header-contact::after {
        content: "";
        height: 1px;
        width: 1100px;
        position: absolute;
        display: block;
        background-color: rgb(170, 170, 170);
        margin-top: 40px;
    }

    .logo-2 {
        display: none;
    }

    .logo-1 {
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 99999;
        background-color: white;
        color: white;
        padding: 0px 15px;
        margin-left: 520px;
        width: 136px;
    }
}

@media screen and (max-width:1198px) {
    .header-contact::after {
        content: "";
        height: 1px;
        width: 925px;
        position: absolute;
        display: block;
        background-color: rgb(170, 170, 170);
        margin-top: 40px;
    }

    .logo-1 {
        position: absolute;
        top: 0;
        left: 0px;
        z-index: 999999999999;
        background-color: white;
        color: white;
        padding: 0px 15px;
        margin-left: 442px;
        width: 129px;
    }

    .navbar-nav li {
        padding-left: -35px;
    }

    .navbar-nav li a {
        color: rgb(0, 0, 0);
        font-size: 15px;
        font-weight: 900;
        letter-spacing: 0px;
    }
}

@media screen and (max-width:1088px) {
    .header-contact::after {
        content: "";
        height: 1px;
        width: 930px;
        position: absolute;
        display: block;
        background-color: rgb(170, 170, 170);
        margin-top: 40px;
    }
}

@media screen and (max-width:992px) {
    .header-contact::after {
        content: "";
        height: 1px;
        width: 750px;
        position: absolute;
        display: block;
        background-color: rgb(170, 170, 170);
        margin-top: 40px;
    }
    .navbar-nav li{
        padding-top: 15px;
    }
    .logo-2 {
        display: block;
    }

    .menu-1 {
        display: none;
    }
}

@media screen and (max-width:828px) {
    .header-contact::after {
        content: "";
        height: 1px;
        width: 700px;
        position: absolute;
        display: block;
        background-color: rgb(170, 170, 170);
        margin-top: 40px;
    }
}

@media screen and (max-width:768px) {
    .header-contact::after {
        display: none;
    }

    .hc {
        display: none;
    }

    .navbar {
        z-index: 9999999;
        color: black;
    }

    .sc h1 {
        text-align: left;
        font-size: 32px;
    }

    .sc p {
        text-align: left;
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    .header-contact::after {
        display: none;
    }

    .hc {
        display: none;
    }

    .navbar {
        z-index: 9999999;
        color: black;
    }

    .sc h1 {
        text-align: left;
        font-size: 32px;
    }

    .sc p {
        text-align: left;
        font-size: 15px;
    }
    .email-cont{
        width: 100%;
    }
}

.card.galery-card {
    height: 450px;
}

.video-item {
    /* opacity: 0.5;
    background-color: black;
    z-index: 999999; */
    height: 700px;
}
.menu-contant{
    padding: 0px 50px;
}
.menu-vdo button,
.intro-cont button {
    color: rgb(0, 0, 0) !important;
    font-size: 20px !important;
    font-weight: bold !important;
    border: 1px solid chocolate !important;
    cursor: pointer;
}

.menu-vdo button:hover,
.intro-cont button:hover {
    color: rgb(255 255 255) !important;
    transition: 0.8s !important;
    background-color: chocolate;
}

.carousel-caption {
    top: 200px;
    width: 100%;
    left: 30px;
    margin: auto;
    justify-items: center;
    font-family: 'Cinzel', serif;
    color: rgb(158, 126, 126);
    transition: 2s;
}

.carousel-caption {
    color: rgb(255, 255, 255);
}

.carousel-caption h3 {
    font-size: 50px;
}

.carousel-caption h1 {
    font-size: 55px;
}

.menu-contant button {
    font-size: 30px;
    color: rgb(255, 255, 255) !important;
    padding: 8px 30px;
}

.vd-cont{
    width: 100%;
}



@media screen and (max-width:1108px) {
    .vd-cont{
        width: auto;
    }
}


.back-color {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
}

.chaking-main {
    top: -85px;
    position: relative;
    z-index: 999;
}

.col {
    border: 1px solid black;
    background-color: rgb(247, 244, 244);
    margin: 10px 10px;
}

.chaking-form {
    background-color: rgb(210 105 34);
    font-weight: 600;
    padding: 42px 15px;
    border-radius: 20px;
    box-shadow: 2px 2px 2px 2px rgb(172, 172, 172);
    font-size: larger;
}

.se-chak select {
    width: 200px;
}

.chak-item {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.chaking-form button {
    padding: 5px 10px !important;
    font-size: 18px !important;
    color: #ffffff !important;
    background-color: chocolate !important;
    transition: 0.8s;
}

.chaking-form button:hover {
    padding: 5px 10px !important;
    font-size: 18px !important;
    color: #000000 !important;
    background-color: rgb(255, 255, 255) !important;
}

.chaking-form input {
    padding: 3px;
    margin-right: 10px;
}


/* Introduction section */

.intro-cont {
    padding: 0 0 60px 0px;
    font-size: larger;
}

.int-main {
    padding: 15px 35px;
}

.int-main h1 {
    font-weight: 700;
}

.int-main h6 {
    padding: 15px 0px;
}

.int-main p {
    padding-top: 5px;
}

.int-main button {
    margin-top: 20px;
}

.int-main button:hover {
    color: rgb(255, 249, 249) !important;
}

.int-img {
    text-align: center;
}

.main-intro img {
    width: 80%;
}


/* explore room */

.explore-main {
    padding: 1px 50px;
}

.room-item {
    padding: 0px 10px;
}

.room-item:hover {
    box-shadow: -3px -4px 24px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -3px -4px 24px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px -4px 24px -4px rgba(0, 0, 0, 0.75);
    transition: 1s;
}

.card-body {
    border: 1px solid rgb(179, 179, 179);
}

.room-section {
    background: url(https://www.seekace.com/img/testimonial-bg.png);
    background-repeat: repeat;
    background-color: rgb(255, 255, 255);
    padding: 3px 0px;
}


/* explore section */
.explore-main h1{
    text-align: center;
    padding: 0px 0px;
    font-family: 'Cinzel', serif;
    font-size: 45px;
}

.service-main {
    background-image: url(http://designarc.biz/demos/hilltown/theme/img/service/service-bg.jpg);
  background-size: cover;
}

.head-serv {
    background-color: black;
    opacity: 0.8;
}

.serv-item h1 {
    padding: 10px 0px;
}

.serv-item {
    padding: 4px;
    color: white;
}

.si-col {
    padding: 15px 40px;
}

.serv-item i {
    color: chocolate;
    cursor: pointer;
    font-size: 47px;
    text-align: center;
    padding: 15px 0px;
}

.serv-item i:hover {
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 47px;
    text-align: center;
    padding: 15px 0px;
    transition: 1s;
}

.card.galery-card:hover {
    box-shadow: -3px -4px 24px -4px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: -3px -4px 24px -4px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -3px -4px 24px -4px rgba(0, 0, 0, 0.75);
    transition: 0.7s;
    width: 101%;
}

.serv-item h3 {
    padding: 8px 0px;
}

.serv-item a {
    font-weight: 600;
    color: chocolate;
    cursor: pointer;
}

.serv-item a:hover {
    text-decoration: none;
}

.card-body {
    background-color: white;
}

.card-body a {
    color: black !important;
    font-weight: 700;
    background-color: white;
    border: 1px solid chocolate;
    letter-spacing: 1px;
    transition: 0.7s;
}

.card-body a:hover {
    color: rgb(255, 244, 244) !important;
    font-weight: 700;
    background-color: chocolate;
    letter-spacing: 1px;
}


/* .exclusive{
    margin-top: 100px;
} */

.gale-head {
    text-align: center;
    margin-top: 15px;
    position: relative;
}

.gale-head h1 {
    padding: 65px 0px 0px 0;
    font-family: 'Cinzel', serif;
    font-size: 45px;
}
.gale-head img {
    margin: -20px 0 0 0;

}


.galery-cont {
    margin: 45px 15px;
    text-align: center;
}

.galery-cont img {
    cursor: pointer;
}

.galery-card img:hover {
    display: block;
    transition: 1s;
}

.ho-ga {
    display: none;
}


.galery-card i {
    display: none;
    position: relative;
    top: -95px;
    font-size: 45px;
}

.Exper-main {
    margin-top: 150px;
    padding: 0px 350px;
}

.exper-cont h1 {
    text-align: center;
    padding: 0px 0px;
    font-family: 'Cinzel', serif;
    font-size: 45px;
}

.exper-carousel {
    margin: 50px;
    margin-left: -150px;
}

.carousel-cont {
    padding: 0px 5px;
    background-color: cadetblue;
    display: inline-block;
}

.main-carousel {
    left: 50px;
    background-color: rgb(218, 216, 216);
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
    font-size: 18px;
    margin: 40px 0px;
    margin-left: -25px;
}

.previous-1 span {
    color: rgb(234, 0, 255) !important;
    background-color: rgb(0, 0, 0) !important;
    margin-left: 1800px;
    margin-top: 450px;
    padding: 20px;
    border-radius: 50%;
}

.next-1 span {
    color: rgb(234, 0, 255) !important;
    background-color: rgb(0, 0, 0) !important;
    margin-right: -700px;
    margin-top: 450px;
    padding: 20px;
    border-radius: 50%;
}

.comment-section {
    margin-top: 100px;
}


/* review slider */

@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: default;
}

.back-stky {
    background: url(http://designarc.biz/demos/hilltown/theme/img/service/service-bg.jpg);
    position: fixed;
}

.testim {
    background-color: rgb(53, 53, 53);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 50px;
    color: rgb(0, 0, 0) !important;



}



.testim .arrow {
    margin-top: 150px;
    display: block;
    position: absolute;
    color: rgb(255, 255, 255);
    cursor: pointer;
    font-size: 2em;
    font-weight: 900;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active {
    background: #ea830e;
    border-color: #ea830e;
}

.testim .dots .dot:hover {
    background-color: #ea830e
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    opacity: 100%;
    color: chocolate;
    font-size: 2em;
    margin: 15px 0;
    font-weight: 700;
}

.testim .cont div p {
    font-size: 1.15em;
    font-weight: 500;
    color: rgb(255, 255, 255);
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }

    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }

    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }

    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }

    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }

    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }

    .testim .cont div p {
        line-height: 25px;
    }
}

footer {
    background-image: url("https://www.treehouseresort.in/wp-content/themes/the-tree-house/images/footer_bg_img.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;

}



.head-footer,
.head-footer h1,
.head-footer h6 {
    text-align: center;
    padding: 10px 5px;
    font-family: 'Cinzel',' serif';
    font-size: 400;
}

.email-cont{
    width: 50%;
}

.email-cont button {
    color: rgb(255, 255, 255);
    background-color: chocolate;
    font-weight: 700;
    letter-spacing: 1px;
   padding: 7px 15px;
    transition: 2;
    border: 1px solid rgb(255, 255, 255);
}

.email-cont button:hover {
    color: rgb(0, 0, 0);
    background-color: white;
    border: 1px solid chocolate;
}

.footer-main{color: #fff;
    background-color: #00000082;
    overflow: hidden;

}

.footer-item {
    padding: 10px 10px;
}

.footer-item h2 {
    font-family: 'Droid-sans', serif;
}

.footer-item i {
    padding-right: 5px;
    font-size: x-large;
    cursor: pointer;
}

.ft-icon i:hover {
    cursor: pointer !important;
}

.footer-item i:hover {
    color: rgb(87, 87, 87);
}



.go-top {
    right: 5px;
    bottom: 10px;
    text-decoration: none;
    box-shadow: 28px -11px 400px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 28px -11px 400px 0px rgba(0, 0, 0, 1);
    -moz-box-shadow: 28px -11px 400px 0px rgba(0, 0, 0, 1);
    padding: 2px;
    border-radius: 5px;
    position: fixed;
    font-size: 35px;
    background-color: chocolate;
    color: #000000 !important;
}

.go-top a {
    color: #000;
    padding: 5px;
    border-radius: 100%;
}


/* gallery css */
.home-pic h1 {
    font-size: 70px;
    color: rgb(255, 250, 250);
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    padding: 100px 0px 23px 0;
    position: relative;
    z-index: 99;
    display: block;
}
.home-pic p{
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-family: 'Dosis', sans-serif;
    font-weight: bold;

   position: relative;
   z-index: 99;
   display: block;
}
.home-pic h1::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: black;
    color: #000;
    position: absolute;
    margin: 92px 2px;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Droid Sans', sans-serif;
    font-weight: 500;
    font-size:45px;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row > div {
    padding: 2px;
}
.lightbox img{
    cursor: zoom-in;
}
.tz-gallery .lightbox img {
    width: 100%;
    border-radius: 10px;
    position: relative;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}

.baguetteBox-button {
    background-color: transparent !important;
}

@media(max-width: 768px) {
    body {
        padding: 0;
    }
}

.pic-item {
    background-image: url(https://dynamic-media-cdn.tripadvisor.com/media/photo-o/1a/87/18/16/astroport-sariska.jpg?w=900&h=-1&s=1);
    background-repeat: no-repeat;
    background-size: cover;

    width: 100%;
    height: 80vh;
}



.all-img a img{
    width: 50% !important;
    opacity: 80% !important;
}

.all-img a img:hover{
    width: 100% !important;
    opacity: 100% !important;
    display: block !important;
    transition: 1s !important;
    cursor: zoom-in !important;
    transform: scale(.7) !important;
}
/* about page css */

.mian-about {
    background-image: url(http://designarc.biz/demos/hilltown/theme/img/banner/blog-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;


    height: 80vh;
}

.mian-about h1 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    font-family: 'Cairo',' sans-serif';
    font-weight: 500;
    padding: 100px 0px 25px 0;
    position: relative;
    z-index: 99;
    display: block;
}
.mian-about p{
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-family: 'Dosis', sans-serif;
    font-weight: 500;
   text-shadow: 0px 1px rgb(255, 255, 255);
   position: relative;
   z-index: 99;
   display: block;
}
.mian-about h1::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: black;
    color: #000;
    position: absolute;
    margin: 92px 0px;
}

.about-contant {
    margin-top: 130px;
}

.about-img {
    text-align: center;
}

.cont-about h5 {
    padding: 0px 0px 20px 0px;
}

.cont-about h2 {
    padding: 20px 0px;
}

.cont-about p {
    color: rgb(138, 138, 138);
    font-weight: 400;
    padding-bottom: 20px;
}

.about-service {
    margin-top: 100px;
    margin-bottom: 60px;
}

.head-abt-srs {
    text-align: center;
    padding: 30px 0px;
    font-weight: 700;

}

.cr-item img {
    width: 100%;
}

.abt-menu {
    padding-left: 15px;
}

.abt-menu h5 {
    margin-top: 15px;
}

.abt-menu a {
    color: rgb(128, 128, 128);
    text-decoration: none;
}

.abt-main a:hover {
    color: chocolate;
    padding-left: 10px;
    transition: 0.8s;
}

.abt-main i {
    color: chocolate;
    margin-right: 30px;
}

.abt-main i:hover {
    padding-left: 5px;
}


/* contact page css */

.mian-cont {
    background-image: url(http://designarc.biz/demos/hilltown/theme/img/banner/blog-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;


    height: 80vh;
}

.mian-cont h1 {
    font-size: 50px;
    color: rgb(255, 255, 255);
    display: block;
    font-family: 'Cinzel', serif;
    font-weight: 900;
    padding: 100px 0 30px 0;
    position: relative;
    z-index: 99;
}
.mian-cont p{
    font-size: 25px;
    color: rgb(255, 255, 255);
    font-family: 'Dosis', sans-serif;
    font-weight: 300;
   text-shadow: 0px 1px rgb(255, 255, 255);
   position: relative;
   z-index: 99;
}
.mian-cont h1::before {
    content: "";
    width: 100px;
    height: 1px;
    background-color: black;
    color: #000;
    position: absolute;
    margin: 92px 0px;
}


.map-cont {
    padding: 20px 0px;
}

.form {
    margin-top: 0px;
}

.head-form {
    padding: 25px 0px;
    font-family: 'Cinzel', serif;
    font-weight: bold;
}
.form-contant{
    background: url(https://www.seekace.com/img/testimonial-bg.png);
    background-repeat: repeat;
    background-color: rgb(255, 255, 255);
    padding: 30px 0px;
}
.fm-cont button {
    background-color: chocolate;
    color: rgb(255, 255, 255);
    font-size: larger;
    font-weight: bold;
}

.fm-cont button:hover {
    background-color: rgb(255, 255, 255);
    border: 2px solid chocolate;
    transition: 1s;
}

@import url(https://fonts.googleapis.com/css?family=Raleway:400,500,800);

.snip1402 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    max-height: 220px;
    width: 100%;
    color: #ffffff;
    text-align: left;
    background-color: #07090c;
    font-size: 16px;
}

.snip1402 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.snip1402 img {
    max-width: 100%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    backface-visibility: hidden;
}

.snip1402 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: scale(0.5) translate(0%, -50%);
    transform: scale(0.5) translate(0%, -50%);
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    z-index: 1;
    opacity: 0;
    padding: 0 30px;
}

.snip1402 h3,
.snip1402 p {
    line-height: 1.5em;
}

.snip1402 h3 {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
}

.snip1402 p {
    font-size: 0.8em;
    font-weight: 500;
    margin: 0 0 15px;
}

.snip1402 .read-more {
    border: 2px solid #ffffff;
    padding: 0.5em 1em;
    font-size: 0.8em;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
}

.snip1402 .read-more:hover {
    background-color: #ffffff;
    color: #000000;
}

.snip1402:hover img,
.snip1402.hover img {
    -webkit-animation: snip1402 0.45s linear;
    animation: snip1402 0.45s linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.snip1402:hover figcaption,
.snip1402.hover figcaption {
    -webkit-transform: scale(1) translate(0, -50%);
    transform: scale(1) translate(0, -50%);
    opacity: 1;
    -webkit-transition-delay: 0.35s;
    transition-delay: 0.35s;
}

@-webkit-keyframes snip1402 {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

@keyframes snip1402 {
    50% {
        -webkit-transform: scale(0.8) translateY(0%);
        transform: scale(0.8) translateY(0%);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(0.8) translateY(-150%);
        transform: scale(0.8) translateY(-150%);
        opacity: 0.5;
    }
}

.side-btn {
    position: fixed;
    top: 270px;
    left: 0;
    transform: rotatez(90deg);
    z-index: 999999;
    margin-left: -64px;
}

.btn-note button {
    padding: 6px 15px;
    letter-spacing: 3px;
    border-radius: 7px;
    color: rgb(255, 255, 255) !important;
    background-color: chocolate;
    font-family: 'Cairo', sans-serif;
    font-weight: bold;
    transition: 0.6s;
}

.btn-note button:hover {
    color: rgb(0, 0, 0) !important;
    background-color: white;
    font-weight: 700;
}

.back-stky {
    background: url('https://www.seekace.com/img/pfgrs.jpg') center center no-repeat fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


/* Sariska page css */
.mian-sariska {
    background-image: url(https://www.noblehousetours.com/wp-content/uploads/2017/09/sariska-tiger-reserve-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    width: 100%;
    height: 80vh;
}

.main-sariska-cont {
    padding: 80px 0 10px 0;
}

.main-sariska-cont h1::after {
    content: "";
    width: 130px;
    height: 1px;
    background-color: #000;
    color: #000;
    background-size: cover;
    display: block;
    position: absolute;
    margin-left: 0px;
    margin-top: 28px;
}


/* Safary Booking css */

.mian-safari-book {
    background-image: url(https://ne.holiday/wp-content/uploads/2020/05/JeepsafariatKazirangaNP.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 80vh;
    background-position: top;
}

.mian-safari-book h1 {
    font-size: 60px;
    display: block;
    color: rgb(0, 0, 0);
    font-family: 'Droid-sans', sans-serif;
    font-weight: 500;
    padding: 127px 50px;
}


.sb-main h1::after {
    content: "";
    width: 90px;
    height: 1px;
    background-color: #000;
    color: #000;
    background-size: cover;
    display: block;
    position: absolute;
    margin-left: 0px;
    margin-top: 28px;
}
@media screen and (min-width:1400px) {
    .logo-1 img{
        width: 120%;
    }
}
@media screen and (max-width:1400px) {
    .logo-1 img{
        width: 121%;
    }
}
@media screen and (max-width:1398px) {
    .logo-1 img{
        width: 92%;
    }
}
@media screen and (max-width:1198px) {
    .logo-1 img{
        width: 100%;
    }
}

.over-bg{
    position: absolute;
    top: 0;
    width: 100%;
    height: 94%;
    background-color: #000000ad;
    overflow:overlay;
}
