*{
    margin: 0;
    padding:0;
}
.mail-bg{
    background: rgb(146, 104, 35);
}
.bg-mail{
    background:rgb(87, 58, 12)
}
.bag{
    background-image: url("../../assets/img/activities-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
}
.text-just{
    text-align: justify;
}
    .nav-logo {
        max-width: 50% !important;
        height: auto;
      }
      
      .carousel-indicators .active {
  opacity: -1;
}

/* .dooar{
    background-color:pink;
} */

.text-cen{
    font-family:Lucida Handwriting;
}

.dooarss{
  color: green;
}

.assam{
  color: red;
}

.meghalaya{
  color: #00b85c;
}
.nagaland{
  color: #008cff;
}

.darjeeling{
  color: rgb(0, 93, 117);
}

.arnuachal{
  color: rgb(59, 87, 179);
}

.carousel-caption {
    position: relative;
    right: 15%;
    bottom: 4.25rem;
    left: 15%;
    padding-top: -1.25rem;
   
    color: #fff;
    text-align: center;
}
.head-text{
    font-size:60px;
    text-align:right;
    
}
.justify-text{
    text-align:justify;
    padding:0px 145px ;
}

.header{
   text-shadow: 3px 5px 0px #442a00;
 font-family:Lucida Handwriting;
 padding:0px 60px;
 color: rgb(230, 197, 114);
}
.header2{
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0) !important;
   color: #4c6624  !important;
}
@media (max-width:420px) {
    .head-text{
        font-size:25px;
        
    }
    
}

/*.mt-4 {*/
/*  margin-top: 1.5rem !important;*/
/*  margin: 0px .1;*/
/*  margin: 0px auto;*/
/*    margin-top: 0px;*/
/*}*/
/*  @media (min-width: 420px){*/
/*.col-md-3 {*/
/*  flex: 0 0 auto !important;*/
/*  width: 21% !important;*/
/*}*/
.tra-ing{
    height:2px;
    color: white ;
    opacity: 1.25 ;
}
.text {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 30px;
  text-shadow: 10px 10px 15px black;
  opacity: 0.8;
  padding:0px 60px;
  font-family: roboto;
}

.ext{
    font-family:Lucida Handwriting;
}

@media(max-width:420px){
    .text{
        margin-top: 0;
        margin-bottom: 5rem;
        display: flex;
        justify-content: center;
        align-items: center;
    font-size: 20px;
    }
    
    .justify-text{
    text-align:justify !important;
    padding:0px!important;
}
}
/* .dooars{
    background: rgb(92, 155, 49);
    box-shadow: 2px 2px 10px;
}
.assam{
    background: rgb(243, 164, 177);
    box-shadow: 2px 2px 10px;
}
.Meghalaya{
    background:rgb(86, 144, 199);
    box-shadow: 2px 2px 10px;
}
.back{
    background-color: rgb(243, 230, 214);
    padding:42px;
  
} */
/* @media(max-width:600px){
    .text-just{
        width:100%;
   height: auto;
    }
} */

element {
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
    border-top-width: 0px;
    border-top-style: none;
    border-top-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: -1 !important;
  transition: opacity .6s ease;
}
.dilux{
    display: flex;
    justify-content:space-around;
    position: relative;
    top:-50px;
}
.text-al{
    font-size:17px !important;
    text-align: justify !important;
    padding-right: 40px;
   
}
@media(max-width:600px){
    .text-al{
        font-size:20px;
        padding-right: 0px;
    }
    
    .carousel-caption {
        position: absolute;
        right: 15%;
        bottom: -2.75rem !important;
        left: 15%;
        padding-top: 1.25rem !important;
        padding-bottom: -10.75rem !important;
        color: #fff;
        text-align: center;
    }
}

.carosel-paragraph {
    margin-top: -59px;

}

.carosel-image {
    width: 100px;
    height: 100px;
    display: block;
    background: url("../../assets/img/jungle-safari.png");
    border-radius: 50%;
    border: 2px solid #8400f7;
    margin-top:30px;


}

.grid-d {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-auto-rows: 150px;
    column-gap: 10px;
    row-gap: 1em;
}

