﻿/*Google fonts*/

/*@font-face {
   font-family: Prompt;
   src: url("/Content/Fonts/Prompt-Regular.ttf");
}

@font-face {
   font-family: Kaushan;
   src: url("/Content/Fonts/KaushanScript-Regular.ttf");
}

@font-face {
   font-family: Montserrat;
   src: url("/Content/Fonts/Montserrat-Regular.ttf");
}

@font-face {
   font-family: Lato;
   src: url("/Content/Fonts/Lato-Regular.ttf");
}*/

/*smiley new*/

/*.image-radio {
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 4px solid transparent;
    margin-bottom: 0;
    outline: 0;
}
.image-radio input[type="radio"] {
    display: none;
}
.image-radio-checked {
    border-color: #4783B0;
    
}
.image-radio .glyphicon {
  position: absolute;
  color: #4A79A3;
  background-color: #fff;
  padding: 10px;
  top: 0;
  right: 0;
}
.image-radio-checked .glyphicon {
  display: block !important;
}*/

.signInButton:hover {
    background: #2bcde5;
    /*background: #d48f33;*/
}

.loginButton:hover {
    background: #2bcde5;
}



.fixed-top {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #dcdcdc;
}



.customdropdown {
    display: inline-block;
    position: relative;
}

.dd-button {
    display: inline-block;
    border-radius: 4px;
    padding: 5px 30px 7px 20px;
    background-color: #065f6c;
    cursor: pointer;
    white-space: nowrap;
}

    .dd-button:after {
        content: '';
        position: absolute;
        top: 66%;
        right: 15px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid white;
    }

    .dd-button:hover {
        background-color: #eeeeee;
    }


.dd-input {
    display: none;
}

.dd-menu {
    position: absolute;
    top: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0;
    margin: 2px 0 0 0;
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
    background-color: #ffffff;
    list-style-type: none;
}

.dd-input + .dd-menu {
    display: none;
}

.dd-input:checked + .dd-menu {
    display: block;
}

.dd-menu li {
    padding: 10px 30px;
    cursor: pointer;
    white-space: nowrap;
    color: black;
}

    .dd-menu li:hover {
        background-color: #f6f6f6;
    }

    .dd-menu li a {
        display: block;
        margin: -10px -20px;
        padding: 10px 5px;
        color: black;
        text-align: left;
        font-size: 16px;
    }

    .dd-menu li.divider {
        padding: 0;
        border-bottom: 1px solid #cccccc;
    }




/*.dropdownmenu {
    left: -18% !important;
    width: 100vw !important;
    transform: translate3d(30px, 48px, 0px) !important;
    overflow-y: auto;
}*/

/*smiley new end*/

.dropdown.dropdown-masked {
    position: static;
}

    .dropdown.dropdown-masked.show > .dropdown-menu {
        box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.5), 0 5px 5px rgba(0, 0, 0, 0.5);
        width: 100vw;
        border-width: 1px 0 0;
        border-radius: 0;
        margin-left: 15%;
        margin-top: -5px;
    }

.dropdown2.dropdown-masked {
    position: static;
}

    .dropdown2.dropdown-masked.show > .dropdown-menu2 {
        box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.5), 0 5px 5px rgba(0, 0, 0, 0.5);
        width: 100vw;
        border-width: 1px 0 0;
        border-radius: 0;
        margin-left: 15%;
        margin-top: -5px;
    }


.dropdown-toggle::after {
    display: none;
}

.dropdown-toggle2::after {
    display: none;
}

.menu-area {
    position: static;
}

    .menu-area .dropdown-menu {
        background: none;
        border: none;
        width: 100%;
    }

    .menu-area .dropdown-menu {
        height: auto;
        max-height: 85vh;
        overflow-x: hidden;
        padding-top: 30px !important;
        background-color: #fff;
        box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.3);
        padding: 30px 10px;
        top: 120%;
        background-color: #fff;
        box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
        left: -15%;
        width: 100vw !important;
        border-radius: 0;
        right: 0;
    }

    .menu-area .dropdown-menu2 {
        background: none;
        border: none;
        width: 100%;
    }

    .menu-area .dropdown-menu2 {
        height: auto;
        max-height: 85vh;
        overflow-x: hidden;
        padding-top: 30px !important;
        background-color: #fff;
        box-shadow: 3px 2px 8px rgba(0, 0, 0, 0.3);
        padding: 30px 10px;
        top: 120%;
        background-color: #fff;
        box-shadow: 0px 10px 10px 3px rgba(0, 0, 0, 0.3);
        left: -15%;
        width: 100vw !important;
        border-radius: 0;
        right: 0;
    }

