@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&family=Montserrat:wght@600&family=Raleway:wght@300&display=swap");
@import url("https://fonts.googleapis.com/css?family=Red+Hat+Display:900&display=swap");
@import url("https://fonts.cdnfonts.com/css/samarkan");

html {
  scroll-behavior: smooth;
}

body {
  --sb-track-color: #cee0e4;
  --sb-thumb-color: #f2e205;
  --sb-size: 10px;

  scrollbar-color: var(--sb-thumb-color) 
                  var(--sb-track-color);
}

body::-webkit-scrollbar {
  width: var(--sb-size) 
}

body::-webkit-scrollbar-track {
  background: var(--sb-track-color);
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb {
  background: var(--sb-thumb-color);
  border-radius: 10px;
  
  }

:after,
:before,
* {
  box-sizing: border-box;
}
.container {
  width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  /* margin-left: auto; */
  margin-left: 7.5%;
}
body {
  margin: 0;
}
h2 {
  line-height: 1.1;
}
.hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}

.text-bg {
  font-weight: 900;
  background: url("../images/textbg9.jpg");
  background-size: 40%;
  background-position: 50% 50%;
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(255, 255, 255, 0.9);
  animation: zoomout 10s ease 500ms forwards;
  margin: 0;
}
.nav-logo {
  /*width: 10rem;*/
  height: 5.5rem;
}

.nav-container {
  padding: 0.75rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1rem;
  /*position: relative;*/
  position: fixed;
  width: 100vw;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.9);
}

.logoCont {
  display: flex;
  gap: 1vh;
}

.navlists {
    display: flex;
    gap: 10vh;
    list-style: none;
}

.navLink {
  width: 2vw;
}

.navLink  {
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-size: 2vh;
  color: rgb(44, 44, 44);
  transition: 0.3s ease-in-out;
}

.navLink:hover {
  background-color: #000;
  border: 1px solid black;
  color: goldenrod;
  padding: 1.5vh;
}

.subLinks  {
font-family: 'Roboto', sans-serif;
color: rgb(49, 49, 49);
font-size: 1.75vh;
text-decoration: none;
}

.subLinks:hover {
  color: black;
}

.dlSubmenu {
  position: absolute;
  background-color: #fff;
  width: 15vw;
  padding: 2vh;
  margin-top: 1vh;
  display: none;
}

li:hover .dlSubmenu {
  display: block;
  transition: 0.3s ease-in-out;
}


.navLink.dlSec:hover + .dlSubmenu {
  display: block;
  transition: 0.3s ease-in-out;
}

.dlSec {
  cursor: pointer;
}

.dlSubMenuItems {
  list-style: none;
  border-bottom: 1px solid black;
  padding: 1vh;
}

/*NOTE: Font face rule for main nav title */
@font-face {
  font-family: "Samarkan Normal";
  font-style: normal;
  font-weight: normal;
  src: local("Samarkan Normal"), url("SAMARN__.woff") format("woff");
}
/*NOTE: Font face rule for main nav title */

.headslgn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-left: 2px solid;
}

.head-stl {
  font-family: "Samarkan Normal", sans-serif;
  font-size: 1.5rem;
  margin: 0rem;
  padding-left: 1rem;
}

.head-stl-sub {
  font-family: "Poppins", sans-serif;
  font-size: 1.25rem;
  margin: 0rem;
  padding-left: 1rem;
}

@keyframes zoomout {
  from {
    background-size: 40%;
  }
  to {
    background-size: 10%;
  }
}

/*NOTE: CUSTOM STYLES*/
.mn-img {
  background-image: url("../nmcIndexImages/nmcimg1.webp");
}

.mn-img-2 {
  background-image: url("../nmcIndexImages/nmcimg13.webp");
}

.mn-img-3 {
  background-image: url("../nmcIndexImages/nmcimg10.webp");
}

.mn-img-4 {
  background-image: url("../nmcIndexImages/nmcimg8.webp");
}

.mn-img-5 {
  background-image: url("../nmcIndexImages/nmcimg6.webp");
}

.mn-img-6 {
  background-image: url("../nmcIndexImages/nmcimg2.webp");
}

.mn-img-7 {
  background-image: url("../nmcIndexImages/nmcimg7.webp");
}

.mn-img-8 {
background-image: url("../nmcIndexImages/nmcimg4.webp");
}

.mn-img-9 {
background-image: url("../nmcIndexImages/nmcimg9.webp");
}

