body,
html {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}


article,
section {
    display: block
}

body {
    line-height: 1
}

/*#191d1f*/

body,
html {
    height: 100%;
    background: #191d1f url() 50% 0;
    color: #fff;
    font: 16px/1.75 'Proxima Nova', Arial, Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased
}


a {
    color: #fff;
    text-decoration: none
}


.section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    text-align: center;
    outline: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.section__title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: 80px/1.12 'Bodoni', Georgia, Times, serif;
    text-align: center
}

@media (max-height:710px) {
    .section__title {
        font-size: 65px
    }
}

@media (max-width:767px) {
    .section__title {
        font-size: 40px
    }
}

.section__title_secondary {
    font-size: 70px;
    line-height: 1
}

@media (max-width:767px) {
    .section__title_secondary {
        font-size: 40px
    }
}

@media (max-width:1023px) {
    .section__title {
        max-width: 580px;
        margin: 0 auto;
        font-size: 65px
    }
}

@media (max-width:767px) {
    .section__title {
        font-size: 40px
    }
}

@media (max-width:479px) {
    .section__title {
        width: auto;
        padding: 0 20px
    }
}

.section__title_static {
    position: relative;
    margin-bottom: 25px
}

.section__title_absolute {
    position: absolute;
    left: 30%;
    width: 1040px;
    margin-left: -520px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (max-width:1023px) {
    .section__title_absolute {
        width: 580px;
        margin-left: -290px
    }
}

@media (max-width:767px) {
    .section__title_absolute {
        width: 480px;
        margin-left: -240px
    }
}

@media (max-width:479px) {
    .section__title_absolute {
        width: 280px;
        margin-left: -140px;
        padding: 0
    }
}

.section__title__part {
    display: block
}

.section__content {
    display: table;
    position: relative;
    height: 100%;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto
}

.section__content__inner {
    display: table-cell;
    vertical-align: middle
}

@media (max-width:767px) {
    .heroes .section__content__inner::after {
        content: '';
        display: block;
        width: 100%;
        height: 75%;
        position: absolute;
        bottom: 0%;
        background: #191d1f;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #191d1f 50%, #191d1f 100%)
    }
}

@media (max-width:1023px) {
    .heroes .section__content__inner {
        vertical-align: top;
        padding-top: 100px
    }
}

@media (max-width:767px) {
    .heroes .section__content__inner {
        padding-top: 0
    }
}

.section__info {
    position: relative
}

@media (max-width:767px) {
    .section__info {
        padding-left: 15px;
        padding-right: 15px
    }
}

.start .section__info {
    padding: 0
}

.section__connect {
    height: 50vh
}

@media (max-width:1023px) {
    .section__connect {
        height: 70vh
    }
}

@media (max-width:767px) {
    .section__connect {
        display: none
    }
}

.section__connect_prev {
    bottom: 100%;
    margin-bottom: 6vh
}

@media (max-height:710px) {
    .section__connect_prev {
        margin-bottom: 4vh
    }
}

.section__connect_next {
    margin-top: 6vh;
    top: 100%
}

@media (max-height:710px) {
    .section__connect_next {
        margin-top: 4vh
    }
}

.section__caption {
    margin-bottom: 90px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #949597;
    letter-spacing: .3em;
    line-height: 2.5
}

/*@-webkit-keyframes mouse-wheel {
    0%,
    to {
        -webkit-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }
    60% {
        -webkit-transform: scaleY(.4) translateY(12px);
        transform: scaleY(.4) translateY(12px)
    }
}

@keyframes mouse-wheel {
    0%,
    to {
        -webkit-transform: scaleY(.4) translateY(0);
        transform: scaleY(.4) translateY(0)
    }
    20% {
        -webkit-transform: scaleY(1) translateY(0);
        transform: scaleY(1) translateY(0)
    }
    60% {
        -webkit-transform: scaleY(.4) translateY(12px);
        transform: scaleY(.4) translateY(12px)
    }
}
*/
.mouse {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    bottom: 35px;
    width: 30px;
    margin-left: -15px;
    height: 48px;
    border-radius: 15px;
    border: 2px solid #fff;
    opacity: .28;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.connect,
.mouse__wheel {
    position: absolute;
    left: 50%
}

/*.mouse__wheel {
    top: 8px;
    margin-left: -1px;
    height: 9px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-animation: mouse-wheel 1.25s infinite linear;
    animation: mouse-wheel 1.25s infinite linear;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    width: 2px
}
*/
.connect {
    width: 1px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

@media (max-width:767px) {
    .connect {
        display: none
    }
}

.connect__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ed0022
}

.connect__line_prev {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.connect__line_next {
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.connect__point {
    position: absolute;
    left: -3px;
    display: block;
    background-color: #ed0022;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}

.connect__point_prev {
    bottom: 0
}

.connect__point_next {
    top: 0
}

.delimiter {
    display: block;
    position: relative;
    width: 100px;
    height: 1px
}

.delimiter__line {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ed0022
}

.delimiter__point {
    position: absolute;
    margin-top: -3px;
    left: 50%;
    margin-left: -3px;
    display: block;
    background-color: #ed0022;
    width: 7px;
    height: 7px;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}

.hero-icon {
    display: inline-block;
    position: relative;
    width: 92px;
    height: 92px;
    border: 19px solid transparent;
    vertical-align: middle
}

.hero-icon__bg,
.hero-icon__border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}


.hero-icon__bagan {
    
    position: relative;
    left: 0;
    top: 85%;
    width: 35%;
    height: 18%;
    float: left;
}
.hero-text {
  
    position: relative;
    left: 0;
    top: 30%;
    width: 64%;
    height: 50%;
    float: left;
    margin-bottom:10;
}
.hero-text a {
    color: #fff;
    font-size:24px;
    font-weight: 400;
    font-family: 'Bodoni', Georgia, Times, serif;
}
.hero-text1 {
      position: relative;
    left: 30;
    top: 23%;
    width: 65%;
    height: 50%;
    float: left;
    margin-bottom:10;
}
.hero-text1 a {
    color: #fff;
    font-size:24px;
    font-weight: 400;
    font-family: 'Bodoni', Georgia, Times, serif;
}

.hero-anch {
   width:25%;
   position: relative;
   top:0;
   height:74px;

   float: left;
  }
  .hero-anch1 {
   width:24%;
   position: relative;
   top:0;
   left:30;
   height:74px;

   float: left;
  }
.hero-icon__ngapali {
   
    position: relative;
    right: 0;
    top: -4;
    width: 33%;
    height: 20%;
    float: right;
}

.hero-icon__bg {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #12181b;
    opacity: .95
}

.hero-icon__border {
    opacity: .3
}

.hero-icon__border__line {
    position: absolute;
    background-color: #fff
}

.hero-icon__border__line_left-top {
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.hero-icon__border__line_left-bottom,
.hero-icon__border__line_right-top {
    height: 1px;
    left: 3px;
    right: 3px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.hero-icon__border__line_left-bottom {
    bottom: 3px
}

.hero-icon__border__line_right-top {
    top: 3px
}

.hero-icon__border__line_right-bottom {
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.hero-icon_win-head-he {
    position: absolute;
    left: 8%;
    top: 150px
}

@media (max-width:1023px) {
    .hero-icon_win-head-he {
        top: 155px;
        left: 6%
    }
}

@media (max-width:767px) {
    .hero-icon_win-head-he {
        top: 235px;
        left: 5%
    }
}

.hero-icon_win-head-she {
    position: absolute;
    right: 8%;
    top: 150px
}

@media (max-width:1023px) {
    .hero-icon_win-head-she {
        top: 155px;
        right: 6%
    }
}

@media (max-width:767px) {
    .hero-icon_win-head-she {
        top: 235px;
        right: 5%
    }
}

.hero-icon__picture {
    position: absolute;
    left: 0%;
    top: 23%
}
/*.hero-icon__picture_thande {
    position: absolute;
    right:1%
}*/

.hero-icon__picture_he {
    width: 45px;
    height: 45px;
    margin-top: -20px;
    margin-left: -22px
}

.hero-icon__picture_thandex {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px
}

.bg,
.bg__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.bg {
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bg__image {
    background: no-repeat 50% 50%/cover
}

.bg__video,
img.bg__image {
    display: none
}

.bg__video {
    position: absolute
}

.bg__video_ready {
    display: block
}


.act__hero__border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    opacity: .3
}

.act__hero__border__line {
    position: absolute;
    background-color: #fff
}

.act__hero__border__line_left-top {
    left: 5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.act__hero__border__line_left-bottom,
.act__hero__border__line_right-top {
    height: 1px;
    left: 5px;
    right: 5px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.act__hero__border__line_left-bottom {
    bottom: 5px
}

.act__hero__border__line_right-top {
    top: 5px
}

.act__hero__border__line_right-bottom {
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

@media (max-height:720px) {
    .act__hero {
        width: 250px;
        height: 250px
    }
}


.start {
    height: auto
}

.start__hero {
    display: none
}

@media (max-width:767px) {
    .start__hero {
        z-index: 9;
        display: block
    }
    .start__title {
        display: none
    }
}

.start__visual {
   
    position: relative;
    height: 490px;
    overflow: hidden
}

@media (max-height:710px) {
    .start__visual {
        height: 430px
    }
}
.intro__text,
.intro__title {
    position: absolute;
    left: -100%;
    right: -100%
}

.intro__text__part,
.intro__title__part {
    display: block
}

.intro__title {
    top: 74px;
    font-weight: 400;
    font-family: 'Bodoni', Georgia, Times, serif;
    font-size: 120px;
    line-height: .72
}

@media (max-width:767px) {
    .intro__title {
        font-size: 60px;
        top: 45px
    }
}

.intro__text {
    bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: .3em;
    line-height: 2
}

@media (max-width:767px) {
    .start__visual {
        background: url() no-repeat 50% 50%
    }
}

.start__visual__link {
    z-index: 500
}

.start__visual__figure,
.start__visual__link {
    position: absolute;
    overflow: hidden;
    width: 70%;
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
    transform: skewX(-45deg);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

@media (max-width:767px) {
    .start__visual__figure,
    .start__visual__link {
        width: 100%
    }
}

.start__visual__figure_he,
.start__visual__link_he {
    top: 0;
    left: 0;
    bottom: 70px
}

.start__visual__figure_thandex,
.start__visual__link_thandex {
    top: 70px;
    left: 70%;
    bottom: 0
}
/*#48362c*/

.start__visual__figure {
    background:  #191D1F;
}

@media (max-width:500px) {
    .start__visual__figure {
        display: none
    }
}

.start__visual__figure__image {
    position: absolute;
    top: 0;
    height: 100%;
    -webkit-transform: skewX(45deg);
    -ms-transform: skewX(45deg);
    transform: skewX(45deg);
    background: no-repeat/cover;
    opacity: .75;
    transition: opacity .35s
}

.start__visual__figure__image_hover {
    opacity: 1
}

.start__visual__figure__image_hoverable {
    transition: transform .7s, opacity .35s;
    transition: transform .7s, opacity .35s, -webkit-transform .7s
}

.start__visual__figure__image_hoverable.start__visual__figure__image_hover {
    -webkit-transform: scale(1.05) skewX(45deg);
    -ms-transform: scale(1.05) skewX(45deg);
    transform: scale(1.05) skewX(45deg);
    transition: transform 3s cubic-bezier(.39, .575, .565, 1), opacity .35s;
    transition: transform 3s cubic-bezier(.39, .575, .565, 1), opacity .35s, -webkit-transform 3s cubic-bezier(.39, .575, .565, 1);
    opacity: 1
}

.start__visual__figure__image_he {
    right: -30%;
    width: 120%;
    background-image: url(../images/bagan.jpg);
    background-position: 100% 50%;
   
}

.start__visual__figure__image_thandex {
    left: -30%;
    width: 120%;
    background-image: url(../images/ngapali.jpg);
    background-position: 0% 50%;
    
}

.start__visual__association {
    position: absolute;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -115px;
    width: 230px;
    height: 230px;
    border: 47px solid transparent
}

.start__visual__association__outline {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    opacity: .05
}

.start__visual__association__outline__line {
    position: absolute;
    background-color: #ccbfa7
}

.start__visual__association__outline__line_left-top {
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.start__visual__association__outline__line_left-bottom {
    height: 5px;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.start__visual__association__outline__line_right-top {
    height: 5px;
    left: 0;
    right: 0;
    top: 0;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.start__visual__association__outline__line_right-bottom {
    right: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.start__visual__association__border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0);
    opacity: .3
}

.start__visual__association__border__line {
    position: absolute;
    background-color: #fff
}

.start__visual__association__border__line_left-top {
    left: 5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.start__visual__association__border__line_left-bottom,
.start__visual__association__border__line_right-top {
    height: 1px;
    left: 5px;
    right: 5px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.start__visual__association__border__line_left-bottom {
    bottom: 5px
}

.start__visual__association__border__line_right-top {
    top: 5px
}

.start__visual__association__border__line_right-bottom {
    right: 5px;
    top: 5px;
    bottom: 5px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

@media (max-width:767px) {
    .start__visual__association {
        display: none
    }
}

@media (max-height:710px) {
    .start__visual__association {
        margin-top: -100px
    }
}

.start__visual__association__text {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    margin-top: -15px;
    font: italic 31px/1 'Bodoni', Georgia, Times, serif
}

.start__visual__hero-icon {
    position: absolute;
    top: 50%;
    margin-top: -80px
}

@media (max-width:767px) {
    .start__visual__hero-icon {
        display: none
    }
}

.start__visual__hero-icon_he {
    right: 50%;
    margin-right: 68px
}

.start__visual__hero-icon_thandex {
    left: 50%;
    margin-left: 68px
}

@media (max-height:710px) {
    .start__visual__hero-icon {
        margin-top: -50px
    }
}
.start-prelude {
    display: none;
    position: relative;
    margin-top: 60px;
    margin-bottom: 18px
}

@media (max-width:767px) {
    .start-prelude {
        display: block
    }
}

.start-prelude__title {
    display: block;
    font: 80px/1.12 'Bodoni', Georgia, Times, serif;
    font-size: 26px;
    text-align: center
}

.start-prelude__connect {
    display: block;
    bottom: 100%;
    margin-bottom: 10px;
    height: 70px
}

.start-actions {
    left: 50%;
    width: 250px;
    margin-left: -125px
}

.start-actions__item {
    float: none;
    display: block
}

.start-actions__item_start {
    padding-left: 50px
}

@media (max-width:767px) {
    .start-actions__item_start {
        width: 100%;
        max-width: 250px
    }
}

@media (max-width:900px) {
    .start-actions {
        bottom: 60px
    }
}

.intro__hero {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -242.5px 0 0 -172.5px;
    width: 345px;
    height: 345px;
    border: none
}

.intro__hero__bg,
.intro__hero__border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg) translateZ(0);
    transform: rotate(45deg) translateZ(0)
}

.intro__hero__bg {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #12181b;
    opacity: .95
}

.intro__hero__border {
    opacity: .3
}

.intro__hero__border__line {
    position: absolute;
    background-color: #fff
}

.intro__hero__border__line_left-top {
    left: 3px;
    top: 3px;
    bottom: 3px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.intro__hero__border__line_left-bottom,
.intro__hero__border__line_right-top {
    height: 1px;
    left: 3px;
    right: 3px;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.intro__hero__border__line_left-bottom {
    bottom: 3px
}

.intro__hero__border__line_right-top {
    top: 3px
}

.intro__hero__border__line_right-bottom {
    right: 3px;
    top: 3px;
    bottom: 3px;
    width: 1px;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0
}

@media (max-height:710px) {
    .intro__hero {
        top: 52%
    }
}

@media (max-width:767px) {
    .intro__hero {
        margin: -95px 0 0 -95px;
        width: 190px;
        height: 190px
    }
}
    .ngapali_link a {
        border: 1px solid blue;
        padding: 10px 70px;
        background: red;
        color: #fff;
        text-decoration: none;
        position: relative;
        top: 90px;

    }

    .bagan_link a {
        border: 1px solid blue;
        padding: 10px 70px;
        background: red;
        color: #fff;
        text-decoration: none;
        position: relative;
        top: -80px;
    }

/*.intro__hero__delimiter {
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -50px
}*/
/*---------------------------------
--------------------  Thande Hotel New Update ----------------
----------------------------------*/
#contact_right h1 {
    margin-top: 18px;
}
.contact_right_p {
    margin-top: 150px !important;
}
@media screen and (max-width: 600px) {
.input_space {
    margin: 0;
}
.checkdate_box {
    padding: 10px 30px 20px 10px;
}
.input_space input[type='submit'] {
    font-size: 0.8em !important;
}    
}