/*@media screen and (min-width: 1920px) {
  .menu-area .dropdown-menu {
    left: -11px;
  }
}*/
/*.mega-area {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    position: absolute;
    width: 100%;
    left: -30px;
    right: 0;
    margin-top: -35px !important;
    background-color: #fff;
    overflow: auto;
    border: none !important;
    border-radius: 0px;
    box-shadow: 3px 2px 8px rgba(0,0,0,0.3);
}*/

.navmap:hover {
    color: #008CA1;
    cursor: pointer;
}

.dropdownitem:hover {
    text-decoration: none;
    border-bottom: none;
    color: #008ca1 !important;
}

.dropdownitem {
    background-color: transparent !important;
    text-decoration: none;
    border-bottom: none;
    color: #000 !important;
    font-weight: 500 !important;
}

    .dropdownitem > i {
        color: #008ca1 !important;
        font-size: 14px;
    }

nav {
    padding-bottom: 0 !important;
}

#tagline-div {
    position: relative;
    top: 29%;
    left: 1%;
}

/*.placeImg {
    transition: -webkit-transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1);
    transition: transform .4s cubic-bezier(.42,0,.175,1),-webkit-transform .4s cubic-bezier(.42,0,.175,1);
    -webkit-transform-origin: center;
    transform-origin: center;
}*/

.placesImg:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
    transition: transform ease-out 0.5s;
    /*box-shadow: 1px 1px 8px 0px #000000;*/
}

.overlayImageSites,
.overlayImagePilgrimage,
.overlayImageHeritage,
.overlayImageWildlife {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00000042;
    width: 100%;
    border-radius: 5px;
    height: 100%;
}

.placesImg:hover .overlayImageSites,
.placesImg:hover .overlayImagePilgrimage,
.placesImg:hover .overlayImageHeritage,
.placesImg:hover .overlayImageWildlife {
    opacity: 1;
}

@charset "UTF-8";

*,
*:before,
*:after {
    box-sizing: border-box;
    outline: none;
}

a {
    text-decoration: none;
}

.TEcards {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    height: 280px;
    padding: 20px 20px;
    /*background-image: url("https://images.pexels.com/photos/1368382/pexels-photo-1368382.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=750&w=1260");*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

figure.navbarFigure {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    width: auto;
    height: 280px;
    padding: 20px 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 10px;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
    overflow: hidden;
}

    figure.navbarFigure:before,
    figure.navbarFigure:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    figure.navbarFigure:before {
        content: "";
        background-color: rgba(0, 0, 0, 0.1);
        z-index: 0;
    }

    figure.navbarFigure:after {
        content: "";
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        overflow: hidden;
    }

    figure.navbarFigure:hover {
        background-size: 175%;
        /*padding-top: 0px;*/
        /*background-position:right !important;*/
        /*padding-top:100px;*/
    }

        figure.navbarFigure:hover:after {
            /*background-color: rgba(0, 150, 136, 0.6);*/
            color: white;
            font-size: 40px;
            z-index: 2;
            background-size: cover;
        }

        figure.navbarFigure:hover figcaption {
            /*transform:
       translateY(-160%);*/
        }

    figure.navbarFigure .date {
        visibility: hidden;
    }

    /*figure.navbarFigure .date {
  position: absolute;
  bottom: 0;
  right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
  background-color: rgba(241, 196, 15, 0.8);
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
  transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
}
figure.navbarFigure .date span {
  color: white;
  line-height: 1;
}
figure.navbarFigure .date span:first-child {
  font-family: "Source Code Pro", sans-serif;
  font-size: 20px;
  font-weight: 900;
}
figure.navbarFigure .date span:last-child {
  font-size: 14px;
  font-weight: 400;
}*/

    figure.navbarFigure figcaption {
        color: white;
        transition: all 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
        z-index: 1;
    }

        figure.navbarFigure figcaption h4 {
            margin: 0 0 5px;
            font-size: 24px;
            line-height: 1.35;
            /*text-shadow: 1px 1px rgba(0, 0, 0, 0.7);*/
        }

            figure.navbarFigure figcaption h4 > span {
                /*background-color: rgba(241, 196, 15, 0.8);*/
            }

        figure.navbarFigure figcaption p {
            margin: 0;
            line-height: 1.5;
        }

.govt-info-one {
    color: white;
    /*font-family: 'Open Sans', sans-serif;*/
    font-size: small;
}

.govt-info-two {
    color: white;
    font-size: small;
}

#mainImage-div {
    height: 100vh;
}

.tag-line {
    font-size: xx-large;
}

.discover-text {
    font-size: 30px;
}