.mn-img-10 {
background-image: url("../nmcIndexImages/nmcimg3.webp");
}

.mn-img-11 {
background-image: url("../nmcIndexImages/nmcimg11.webp");
}

.mn-img-12 {
background-image: url("../nmcIndexImages/nmcimg12.webp");
}

.mn-img-13 {
  background-image: url("../nmcIndexImages/nmcimg14.webp");
  }

  .mn-img-14 {
    background-image: url("../nmcIndexImages/nmcimg15.webp");
    }

    .mn-img-15 {
      background-image: url("../nmcIndexImages/nmcimg16.webp");
      }

      .mn-img-16 {
        background-image: url("../nmcIndexImages/nmcimg17.webp");
        }

/*Note: Loader CSS below*/

/*Note: Loader CSS above*/

.cmmLi {
  color: antiquewhite;
  font-family: 'Roboto';
}

.infoMain {
    display: flex;
    height: 50vh;
    width: 70vw;
    margin: 2vh auto;
    background-color: cornsilk;
    gap: 3vw;
}

.cmmSecProp {
  width: 50%;
  height: 50vh;
  background-color: #262520;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vh;
}

.leftInfoSec {
  width: 30%;
}

.rightInfoSec {
  width: 100%;
  padding: 5vh;
}

.imgPicCont {
  height: 18vh;
  width: 10vw;
  border-radius: 50%;
}

.cmmNmePosProp {
  font-size: 2vh;
  font-family: 'Roboto', sans-serif;
  color: antiquewhite;
}

.prnsDescp {
    color: antiquewhite;
    font-family: 'Roboto';
    width: 15vw;
    text-align: justify;
}

/*NOTE: CUSTOM STYLES*/

@media (max-width: 991px) {
  .hero-slider {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-slider {
    height: 500px;
  }
}

.hero-slider .swiper-slide {
  overflow: hidden;
  color: #fff;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border: 2px solid #d4d3d3;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 767px) {
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    display: none;
  }
}

.hero-slider .swiper-button-prev {
  left: 25px;
  transform: translateX(50px);
}

.hero-slider .swiper-button-prev:before {
  font-family: "Font Awesome 5 Free";
  content: "\f060";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-button-next {
  right: 25px;
  transform: translateX(-50px);
}

.hero-slider .swiper-button-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-size: 15px;
  color: #d4d3d3;
  font-style: normal;
  display: inline-block;
  vertical-align: middle;
  font-weight: 900;
}

.hero-slider .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  text-align: left;
  line-height: 12px;
  font-size: 12px;
  color: #000;
  opacity: 0.3;
  background: #fff;
  transition: all 0.2s ease;
}

.hero-slider .swiper-pagination-bullet-active {
  opacity: 1;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
.hero-slider .swiper-pagination-custom,
.hero-slider .swiper-pagination-fraction {
  bottom: 30px;
}
/*
@media screen and (min-width: 992px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets,
  .hero-slider .swiper-pagination-custom,
  .hero-slider .swiper-pagination-fraction {

  }
}*/
.swiper-pagination {
  text-align: left;
}

.hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 50px;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 767px) {
  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 1px;
  }
}
/*--------------------------------------------------------------
  #hero-style
--------------------------------------------------------------*/
.hero-style {
  height: 100vh;
  transition: all 0.4s ease;
}

@media (max-width: 991px) {
  .hero-style {
    height: 600px;
  }
}

@media (max-width: 767px) {
  .hero-style {
    height: 500px;
  }
}

@media screen and (min-width: 992px) {
  .hero-style .container {
    padding-top: 95px;
  }
}

.hero-style .slide-title,
.hero-style .slide-text,
.hero-style .slide-btns {
  max-width: 20vw;
  font-family: "Poppins", sans-serif;
}

.slide-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5vh;
  max-width: 30vw;
  margin-bottom: 1rem;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.35);
  box-shadow: 0 8px 32px 0 rgba(173, 173, 173, 0.411);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 10px;
  font-size: 1.55vh;
  font-weight: 300;
}

.hero-title {
  max-width: 690px;
  margin-bottom: 1rem;
  padding: 0.75rem;
  /*background: rgba(0, 0, 0, 0.35);
box-shadow: 0 8px 32px 0 rgba(173, 173, 173, 0.411);
backdrop-filter: blur( 5px );
-webkit-backdrop-filter: blur( 5px );
*/
  border-radius: 10px;
  font-weight: 400;
}

.hero-title h4 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 2.5rem;
  text-shadow: rgba(255, 162, 0, 0.81) 0px 0px 10px;
}