.grid-image-1 {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3;
    background-image: url("../../assets/img/dooars-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-image-2 {
    grid-column-start: 2;
    grid-column-end: 2;
    background: url("../../assets/img/bomdila1.jpg");
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-image-3 {
    grid-column-start: 3;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    background: url("../../assets/img/dawki-cherrapunji-meghalaya.jpg");
    height: 150px;
    background-size: cover;
    background-repeat: no-repeat;
}

.grid-image-4 {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    background-image: url("../../assets/img/Tawang-photo-1.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.grid-image-5 {
    grid-column-start: 4;
    grid-column-end: 4;
    background-image: url("../../assets/img/hornbill festival.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.grid-image-6 {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    background-image: url("../../assets/img/cherapunji.jpg");
    background-size: cover;
    background-repeat: no-repeat
}

.grid-image-7 {
    grid-column-start: 5;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 3;
    /* grid-row-start: 2; */
    background-image: url("../../assets/img/meghalaya-img.png");
    background-size: cover;
    background-repeat: no-repeat;
}

.why{
    font-size: 37px;
}

.end-footer{
    background-color:#573a0c !important;
}

.footer-end{
    background-color:#573a0c !important;
}
.banner-text{
    position:relative;
    top:-50%;
}

.owl-theme .owl-dots .owl-dot span {
    width: 31px !important;
    height: 8px !important;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0px !important;
}
.activiti{
    background-image:url("../../assets/img/activities-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
   
 
}

.knowmore{
  color: #424242;

}

.knowmore:hover{
  color: rgb(0, 98, 255);
}

/* @media (420px) {
    .act-img{
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }
    
} */
.text-a{
    text-align:center;
    font-size: 20px;
    margin-right: 20px;
    line-height: 2.50rem;
    margin-top: 33px !important;
}
.rh{
    width:100%;
    height: 2px !important;
    opacity: 1.25 !important;
}

.rhh{
    width:90%;
    height: 2px !important;
    opacity: 1.25 !important;
}

.rhe{
    width:90%;
    height: 2px !important;
    opacity: 1.25 !important;
}

@media(max-width:600px){
    .rhe{
        width:100%;
        height: 2px !important;
        opacity: 1.25 !important;
    }

    .rh{
        width:100%;
        height: 2px !important;
        opacity: 1.25 !important;
    }
    
    .rhh{
    width:100%;
    height: 2px !important;
    opacity: 1.25 !important;
}
}




.carosel-paragraph {
  margin-top: 28px !important;

}

.mail-bordar{
    border:1px solid black !important;
}

/*  */

.naga{
    text-align:justify;
}
.heading{
    font-size: 35px;
    color:pink;
}
.card-img-top {
  
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
  }

 






  @import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
  --font-sans: "Rubik", sans-serif;
  --font-serif: "Cardo", serif;
}

* {
  box-sizing: border-box;
}

/* html,
body {
  height: 100%;
} */

/* body {
  display: grid;
  place-items: center;
} */

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
  font-family: var(--font-sans);
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.card {
  position: relative;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1), 0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1), 0 16px 16px rgba(0, 0, 0, 0.1);
}
@media (min-width: 600px) {
  .card {
    height: 350px;
  
  }
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  transition: transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.009) 11.7%, rgba(0, 0, 0, 0.034) 22.1%, rgba(0, 0, 0, 0.072) 31.2%, rgba(0, 0, 0, 0.123) 39.4%, rgba(0, 0, 0, 0.182) 46.6%, rgba(0, 0, 0, 0.249) 53.1%, rgba(0, 0, 0, 0.32) 58.9%, rgba(0, 0, 0, 0.394) 64.3%, rgba(0, 0, 0, 0.468) 69.3%, rgba(0, 0, 0, 0.54) 74.1%, rgba(0, 0, 0, 0.607) 78.8%, rgba(0, 0, 0, 0.668) 83.6%, rgba(0, 0, 0, 0.721) 88.7%, rgba(0, 0, 0, 0.762) 94.1%, rgba(0, 0, 0, 0.79) 100%);
  transform: translateY(-50%);
  transition: transform calc(var(--d) * 2) var(--e);
}
.card1:before {
  background-image: url("../../assets/img/Kohima\,Nagaland.png");
}
.card2:before {
  background-image: url("../../assets/img/rishyap.png");
}
.card3:before {
  background-image: url("../../assets/img/mirik.png");
}
.card4:before {
  background-image: url("../../assets/img/raimona-national-park.png");
}
.card5:before {
  background-image: url("../../assets/img/lataguri_800.png");
}
.card6:before {
  background-image: url("../../assets/img/zero vally.png");
}
/*.card:nth-child(3):before {*/
/*  background-image: url("../../assets/img/assam-img.png");*/
/*}*/


.content {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 1rem;
  transition: transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.title {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 6px 5px 20px black;
}

.copy {
  font-family: var(--font-serif);
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

.btn {
  cursor: pointer;
  margin-top: 1.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.65rem;
  font-weight: bold;
  letter-spacing: 0.025rem;
  text-transform: uppercase;
  color: white;
  background-color: black;
  border: none;
}
.btn:hover {
  background-color: #0d0d0d;
}
.btn:focus {
  outline: 1px dashed yellow;
  outline-offset: 3px;
}

@media (hover: hover) and (min-width: 600px) {
  .card:after {
    transform: translateY(0);
  }

  .content {
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.title) {
    opacity: 0;
    transform: translateY(1rem);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
  }

  .card:hover,
.card:focus-within {
    align-items: center;
  }
  .card:hover:before,
.card:focus-within:before {
    transform: translateY(-4%);
  }
  .card:hover:after,
.card:focus-within:after {
    transform: translateY(-50%);
  }
  .card:hover .content,
.card:focus-within .content {
    transform: translateY(0);
  }
  .card:hover .content > *:not(.title),
.card:focus-within .content > *:not(.title) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: calc(var(--d) / 8);
  }

  .card:focus-within:before, .card:focus-within:after,
.card:focus-within .content,
.card:focus-within .content > *:not(.title) {
    transition-duration: 0s;
  }
}


/**/


h1{
  font-family: 'Abel', sans-serif;
  font-weight:100;
  font-size: 40px;
  text-align:center;
}
.container{
  width:80%;
  margin:0 auto;
}

a{
	outline: 0 !important;
}
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/*12/09/23 modify by tomal*/
.carousel-caption{
    width:100% !important;
    /*background:black;*/
    left: 0px !important;
    bottom: 0px !important;
    color: black;
}



/**/




/**/