body {
  margin: 0;font-family: "Open Sans", sans-serif;
}
.full-w{width: 100%;}
p { font-size: 16px; }
.orange-bg { background-color: #E68627; }
.orange-bg:hover {    background-color: #f18f2f;}

.orange-color { color: #E68627; }
.black-bg{background-color: #2C2C2C;position: relative;bottom: 0;width: 100%;padding: 10px 0px;}

.black-bg:hover {background-color: #656565;}
.bg-2 {background-color: #FAF8F2;}
.bg-1 {background-color: #FFFDF8;}
p  { font-size: 16px; color: #000000; line-height: 30px;}
h2 { font-size: 40px;  color: #000000; font-weight: bold;}
h3 { font-size: 24px; font-weight: 500;}
h4 { font-size: 50px; font-weight: bold;}
h5 { font-size: 24px; color: #000; line-height: 45px;}
h6 { font-size: 32px;  color: #000; font-weight: 500;}
.align-mid { align-items: center; align-content: center; }

.overlay span {
    border-bottom: 5px solid #fff;
    padding-bottom: 10px;
}
#wrap {
  position: relative;
  overflow: hidden;
  background: darkblue;
}

section {
  box-sizing: border-box;
  position: relative;
  height: 100vh;
  overflow: hidden;
  color: hsla(0, 0%, 100%, .8);
  z-index: 9;
  align-items: center;
  align-content: center;
  
}

section img {width: 100%; height: 100vh; }
  .video-container {
      position: relative;
      width: 100%;
      max-width: 100%;
      aspect-ratio: 16/9;
    }

    video {
      width: 100%;
      height: 100vh;
      display: block;
    }

    .overlay {
      position: absolute;
      inset: 0; /* shorthand for top:0; right:0; bottom:0; left:0 */
      background: rgba(0, 0, 0, 0.7);
      color: #fff;
      font-weight: bold;
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
      display: none; /* hidden until video ends */
       font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;
    }
}



section.had {
  box-sizing: border-box;
  position: relative;
  height:100px;
  overflow: hidden;
  background: #FAF8F2;
  padding: 0;
  z-index: 99;
  width: 100%;
  align-items: center;
  align-content: center;
  box-shadow: 0 4px 8px 0 rgb(207 207 207 / 19%), 0 6px 20px 0 rgb(207 207 207 / 19%);
}

    .logo{
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 36px;  color: #2C2C2C; text-decoration: none;
}   

.video-container video {height: auto;}


.form-bg input {height: 54px;padding: 0px 20px;font-size: 16px;}

.form-bg textarea {height: 100px;padding: 10px 20px;font-size: 16px;}

.form-bg [type=submit] {
    background-color: #E68627;
    color: #fff;
    border: 0px;
    border-radius: 50px;
    font-size: 20px;
    padding: 5px 150px; height: 40px;
}


.form-bg input { border-radius: 50px;  font-size: 15px; }
.form-bg textarea { border-radius:20px; font-size: 15px;}
 .form-bg a.btn { color: #fff ; }
.btn-contact {padding: 10px 30px;color: #fff;text-decoration: none;font-size: 30px;border-radius: 9px;margin: 0px 10px;}


.btn-contact:hover { color: #fff;     box-shadow: 0 4px 8px 0 rgb(207 207 207 / 19%), 0 6px 20px 0 rgb(207 207 207 / 19%);}

a.youtube {font-size: 35px;
    background: #D62B27;
    color: #fff;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    align-content: center;
    text-decoration: none;}

a.youtube i { margin: 0 auto; }

a.youtube:hover {  background: #e3423e;}
a.fb {font-size: 35px;
    background: #395693;
    color: #fff;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    align-content: center;
    text-decoration: none;}

a.fb:hover { background: #4b6bad; } 



a.fb i { margin: 0 auto; }


a.intagram{  font-size: 35px;
    background: #ED0F9E;
    color: #fff;
    border-radius: 50px;
    height: 60px;
    width: 60px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    align-content: center;
    text-decoration: none;}


a.intagram i { margin: 0 auto; }


a.intagram:hover { background: #df269d; }


section.footer  {
  box-sizing: border-box;
  position: fixed;
  height: 72px;
  overflow: hidden;
  background: #2C2C2C;
  padding: 0;
  z-index: 99;
  width: 100%;
  align-items: center;
  align-content: center;
 }

.footer  {
  box-sizing: border-box;
  position:absolute;
  height: auto;
  overflow: hidden;
  padding: 0;
  z-index: 99;
  width: 100%;
  bottom: 0;
}
.footer p { margin-bottom: 0px; }

.map iframe {  width: 100%; height: 100vh;}
.map {position: relative;}
.map-bg {width: 50%;height: 100vh;position: absolute;right: 0;z-index: 99999;}



.top {
    position: fixed;
    z-index: 999;
    background: #e68627;
    width: 50px;
    height: 54px;
    font-size: 50px;
    bottom: 170px;
    right: 7px;
    border-radius: 10px;
    text-align: center;
    color: #fff;
}

.post-img iframe { border-radius: 10px; }

.post-content p {margin-bottom: 0;font-size: 15px;line-height: 23px;}

.post-content i { color: #E68627; margin-right: 10px; }

#news-slider {
  margin-top: 50px;
}
.post-slide {
  border-radius: 15px;
  padding-top: 1px;
}
.post-slide .post-img {
  position: relative;
  overflow: hidden;
  margin: 20px;
  margin-left: 0;
}
.post-slide .post-img img {
  width: 100%;
  height: auto;
}
.post-slide:hover .post-img img {
}
.post-slide .over-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background: linear-gradient(
    -45deg,
    rgba(6, 190, 244, 0.75) 0%,
    rgba(45, 112, 253, 0.6) 100%
  );
  transition: all 0.5s linear;
}
.post-slide:hover .over-layer {
  opacity: 1;
  text-decoration: none;
}
.post-slide .over-layer i {
  position: relative;
  top: 45%;
  text-align: center;
  display: block;
  color: #fff;
  font-size: 25px;
}
.post-slide .post-content {
  background: #fff;
  padding: 10px;
  border-radius: 10px;
  margin-top: -40px !important;
  position: relative;
  z-index: 9999;
  width: 90%;
  margin: 0 auto;
  box-shadow: 0 4px 8px 0 rgb(207 207 207 / 19%), 0 6px 20px 0 rgb(207 207 207 / 19%);
}
.post-slide .post-title a {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  display: inline-block;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover {
  text-decoration: none;
  color: #3498db;
}
.post-slide .post-description {
  line-height: 24px;
  color: #808080;
  margin-bottom: 25px;
}
.post-slide .post-date {
  color: #a9a9a9;
  font-size: 14px;
}
.post-slide .post-date i {
  font-size: 20px;
  margin-right: 8px;
  color: #cfdace;
}
.post-slide .read-more {
  padding: 7px 20px;
  float: right;
  font-size: 12px;
  background: #2196f3;
  color: #ffffff;
  box-shadow: 0px 10px 20px -10px #1376c5;
  border-radius: 25px;
  text-transform: uppercase;
}
.post-slide .read-more:hover {
  background: #3498db;
  text-decoration: none;
  color: #fff;
}
.owl-controls .owl-buttons {
  text-align: center;
  margin-top: 20px;
}
.owl-controls .owl-buttons .owl-prev {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 95px;
  padding: 0px 17px;
  border-radius: 5px;
  transition: background 0.5s ease 0s;
  border: 1px solid #ccc;
  width: 55px;
}
.owl-controls .owl-buttons .owl-next {
  background: #fff;
  position: absolute;
  top: -13%;
  right: 25px;
  padding: 0px 17px;
  border-radius: 5px;
  transition: background 0.5s ease 0s;
  border: 1px solid #ccc;
  width: 55px;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after {
  content: "\f104";
  font-family: FontAwesome;
  color: #333;
  font-size: 30px;
  left: -28px;
  position: relative;
}
.owl-controls .owl-buttons .owl-next:after {
  content: "\f105";
}
@media only screen and (max-width: 1280px) {
  .post-slide .post-content {
    padding: 10px 10px 10px 10px;
  }
}




/*new*/
.full-img {position: relative;align-items: center;align-content: center;}
.full-content{position: absolute;width: 100%;left: 0;right: 0;text-align: center;top: 40%;}
.full-img img {
    width: 100%;
    height: 100vh;
}
.text-light { color: #ffffff !important;}
.full-content button {color: #ffffff;text-decoration: none;font-weight: BOLD;display: inline-block;margin-top: 25px;BORDER: 0;}

.dextop { display: block; }
.tab { display: none; }
.mobile { display: none; }


.typewriter h4{
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 5.5s steps(30, end),
    blink-caret .5s step-end infinite;
}


.typewriter h2{
  color: #fff;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 5.5s steps(30, end),
    blink-caret .5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange }
}

.css-button-retro--rose {
  min-width: 200px;
  height: 45px;
  color: #fff;
  padding: 5px 10px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  display: inline-block;
  outline: none;
  border: 1px solid #585858;
  color: #fff;
 background-color: #E68627;
  z-index: 0;
}



.main-img img {width: 100%;}
.full-video iframe { height: 100%; height: 100vh; }

.whatsapp-box {position: absolute;right: 0;left: 0;top: 60%;}
.equalizer {
    height: 23px;
    padding: 5px;
    margin-left: 30px;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 5px;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 14px;
}

.bar {
    width: 3px;
    height: 15px;
    position: relative;
    margin-left: 3px;
    display: block;
    background: #fff;
    transform-origin: bottom;
    transform: scaleY(0.5);
    opacity: 0.5;
}

.equalizer.active .bar {
    animation: bar 0.4s 0s both alternate ease infinite;
    opacity: 1;
}

.equalizer:not(.active) .bar {
    transform: scaleY(0.5) !important;
}

.equalizer.active .bar-1 {
    animation-delay: 0.2s;
}

.equalizer.active .bar-2 {
    animation-delay: 0.4s;
}

.equalizer.active .bar-3 {
    animation-delay: 0.6s;
}
@keyframes bar {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(1);
    }
}

.audio-main {position: absolute;right: 0;top: -10px;}
.audio-main audio {position: relative;z-index: 999999;width: 105px;opacity: 0;}
.post-slide iframe { height: 500px; }

#landing { position: relative; z-index: 9999;}
.bg-slide { background: url(../images/dextop-youtube-bg-mobile.jpg); background-repeat: no-repeat; background-size: cover;}


   #bg-audio {
        display: none;
      }

.popup-bgImage {
position: relative;
    z-index: 9999;
}
#videoSectionmobile { background: url(../images/dextop-3rd-Video-Background.jpg); background-repeat: no-repeat; background-size: cover;}


.scr-1 {
  position: relative;
  width: 100%;
  height: 100vh;        /* Full page height (FullPageScroll) */
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #945c32; /* jaha image nahi hogi waha background color */
}

.scr-1 .bg-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;   /* Pure image visible, no crop, no distortion */
}



body.noscroll {
  overflow: hidden;
  height: 100vh;
}