.hero-style .slide-title h2 {
  font-size: 100px;
  font-weight: 600;
  line-height: 1;
  color: #ffffff;
  margin: 0 0 40px;
  text-transform: capitalize;
  transition: all 0.4s ease;
}

.navToMsgBtn {
  font-family: 'Roboto', sans-serif;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 1rem;
  padding: 1.25rem;
  background: rgba(0, 0, 0, 0.7);
  box-shadow: 0 8px 32px 0 rgba(173, 173, 173, 0.411);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 10px;
  font-size: 2vh;
  font-weight: 300;
  text-decoration: none;
  color: #fff;
  display: inline-block;
}

.navToMsgBtn:hover {
  transition: all 0.5s ease-in;
  /* background-color: blueviolet; */
  box-shadow: 20px 15px 20px 0px rgb(254 223 0 / 75%);
}

@media (max-width: 1199px) {
  .hero-style .slide-title h2 {
    font-size: 75px;
  }
}

@media (max-width: 991px) {
  .hero-style .slide-title h2 {
    font-size: 50px;
    margin: 0 0 35px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-title h2 {
    font-size: 35px;
    margin: 0 0 30px;
  }
}

.hero-style .slide-text p {
  opacity: 0.8;
  font-family: Rajdhani;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.25;
  letter-spacing: normal;
  color: #ffffff;
  margin: 0 0 40px;
  transition: all 0.4s ease;
}

@media (max-width: 767px) {
  .hero-style .slide-text p {
    font-size: 16px;
    font-size: 1rem;
    font-weight: normal;
    margin: 0 0 30px;
  }
}

.hero-style .slide-btns > a:first-child {
  margin-right: 10px;
}

.mob-menu {
  display: none;
}

@media only screen and (min-width: 220px) and (max-width: 767px) {
  .hero-title h4 {
    font-size: 1.5rem;
  }
  .slide-title p {
    font-size: 1rem;
  }
  .nav-logo {
    width: 7.5rem;
    height: 3.5rem;
  }

  .head-stl {
    font-size: 1.25rem;
  }

  .head-stl-sub {
    font-size: 1rem;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1369px) {
  .hero-title h4 {
    font-size: 1.75rem;
  }
  .slide-title p {
    font-size: 2vh;
  }
  .nav-logo {
    width: auto;
    height: 10vh;
  }
  .head-stl {
    font-size: 1.25rem;
  }

  .head-stl-sub {
    font-size: 1rem;
  }
  .theme-btn,
  .theme-btn-s2 {
    padding: 13px 20px;
    font-size: 13px;
  }

  .hero-slider .swiper-container-horizontal > .swiper-pagination-bullets { 
    max-width: 1098px;
  }

  .hero-slider .swiper-pagination-bullet { 
    width: 10px;
    height: 10px;
  }

  .cmmSecProp { 
    height: 77vh;
  }

  .cmmLi {
    font-size: 2vh;
  }
 
  
}


@media only screen and (min-width: 220px) and (max-width: 480px) {
  .nav-logo {
    height: 9vh;
    width: auto;
}
  
  .head-stl {
    font-size: 2vh;
  }
  
  .nav-container {
    justify-content: space-between;
  } 
  
  .mob-menu {
    display: block;
    height: 6.75vh;
  }

  .navlists {
    width: 100vw;
    display: flex;
    gap: 8vh;
    list-style: none;
    flex-direction: column;
    position: absolute;
    top: 11vh;
    background-color: #fff;
    height: 45vh;
    padding: 5vh;
    text-align: center;
}

  .opCmob {
    display: none;
  }

  .dlSubmenu {
    background-color: aliceblue;
    width: 75vw;
  }

  .infoMain {
    display: flex;
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    margin: 2vh auto;
    background-color: cornsilk;
    gap: 3vw;
    margin-top: 45vh;
}

.cmmSecProp {
  height: 142vh;
  background-color: #262520;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2vh;
  width: 100vw;
  padding: 5vh;
}

.prnsDescp {
  color: antiquewhite;
  font-family: 'Roboto';
  /* width: 25vw; */
  width: 75vw;
  text-align: justify;
  padding: 2vh;
}

.hero-style .slide-title {
  max-width: 100vw;
  gap: 1vh;
}

.imgPicCont {
  height: 17vh;
  width: 37vw;
}

.container {
  margin: 1vh;
  padding: 1vh;
}

.hero-title {
  margin-top: 10vh;
}


  }