.popularDestinations-text {
    font-size: 30px;
}

.travelleressentials-text {
    font-size: 30px;
}

.brand-text {
    font-size: small;
}

/*MEDIA QUERIES

@media only screen and (max-width: 391px) {

    /*.govt-info-one {
    
        font-size:10px;

    }*/

@media only screen and (max-width: 430px) {
    .govt-info-one {
        font-size: 11px;
    }
}

@media only screen and (max-width: 341px) {
    .govt-logo {
        width: 40px;
    }
}

@media only screen and (max-width: 790px) {
    .govt-info-two {
        visibility: hidden;
    }
}

@media only screen and (max-width: 425px) {
    #mainImage-div {
        height: 55vh;
    }

    .tag-line {
        font-size: large;
    }

    #tagline-div {
        top: 40%;
        left: 1%;
    }

    .govt-info-one {
        font-size: 11px;
    }

    .govt-logo {
        width: 33px;
    }
}

@media only screen and (max-width: 768px) {
    .discover-text {
        font-size: large;
    }

    .popularDestinations-text {
        font-size: large;
    }

    .discover-sikkim-headings {
        font-size: large;
    }
}

/*Discover Sikkim Overlay*/

.content {
    position: relative;
    width: 100%;
    height: 280px;
    /*max-width: 400px;*/
    margin: auto;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100%;
    border-radius: 5px;
    box-shadow: 6px 10px 10px 0px rgba(0, 0, 0, 0.3);
    /*box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);*/
}

    .content .content-overlay {
        background: #00796b8c;
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s;
    }

    .content:hover .content-overlay {
        opacity: 1;
    }

.content-image {
    width: 100%;
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    /*left: 50%;*/
    opacity: 1;
    /*-webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: #00796b8c;
}

.content:hover .content-details {
    top: 40%;
    /*left: 50%;*/
    opacity: 1;
    background-color: transparent;
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    /*letter-spacing: 0.15em;*/
    margin-bottom: 0;
    /*text-transform: uppercase;*/
    font-size: 22px;
    padding: 10px 0;
}

.content-details p {
    color: #fff;
    font-size: 0.8em;
}

.fadeIn-bottom {
    top: 85%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}

/*register-button hover*/

.btn-2:hover:after {
    width: 100%;
}

button::before,
button::after {
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;
}

.addDirectorBtn {
    background: #009688 !important;
    color: white !important;
}

.registration-cards:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

/*floating register button*/

.register {
    background-color: #d68d27;
    color: white;
    padding: 11px;
    border-top-left-radius: 10px;
    /*border-top-left-radius: 10px !important;*/
    border-top-right-radius: 10px !important;
    outline: none !important;
    box-shadow: none;
    border: none;
    padding-bottom: 50px !important;
}

/*.complain-button {
    background-color: #c13e32;
    color: white;
    padding: 8px;
    border-top-left-radius: 10px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    outline: none !important;
    box-shadow: none;
    border: none;
    padding-bottom: 50px !important;
}*/

/*.feedback-button {
    background-color: #c13e32;
    color: white;
    padding: 8px;
    border-top-left-radius: 10px;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    outline: none !important;
    box-shadow: none;
    border: none;
    padding-bottom: 50px !important;
}*/

#register-float-button {
    bottom: 100px;
    right: -44px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
}

/*#complain-float-buttonDiv {
    z-index: 2;
    bottom: 196px;
    right: -48px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
}*/

/*#feedback-float-buttonDiv {
    z-index: 2;
    bottom: 196px;
    right: -48px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: fixed;
}*/

.stickyNav {
    position: sticky;
    top: 0;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}*/


/*Side navbar css*/
.sidenavShadow {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 888;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.4);
    display: none;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.3s;
}

.closebtn {
    color: rgba(0,0,0,0.7);
    font-size: 30px !important;
    padding-right: 10px;
}

.experienceSubMenuClass {
    /*width: 0;
    overflow-x: hidden;
    position: absolute;
    transition: 0.6s;*/
    display: none;
}

.destinationSubMenuClass {
    display: none;
}

.accomodationSubMenuClass {
    display: none;
}

.thingsToDoSubMenuClass {
    display: none;
}

.planningSubMenuClass {
    display: none;
}

.travellerSubMenuClass {
    display: none;
}

.mainMenuListDiv {
    padding: 25px 25px 0 25px;
}

.addRelative {
    position: relative;
}

.outerSubDiv {
    position: relative;
}

.subMenuList {
    padding: 25px 25px 0 25px;
    width: 100%;
}

.sub-subListMenu1 {
    display: none;
}

.sub-subListMenu2 {
    display: none;
}
