@font-face {
    font-family: GjFont;
    src: url(../fonts/gjFont/gjFont.woff2);
    font-weight: 400;
    font-display: auto;
}

@font-face {
    font-family: GjFontBold;
    src: url(../fonts/gjfont2.woff2);
    font-weight: 500;
    font-display: auto;
}

.topAttractionsBox {
    padding-bottom: 80px;
}


.topAttractionsBox {
    background: url("/img/gujaratour/attractions.jpg") no-repeat 0 0;
    background-size: cover !important;
}

/*********************
* fadeInUpShort
*********************/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUpShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInUpShort {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUpShort {
    /* opacity: 0; */
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
}

.fadeInUpShort .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.fadeInUpShort .row h2 {
    margin-top: 7px;
    margin-bottom: 10px;
}

.fadeInUpShort.go {
    -webkit-animation-name: fadeInUpShort;
    animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@-webkit-keyframes fadeInDownShort {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes fadeInDownShort {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInDownShort {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}

.fadeInDownShort.go {
    -webkit-animation-name: fadeInDownShort;
    animation-name: fadeInDownShort;
}


.topAttractionsBox .headingLine {
    color: #000;
    float: none;
    margin: 0;
}

.topAttractionsBox .col-md-12 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.float-left {
    float: left !important;
}

.topAttractionsBox a {
    font-weight: 500;
    font-family: GjFontBold !important;
    text-decoration: none !important;
    cursor: pointer !important;
    color: #4c4c4c;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;

}

.topAttractionsBox a:hover {
    /* color: #da7a00; */
    color: #1534a9;
    text-decoration: none !important;
}

.viewAllLink {
    background: #fff;
    font-weight: 500;
    float: none;
    border: 1px solid #bbb;
    padding: 4px 10px 3px 10px;
    ;
    margin-bottom: 0;
    margin-top: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.whereToGo {
    font-family: "GjFont";
    margin: 0 auto;
    max-width: 1330px;
}

.whereToGo {
    background: 0;
    padding: 0;
}

.cf {
    display: block;
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}

.responsiveGallery-container {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.responsiveGallery-btn {
    position: absolute;
    top: 0;
    z-index: 3;
    display: block;
    width: 5%;
    height: 100%;
}

.responsiveGallery-btn_prev {
    background: url("https://www.gujarattourism.com/content/dam/gujrattourism/images/other-images/arrow-left.png") center center no-repeat;
    left: 5%;
    background-size: 20px;
    margin-top: -20px;
}

.responsiveGallery-btn_prev {
    background: url("https://www.gujarattourism.com/content/dam/gujrattourism/images/other-images/arrow-left.png") center center no-repeat;
    left: 5%;
    background-size: 20px;
}

.responsiveGallery-btn_next {
    background: url("https://www.gujarattourism.com/content/dam/gujrattourism/images/other-images/arrow-right.png") center center no-repeat;
    right: 5%;
    background-size: 20px;
    margin-top: -20px;
}

.responsiveGallery-btn_next {
    background: url("https://www.gujarattourism.com/content/dam/gujrattourism/images/other-images/arrow-right.png") center center no-repeat;
    right: 5%;
    background-size: 20px;
    margin-top: -20px;
}

.responsiveGallery-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    left: 0;
    padding-top: 30%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.responsiveGallery-item {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    display: block;
    width: 20%;
    opacity: 0;
    visibility: hidden;
}

.overBox {
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.overBox img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}


.whereToGo .overBox {
    max-width: 340px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.whereToGo .overBox {
    padding: 0;
}

.whereToGo .overBox img {
    width: 100%;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    position: relative;
    overflow: hidden;
}


.responsivGallery-pic {
    width: 100%;
    height: auto;
}

.whereToGo .overClass {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
}

.whereToGo .overClass {
    width: 80%;
    height: 83%;
}

.responsivGallery-link {
    display: block;
    width: 100%;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.overClass {
    opacity: 0;
    color: #fff;
    width: 80%;
    height: 83%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.23);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.whereToGo .whatName {
    letter-spacing: 1px;
}

.overClass .whatName {
    font-family: GjFont !important;
    font-size: 24px;
    width: 100%;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: normal;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.overClass .exploreSpan { 
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
}

.whereToGo .overBox:hover .overClass {
    width: 100%;
    height: 100%;
}

.overBox:hover .overClass {
    color: #fff;
    opacity: 1;
    width: 100%;
    height: 100%;
}

.whereToGo .raaa2zindex .overClass {
    color: #fff;
    opacity: 1;
    width: 100%;
    height: 100%;
}



.guj-imgs img {
    width: 100%;

}



.guj-imgs .explore {
    margin: 0 auto;
    position: relative;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-align: center;
}

.explore img {
    width: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    object-fit: cover;
}



.exploreclass {
    opacity: 0;
    color: #fff;
    width: 80%;
    height: 83%;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(0, 0, 0, 0.23);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 10px;
}



.explore .placename {
    letter-spacing: 1px;
}

.exploreclass .placename {
    font-family: GjFont !important;
    font-size: 24px;
    width: 100%;
    line-height: normal;
    position: absolute;
    top: 50%;
    left: 50%;
    white-space: normal;
    padding: 5px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.exploreclass .explore-more {
    display: none;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-transform: uppercase;
}

.explore:hover .exploreclass {
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
    height: 100%;
}

.explore:hover .exploreclass {
    color: #fff;
    opacity: 1;
    width: 100%;
    height: 100%;
}

@media (max-width: 1000px) {
    .responsiveGallery-wrapper {
        padding-top: 50%;
    }

    .responsiveGallery-item {
        width: 33.33%;
    }
}

/* Align heading with container-1260 to avoid overlap with sticky side ads */
@media (min-width: 1400px) {
    .topAttractionsBox > .container {
        max-width: calc(100% - 380px);
    }

    .whereToGo{
        max-width: calc(100% - 200px);
    }

     .topAttractionsBox {
        padding-top: 40px !important;
        
     }

     .responsiveGallery-container{
        padding: 20px 0 10px 0 !important;
     }

    /* Push nav buttons inward so they don't overlap the 160px sticky side ads */
    /* .responsiveGallery-btn_prev {
        left: 80px;
    }

    .responsiveGallery-btn_next {
        right: 80px;
    } */
}

@media (max-width: 991px) {
    .topAttractionsBox>.container {
        padding-bottom: 30px;
    }

    h2,
    .otherPage h2 {
        font-size: 22px;
    }

    .viewAllLink {
        margin-bottom: 15px;
        margin-top: 0;
        margin-bottom: 0;
        padding: 8px 15px;
    }
}

@media (max-width: 767px) {
    .fadeInUpShort .row {
        margin: 0 15px;
    }

    .topAttractionsBox {
        padding-bottom: 20px;
    }

    .responsiveGallery-btn_prev,
    .responsiveGallery-btn_next {
        margin-top: 0 !important;
    }
}

@media (max-width: 560px) {
    /* .responsiveGallery-wrapper {
        padding-top: 90%;
    } */

    /* .responsiveGallery-wrapper {
        width: 60%;
    } */

    .responsiveGallery-item {
        left: 0;
        right: 0;
        top: 0;
        width: 33.33%;
    }
    .overClass .whatName{
        font-size: 15px;
    }
/* 
    .responsiveGallery-item {
        position: absolute;
        right: 0px;
        top: 30%;
        z-index: 0;
        display: block;
        left: -42px;
        width: 20%;
        opacity: 0;
        visibility: hidden;
    } */

    .responsiveGallery-btn_prev,
    .responsiveGallery-btn_next {
        margin-top: 0 !important;
    }

    .responsiveGallery-btn {
        width: 4dvb;
    }

    .fadeInUpShort .row {
        margin: 0 7px;
    }
}

@media (max-width:768px) {
    .explore:hover .exploreclass {
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        -o-transition: all .2s linear;
        -ms-transition: all .2s linear;
        transition: all .2s linear;
        width: 100%;
        height: 100%;
    }

    .exploreclass {
        color: #fff;
        opacity: 1;
        width: 100%;
        height: 100%;
    }

}

/* 

@media (max-width:560px) {
    body{
        background-color: red  !important;
    }
    .responsiveGallery-item{
        width: 10%;
    }
} */