

/*******DEFAULT*******/

@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
html,
body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 400 !important;
  outline: none !important;
  overflow-x: hidden !important;
  list-style: none !important;
  scroll-behavior: smooth;
}

li {
  list-style: none !important;
}

* {
  box-sizing: border-box;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none !important;
  transition-duration: .3s !important;
}

*:focus {
  outline: none !important;
}

*::focus {
  outline: none !important;
}

textarea:focus,
input:focus,
.form-control:focus {
  outline: none !important;
}

.input-box{
  position: relative;
  border-radius: 30px !important;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  background-color: #fff;
}

textarea:focus, input, input:focus{
    outline: none !important;
}

*:focus {
    outline: none;
}

.navbar .container{
  max-width: 1250px;
}

.container{
  max-width: 1280px;
}

.container-max{
  max-width: 1920px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

.input-box input{
  border: none;
  background-color: transparent;
  width: 160px;
  color: #CCC;
  padding-left: 15px;
  padding-right: 15px;
}

.input-box i {
  position: absolute;
  right: 13px;
  top: 9px;
  color:#007ac1;

}

/*******END*******/


/*******THEME GENERAL*******/
html{
  background-color: #1c4178;
}

body{
  background-color: #1c4178;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

input.custom-file-input:focus, input:focus, input.custom-file-input:active, input:active{
  outline: none !important;
  border-color: rgba(0, 0, 0, 0.2) !important;
  box-shadow: none !important;
}


:focus {
  outline: 0;
}
.menu-spacer{
  width: 100%;
}
.menu-spacer-in{
  height: 80px;
}

.container-slider{
  max-width: var(--home-slider-max-width);
  margin-left: auto;
  margin-right: auto;
}


.container-mid{
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.container-min{
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.full-division{
  display: block;
  width: 100%;
  background-color: var(--section-background);
  padding-top: var(--section-padding);
  padding-bottom: var(--section-padding);
}



/*****MART************/



.sh-slider-main{
  position: relative;
  display: block;
  max-width: 1920px;
  height: calc(100vw / 1920 * 870);
  overflow: hidden;
  max-height: 870px;
  margin-left: auto;
  margin-right: auto;
}
.sh-slider{
  position: relative;
  display: block;
  height: calc(100vw / 1920 * 870);
  max-height: 870px;
  width: 100%;
  text-align: center;
  z-index: 0;
  background-color: #000;
  overflow: hidden;
  
}


.layer {
  position: absolute;
  display: block;
  background-repeat: no-repeat;
  width: 100%;
}

.layer img{
  position: relative;
  width: 100%;
}

.layer-0 img{
  width: 100%;
  top: 0;
}
.layer-m1{
  width: 100%;
  top: 24.36%;
}

.layer-m2{
  width: 100%;
  bottom: 36.55%;

}

.layer-m3{
  width: 100%;
  bottom: 29.77%;
}

.layer-b{
  width: 33%;
  top: 25%;
  left: 17%;
}

.layer-m4{
  width: 100%;
  bottom: 19.54%;
}

.layer-m5{
  width: 100%;
  bottom: 12.82%;
}

.layer-m6{
  width: 100%;
  bottom: 9.42%;
}

.layer-m7{
  width: 100%;
  bottom: 4.36%;
}

.layer-m8{
  width: 100%;
  bottom: 0;
}

.layer-fire{
  width: 8.12%;
  bottom: 2.3%;
  left: 39%;
}

.sli-bc{
  background-color: #fff;
}


.texturebg4{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vw / 1920 * 800);
  max-height: 800px;
  max-width: 1920px;
}


@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}


.spark {
    background-color: #DE4A00;
    font-family: 'Helvetica', sans-serif;
    visibility: hidden;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 30%;
    box-shadow: 0 0 5px #AB000B;
}

.title1{
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 30px;
}

.title2{
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.desc-2{
  color: #fff;
  text-align: justify;
  line-height: 1.2;
  margin-bottom: 30px;
}


.default-btn{
  display: block;
  text-align: center;
  max-width: 200px;
  padding: 8px 20px;
  color: var(--default-btn-text-color);
  background-color: var(--default-btn-text-background);
  border: 1px solid var(--default-btn-text-border);

}

.default-btn:hover{
  color: var(--default-btn-text-hover-color);
  background-color: var(--default-btn-text-hover-background);
  border: 1px solid var(--default-btn-text-hover-border);
}

/*******END*******/


/*******SCROLL ANIMATION*******/

.js-scroll {
  opacity: 0;
  transition: opacity 500ms;
}

.js-scroll.scrolled {
  opacity: 1;
}

.scrolled.fade-in {
  animation: fade-in 1s ease-in-out both;
}

.scrolled.fade-in-bottom {
  animation: fade-in-bottom 1s ease-in-out both;
}

.scrolled.slide-left {
  animation: slide-in-left 1s ease-in-out both;
}

.scrolled.slide-right {
  animation: slide-in-right 1s ease-in-out both;
}

.slider-main {
  background: transparent;
}

.slider-main .owl-dots{
  position: relative;
  margin-top: 5px;
}



@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}


.news-main .owl-stage{
  overflow: hidden;
  padding-bottom: 10px;
}


.single-video{
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.single-video iframe{
  width: 100% !important;
}


/*******END*******/

.cat-single{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
  color: #fff !important;
}

.cat-single img{
  width: 100%;
}

.cat-titles{
  position: absolute;
  width: 100%;
  padding: 20px;
  bottom: 15px;
  text-align: center;
  text-transform: uppercase;
}

.cat-title{
  font-weight: 500;
  font-size: 16px;
}

.black{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: #000000;
  background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}


.aylal{
  position: relative;
  display: block;
  padding: 30px;
  background-color: #295290;
  margin-top: -50px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}

.aylal-list .aylal-single{
  margin-bottom: 30px;
}

.aylal-single{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  height: 400px;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.aylal-single img{
  width: 100%;
}

.aylal-single:hover{
  filter: brightness(1.2);
}

.aylal-content{
  position: absolute;
  width: 100%;
  padding: 50px 20px 20px;
  text-align: center;
  color: #fff;
  background: rgb(13,13,25);
  background: linear-gradient(0deg, rgba(13,13,25,0.8) 0%, rgba(13,13,25,0) 100%);
  bottom: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  transition-duration: 1s;
}

.aylal-content p{
  font-size: 14px;
}

.aylal-title{
  font-size: 17px;
  margin-bottom: 5px;
  font-weight: 500;
  text-transform: uppercase;
}
.aylal-price{
  margin-top: 5px;
  font-weight: 500;
}

.rooms .row{
  margin-left: -5px;
  margin-right: -5px;
}

.rooms .col-lg-3{
  margin-bottom: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
.rooms .col-lg-9{
  padding-left: 5px;
  padding-right: 5px;
}

.travel-title{
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 60px 10px 10px;
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
  color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
}

.t-title{
  font-weight: 400;
  font-size: 20px;
  padding-left: 7px;
  text-transform: uppercase;
}

.room-title table{
  margin-bottom: 5px;
  color: #fff;
}

.room-title .table td{
  color: #8ec047;
}

.room-title .table td, .room-title .table th{
  padding: 5px 3px;
  border: none !important;
}


.slider-main .owl-next{
    background: url(../img/next-main.svg);
    width: 31px;
    height: 60px;
    top: calc(50% - 45px);
    background-position: center;
    right: -19px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}

.slider-main .owl-prev{
    background: url(../img/prev-main.svg);
    width: 31px;
    height: 60px;
    top: calc(50% - 45px);
    background-position: center;
    left: -19px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}


.slider-main .owl-next:hover{
  opacity: 1 !important;
  background-position: center left;
}

.slider-main .owl-prev:hover{
  opacity: 1 !important;
  background-position: center right;
}

.toli{
  width: 100%;
  position: relative;
  background-color: #252530;
  padding: 20px;
  border-radius: 50%;
  margin-top: -20px;
  margin-bottom: -20px;
}

.festival{
  padding: 60px 0 80px;
  color: #fff;
}

.festival .container{
  max-width: 1560px;
}

.fes-slider{
  border-radius: 1000px;
  overflow: hidden;
}

.toli img{
  width: 100%;
  border-radius: 50%;
}

.f-title{
  font-size: 24px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

.festival-single{
  position: relative;
  background-color: #181824;
  border-radius: 1000px;
}

.f-left{
  position: relative;
  display: block;
  padding: 30px;
  top: 20%;
  max-width: 300px;
  float: right;
  min-height: 240px;
}

.f-right{
  position: relative;
  display: block;
  padding: 30px;
  top: 10%;
  max-width: 400px;
}

.f-right p{
  display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;  
    overflow: hidden;
    color: #81a5bf;
}

.f-right a{
  position: relative;
  display: block;
  max-width: 200px;
  text-align: center;
  background-color: rgba(255, 255, 255, .2);
  color: #fff;
  padding: 10px 20px;
  border-radius: 100px;
}

.f-right a:hover{
  background-color: rgba(255, 255, 255, .4);
}

.aylal-single img{
  transition-duration: .5s;
}

.aylal-in{
  padding-bottom: 30px;
}

.cat-single img{
  position: relative;
  transform-origin: center;
  transition-duration: .5s;
}

.cat-in{
  transform: scale(1.1);
}

.about{
  padding: 50px 0;
  color: #fff;
  background-color: #13315d;
}

.tosoh{
  padding: 50px 0;
  color: #fff;
  background-color: #010204;
  background-image: url(../content/tbc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-height: 500px;
}

.tosoh p{
  margin-bottom: 250px;
}

.about-text{
  text-align: justify;
}

.about-title{
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 60px;
}

.about p{
  text-align: justify;
}

.about-img{
  width: 100%;
  margin-bottom: 20px;
}

.about-img img{
  max-width: 100%;
  border-radius: 15px;
}

.about-sec{
  padding: 30px 0;
}

.about-sec .col-gd{
  margin-bottom: 10px;
}

.news-list .col-gd{
  margin-bottom: 10px ;
}

.ajil-single{
  padding: 30px 25px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 15px;
  height: 100%;
  text-align: center;
  font-size: 17px;
  text-transform: uppercase;
}

.too{
  font-size: 30px;
  font-weight: 600;
}

.more1{
  position: relative;
  display: block;
  width: 250px;
  background-color: rgba(255, 255, 255, .2);
  text-align: center;
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  border-radius: 50px;
  margin-top: 30px;
  z-index: 1;
}

.more1:hover{
  background-color: rgba(255, 255, 255, .4);
  color: #fff;
}

.video-responsive, .canvas,
.video{
  width: 100vw;
}

.video-responsive{
  background-color: #002d33;
}

.zochin{
  padding: 30px 0;
}
.slider-zochin .item{
  border-radius: 10px;
  overflow: hidden;
}

.z-title{
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
  text-shadow: 0 2px 15px #000;
}



.black-btn{
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #f00;
  background-color: rgba(0, 0, 0, .8);
}

.video-popup{
  position: fixed;
  padding: 10px;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  
}

.video-popup .video-selector{
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  max-height: 540px;
}

.video-s{
  width: 100%;
  z-index: 1;
  position: relative;
  display: block;
  padding: 5px 5px 0;
  background-color: #333;
}

.video-popup iframe{
  width: 100%;
  height: calc((100vw - 20px)/16 * 9);
  max-width: 960px;
  max-height: 100vh;
}

.v-btn{
  display: block;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
}

.v-btn a{
  cursor: pointer;
}


.v-btn img{
  position: relative;
  z-index: 1;
}

.circle{
  position: absolute;
  background-color: rgba(255, 255, 255, .6);
  width: 100px;
  height: 100px;
  border-radius: 50px;
  animation: circleScale 3s infinite;

}

.service{
  padding: 0 0 60px;
  margin-top: -60px;
}

.service-single{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
}

.service-single img{
  width: 100%;
  transition-duration: 1s;
}

.service-title{
  width: 100%;
  background-color: rgba(0, 0, 0, .5);
  position: absolute;
  padding: 15px 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  top: calc(50% - 20px);
  font-size: 20px;
 
}

.row-gd{
  margin-left: -5px;
  margin-right: -5px;
}

.col-gd{
  padding-left: 5px;
  padding-right: 5px;
}

.contact{
  padding: 0 0 60px 0;
}

.contact .col-md-5, .contact .col-md-7{
  margin-bottom: 20px;
}

.contact-sec{
  background-color: rgba(255, 255, 255, .2);
  padding: 25px;
  border-radius: 15px;
  height: 100%;
}

.contact a{
  display: block;
  color: #fff;
}

footer{
  background-color: #000;
  color: #fff;
  text-align: center;
  margin-top: 30px;
}

.footer-top{
  padding: 60px 0 30px;
}

.footer-bottom{
  border-top: 1px solid #222;
  padding: 20px 0;
}

.col-n4{
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  margin-top: -3px;
}

.col-n8{
  -ms-flex: 0 0 calc(100% - 40px);
  flex: 0 0 calc(100% - 40px);
  max-width: calc(100% - 40px);
}

footer a .row{
  margin: 0;
  margin-bottom: 10px;
}


.footer-title{
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 20px;
}

footer a{
  color: #fff;
}

footer a:hover{
  color: #81a5bf;
}

footer iframe{
  border-radius: 15px;
}
footer .col-md-4{
  margin-bottom: 30px;
}


.header{
  position: relative;
  display: block;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 120px 0 60px;
  text-align: center;
  background-position: center bottom !important;
  background-size: cover !important;
  color: #fff;
  margin-bottom: 50px;
}

.header-fes{
  position: relative;
  display: block;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding: 250px 0 130px;
  text-align: center;
  background-position: center !important;
  background-size: cover !important;
  color: #fff;
  margin-bottom: 30px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.naad{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
}

.header-fes p{
  position: relative;
  z-index: 1;
}

.aylal-er{
  color: #fff;
  text-align: justify;
  margin-bottom: 30px;
}


.header-title{
  position: relative;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.container-mid .header-title{
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 1;
}

.header-une{
  font-size: 17px;
  font-weight: 400;
  color: #c6ff75;
}

.uruu{
  padding: 60px 0 0;
}

.uruu .item{
  position: relative;
  display: block;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 10px;
}
.uruu .item img{
  width: 100%;
}



.r-title{
  font-size: 22px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}


.room-set{
  margin-bottom: 60px;
}

.outer {
    margin: 0;
    width: 100%;
    margin-bottom: 30px;
}
#big .item {
    background: #ec6e46;
    margin: 2px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
}
#thumbs .item {
    margin: 2px;
    border-radius: 5px;
    cursor: pointer;
    overflow: hidden;
}
#thumbs .item h1 {
    font-size: 18px;
}
#thumbs .current .item {
    border: 1px solid #008ea1;
}

#big.owl-theme {
    position: relative;
}
#big.owl-theme .owl-prev {
    background: url(../img/prev-main.svg);
    width: 31px;
    height: 60px;
    top: calc(50% - 30px);
    background-position: center;
    left: -9px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}
#big.owl-theme .owl-next {
    background: url(../img/next-main.svg);
    width: 31px;
    height: 60px;
    top: calc(50% - 30px);
    background-position: center;
    right: -9px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}
#thumbs.owl-theme .owl-next{
    background: url(../img/next-main.svg);
    width: 18px;
    height: 45px;
    top: calc(50% - 30px);
    background-position: center;
    right: -9px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}
#thumbs.owl-theme .owl-prev {
    background: url(../img/prev-main.svg);
    width: 18px;
    height: 45px;
    top: calc(50% - 30px);
    background-position: center;
    left: -9px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}

.uruu-sing{
  padding: 60px 0;
}

#big.owl-theme .owl-next:hover,#thumbs.owl-theme .owl-next:hover{
  opacity: 1 !important;
  background-position: center right;
}

#big.owl-theme .owl-prev:hover, #thumbs.owl-theme .owl-prev:hover{
  opacity: 1 !important;
  background-position: center left;
}

.uruu-single-desc{
  padding: 8px 10px 3px;
  background-color: rgba(255, 255, 255, .2);
  border-radius: 10px;
  text-align: center;
  color: #8ec047;
  margin-bottom: 10px;
}
.uruu-single-desc p{
  color: #fff;
  margin-top: 2px;
}

.uruu-single-desc svg{
  width: 30px;
  fill: #8ec047;
}

.z-btn a{
  margin-top: 10px;
  display: block;
  text-align: center;
  padding: 12px 20px;
  background-color: #8ec047;
  border-radius: 10px;
  color: #fff;
}

.z-btn a:hover{
  background-color: #75a433;
  color: #fff;
}


.ser-slider .owl-prev {
    background: url(../img/prev-main.svg);
    width: 31px;
    height: 60px;
    top: calc(50% - 30px);
    background-position: center;
    left: -9px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}
.ser-slider .owl-next {
    background: url(../img/next-main.svg);
    width: 31px;
    height: 60px;
    top: calc(50% - 30px);
    background-position: center;
    right: -9px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}

.ser-slider .owl-next:hover{
  opacity: 1 !important;
  background-position: center right;
}

.ser-slider .owl-prev:hover{
  opacity: 1 !important;
  background-position: center left;
}

.uilchilgee .container{
  max-width: 1460px;
}

.uilchilgee{
  padding: 30px 0;
}

.ser-sec{
  padding: 30px 0;
}

.ser-slider{
  border-radius: 15px;
  overflow: hidden;
}

.ser-text{
  padding: 25px;
  background-color: rgba(255, 255, 255, .3);
  color: #fff;
  border-radius: 15px;
  height: 100%;
}

.ser-text .footer-title{
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}

.go-page{
  position: absolute;
  margin-top: -100px;
}

.fes1{
  padding: 20px 0;
}

.fes-er{
  padding: 30px 25px;
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 15px;
  text-align: justify;
}
.feslink{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 15px;
  min-height: 300px;
  max-height: 500px;
}

.feslink:hover{
  filter: brightness(0.8);
}

.col-msh-2{
  -ms-flex: 0 0 350px;
  flex: 0 0 350px;
  max-width: 350px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-msh-1{
  -ms-flex: 0 0 calc(100% - 350px);
  flex: 0 0 calc(100% - 350px);
  max-width: calc(100% - 350px);
  padding-left: 15px;
  padding-right: 15px;
}

.hutulbur{
  padding: 60px 0 30px;
  color: #fff;
}

.burtgel{
  padding: 10px 0;
}

.burtgel a{
  position: relative;
  display: block;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  padding: 10px 20px;
  background-color: #fbba16;
  text-align: center;
  border-radius: 50px;
}

.burtgel a:hover{
  background-color: #ffa200;
}




.ilgeeh{
  position: relative;
  display: block;
  max-width: 200px;
  color: #fff;
  padding: 10px 20px;
  background-color: #f27123;
  text-align: center;
  border-radius: 5px;
  margin-top: 20px;
   border: none;
   min-width: 200px;
}

.ilgeeh:hover{
  background-color: #fbba16;
}


.h-title{
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5b5b7f;
}
.h-titles{
  margin-bottom: 15px;
}
.h-titles p{
  color: #81a5bf;
}
.hutulbur-slider .owl-stage{
  position: relative;
  overflow: visible;
}
.hut-single{
  position: relative;
  display: block;
  background-color: rgba(255, 255, 255, .1);
  padding: 20px;
  border-radius: 15px;
}

.hut-img{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  border-radius: 15px;
  background-position: center !important;
  background-size: cover !important ;
  min-height: 200px;
  max-height: 300px;
}

.hut-single .col-sm-5{
  margin-bottom: 10px;
}

.hutulbur-slider .item p{
  margin-bottom: 6px;
}


.video-all{
  padding: 60px 0;
}

.photo-gallery-all{
  padding: 60px 0;
}

.aylal-list{
  padding: 40px 0 60px;
}

.gishuun-single{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  height: 100%;
}

.gishuun-single img{
  width: 100%;
  border-radius: 400px;
  border: 5px solid rgba(255, 255, 255, .2);
  margin-bottom: 10px;
}

.g-title{
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.gishuun-single p{
  color: #81a5bf;
}

.modal-content{
  background-color: #27273a;
}

.close{
  color: #fff;
  text-shadow: none;
}

.modal-header{
  border-bottom: 1px solid #535c6e;
  text-transform: uppercase;
}

.modal-footer{
  border-top: 1px solid #535c6e;
}

.modal-body img{
  max-width: 100%;
  border-radius: 200px;
}

.tesmin{
  padding: 60px 0;
  background-color: #13112b;
}



.fv2{
  text-align: left;
}

.footer a{
  color: #fff;
}

.footer{
  background: #182841;
  padding: 40px 0 0;
}

.footer a{
  color: #fff;
  display: block;
}

.footer a:hover{
  opacity: 0.7;
}

.copyright{
  padding: 15px 0;
  background: #0b1626;
}
.footer-title{
  font-size: 22px;
  font-weight:uppercase;
  color: #fff !important;
  margin-bottom: 20px;
}

.footer-social-link{
  display: block;
  padding: 0;
  margin: 0;
  width: 40px;
  float: left;
}

.footer-social-link:hover{
  opacity: 0.8;
}

.social-links{
  padding: 0;
  margin-left: 0;
}

.social-links svg{
  width: 40px;
  fill: var(--footer-color);
}

.footer iframe{
  width: 100%;
  height: var(--footer-map-height);
}
.footer-about-text{
  display: -webkit-box;
    -webkit-line-clamp: var(--footer-about-mur);
    -webkit-box-orient: vertical;  
    overflow: hidden;
}

.siteby{
  text-align: right;
  margin-bottom: 0;
}

.tp-single{
  padding: 20px;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 10px;
  color: #fff;
  margin-bottom: 30px;
}

.t-name{
  margin-bottom: 10px;
  font-size: 16px;
}

.tp{
  font-weight: 600;
}

.day-img{
  width: 100%;
  height: 100%;
  min-height: 250px;
  background-position: center !important;
  background-size: cover !important;
  border-radius: 20px;
}

.day-single{
  background-color: rgba(255, 255, 255, .3);
  border-radius: 30px;
  margin-bottom: 30px;
  padding: 10px;
}

.day-content{
  padding: 15px;
}

.day-content p{
  text-align: justify;
}

.t-title{
  margin-bottom: 20px;
}




@keyframes circleScale {
   0% {
     transform: scale(0);
  }
   50% {
     transform: scale(1);
  }
   100% {
     transform: scale(0);
  }
}

@media only screen and (min-width: 981px) {
  .video-popup iframe{
    width: 100%;
    height: calc((100vw - 20px)/16 * 9);
    max-width: 960px;
    max-height: 540px;
  }
}
@media only screen and (min-width: 768px) {
  .hutulbur .day-single:nth-child(even) .col-md-7{
    order: 1;
  }

  .hutulbur .day-single:nth-child(odd) .col-md-5{
    order: 2;
  }
}



/*DEFAULT RESPONSIVE*/

@media only screen and (max-width: 1320px) {
  .sh-slider-main, .sh-slider{
    height: calc(100vw / 1920 * 1000);
  }

  .sh-slider{
    width: 130%;
    left: -15%;
  }


  .texturebg4{
    height: calc(100vw / 1920 * 1000);
  }

  .navbar-expand-lg .navbar-nav .nav-link{
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
  }
  .navbar-toggler{
    border-radius: 10px !important;
  }
  .festival-single{
    border-radius: 10px;
  }

  .f-right{
    position: relative;
    display: block;
    padding: 30px;
    top: 10%;
    max-width: 350px;
  }

  .f-right p{
    display: -webkit-box;
      -webkit-line-clamp: 8;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      color: #81a5bf;
  }
}

@media only screen and (max-width: 1160px) {
  .f-right p{
    display: -webkit-box;
      -webkit-line-clamp: 5;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      color: #81a5bf;
  }
}

@media only screen and (max-width: 991px) {
  .sh-slider-main, .sh-slider{
    height: calc(100vw / 1920 * 1200);
  }

  .texturebg4{
    height: calc(100vw / 1920 * 1200);
  }

  .sh-slider{
    width: 150%;
    left: -25%;
  }
  .layer-b{
    left: 20%;
  }

  .layer-m6{
    left: -10%;
  }

  .layer-m7{
    left: -10%;
  }
  .layer-m8{
    left: -10%;
  }

  .layer-fire{
    left: 29%;
  }

  .video-responsive{
    margin-top: 40px;
  }
  .service{
    margin-top: 0;
    padding-top: 60px;
  }
  .fire-all{
    transform: scale(0.8);
  }
  .f-left{
    max-width: 100%;
    text-align: center;
    float: none;
    min-height: 10px;
    margin-bottom: 40px;
    text-align: center;
  }

  .f-right{
    max-width: 100%;
    top: 0 !important;
  }
  .f-right p{
    display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;  
      overflow: hidden;
      color: #81a5bf;
  }

}

@media only screen and (max-width: 768px) {
  .default-btn{
    padding: 7px 8px;
    font-size: 15px;
  }
  .home-ti .col-md-6, .home-ti .col-md-7, .home-ti .col-md-5{
    margin-bottom: 30px;
  }
  .v-btn{
    margin-top: 30px;
  }
  .header{
    padding: 80px 0 80px;
  }
  .uilchilgee .ser-sec:nth-child(even) .col-md-6:nth-child(2){
    order: 1;
  }
  .uilchilgee .ser-sec:nth-child(even) .col-md-6:nth-child(1){
    order: 2;
  }
  .ser-slider{
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .ser-text{
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  .f-title{
    font-size: 20px;
  }

}

@media only screen and (max-width: 576px) {
  .sh-slider-main, .sh-slider{
    height: calc(100vw / 1920 * 1600);
  }

  .cat-single{
    height: 250px;
  }

  .aylal-cat, .ontsloh-aylal{
    padding: 0;
    margin-left: -10px;
    margin-right: -10px;
  }
  .aylal{
    margin-top: 0;
    border-radius: 0;
    padding: 15px;
  }

  .texturebg4{
    height: calc(100vw / 1920 * 1600);
  }

  .sh-slider{
    width: 170%;
    left: -35%;
  }
  .layer-b{
    left: 30%;
  }

  .layer-m6{
    left: -10%;
  }

  .layer-m7{
    left: -12%;
  }
  .layer-m8{
    left: -5%;
  }

  .layer-fire{
    left: 34%;
  }

  .container-mid .header-title{
    font-size: 17px;
    font-weight: 500;
  }
  .default-btn{
    padding: 6px 8px;
    font-size: 14px;
  }
  .container{
    padding-left: 10px;
    padding-right: 10px;
  }
  .service-single{
    margin-bottom: 10px;
  }
  .service-title{
    font-size: 16px;
  }
  .f-title{
    min-height: 108px;
  }

  .tosoh{
    background-size: 200% auto;
    background-repeat: no-repeat;
    background-position: bottom center;
    min-height: 500px;
  }
}
/*******END*******/


