
 * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family:  vardana,  sans-serif; 
font-weight: normal;
}

html, body {
  height: 100vh;
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
  --fontfamily1:vardana,  sans-serif;
    background: #000;
  --fontfamily2:Impact,  sans-serif;
  --colorred:#ea292a;
}
/* Header */
.cm20{
  margin: 20px 0;
}
.cm5{
  margin: 5px 0;
}
.mrb1{
  margin-right: 20px;
}
.mlb2{
  margin-left: 20px;
}
.wid75{
  width: 75%;
}
.wid25{
  width: 25%;
}
.wid32{
  width: 32%;
}
.wid50{
  width: 50%;
}
.wid100{
  width: 100%;
}
.gap30{
  gap:30px
}
header{
  display: flex;
  width: 100%;
    background: var(--colorred);
    background: url('images/top-bg.png') ;
    padding: 15px;
    background-size: cover;
}
.head{
 display: flex;
  width: 100%;
  justify-content: space-around;
}

.logo-header{
  width: 25%;
}
.menu-style{
  width: 75%;
      display: flex;
    justify-content: end;
}
/* menu */
.navbar {

  display: flex;
  align-items: center;
  padding: 0 20px;
  position: relative;
}
.nav-brand {
  font-weight: bold;
  color: #fff;
  font-size: 1.4em;
  margin-right: auto;
}
.nav-links {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.nav-links li {
  margin: 0 3px;
  position: relative;
}
.nav-links .hash::after {
    content: '/';
    position: relative;
    right: 0;
    color:#fff;
}

.nav-links a {
  color: white;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 3px;
  transition: background 0.2s;
  font-weight: 300;
}
.nav-links a:hover {

  color: #530404;
}
.nav-links a:active {
  
  color: #530404;
}
.nav-links a.active {
    color: #530404;
}
.hamburger {
  display: none;
  font-size: 2.2em;
  color: #fff;
  cursor: pointer;
  margin-left: 15px;
}
#toggle-menu {
  display: none;
}

/* Responsive styles */
@media (max-width: 800px) {
  .nav-links {
    display: none;
         flex-direction: column;
        position: absolute;
        top: 55px;
        left: -183px;
        background: var(--colorred);
        width: 250px;
      
        z-index: 5;
  }
  .nav-links .hash::after {
    content: '/';
    position: relative;
    right: 0;
    color: #fff;
    display: none;
}
  .nav-links li {
    margin: 12px 0;
    text-align: center;
  }
  #toggle-menu:checked + .hamburger + .nav-links {
    display: flex;
  }
  .hamburger {
    display: block;
  }
}

/* Header  ends */

/* main */
main{
  background: #000;
    max-height: 80vh;
  overflow-y: auto;
}



/* biography */
.mainheading{
  width: 100%;
  background-color: #0f4b66;
  max-width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.mainheading h2{
    font-family: var(--fontfamily2);
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    letter-spacing: 4px;
    line-height: 36px;
    font-weight: 500;


  }
  .mainheading h2 i{
    font-style: italic;
     font-family: var(--fontfamily2);
  }
.dispcentre{
  justify-content: center;
}
.cont{
  max-width: 1200px;
  width: 100%;
  color: #fff;
}
.flexrow{
  display: flex;
  flex-direction: row;
}
.flexcol{
  display: flex;
  flex-direction: column;
}
.bio-heading{
  max-width: 60%;
  

}
.bio-heading .hed1{
  width: 100%;
    align-items: end;
}
.bio-heading .hed1 .boldred{
  --width150:150px;
  width: var(--width150);
  height: 4px;
  background-color: var(--colorred);
  margin-bottom: 5px;
}
.bio-heading .hed1 .heading-bio{
  font-family: var(--fontfamily2);
  font-size: 30px;
  color:#fff;
  line-height: 32px;
  text-transform: uppercase;
}

.bio-heading .divider-red{
  width: 80%;
  height: 15px;
  background-color:var(--colorred);
  margin-bottom: 5px;
}
.bio-textarea{
  display: flex;
}
.bio-textarea .vertical-divider{
  width: 7px;
  height: 70px;
  background-color:var(--colorred);
  margin-bottom: 5px;
  margin: 0 50px;
}
.bt-a1{
  width: 40%;
  text-align: justify;
  font-size: 12px;
}

.cm{
  margin: 50px 0 ;
}

/* biography ends */

/* Gallery Page */
.gal-heading-container{
  width: 50%;
  text-align: left;
  margin-bottom: 20px;
  margin: 20px 20px 0 20px;
  border-left:2px solid var(--colorred); 
  border-bottom:2px solid var(--colorred); 
  padding: 20px;
}
.gal-heading-container h1{
  font-family: var(--fontfamily2);
    font-size: 37px;
    color: #fff;
    line-height: 45px;
  text-transform: uppercase;
}

.gallery-cont{
  margin-bottom: 10dvh;
}
/* Achivement Page */

.col1{
  width: 75%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.col2{
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.dot-map{
  width: 100%;
  height: 100%;
  background: url('arch/map.png') no-repeat center center/contain;
  background-size: 80%;
}
.arh-heading{
  width: 100%;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
}
.arh-heading h2{
  font-family: var(--fontfamily2);
    font-size: 37px;
    color: #fff;
    line-height: 45px;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  background-color: #000;
  display: inline-block;
  padding: 0 20px;
}
.ach-inner1{
  justify-content: center;
  width: 100%;
}
.arc-redboder{
  width:50%;
  border: 2px solid var(--colorred);
  border-bottom:0 ;
  margin-top: -25px;
  height: 150px;
  position: relative;
  z-index: 1;

}

.ach-inner2{
  width: 100%;
  display: flex;

  margin-top: -20px;
}
.ach-inner2 .ach-head{
  width: 50%;
  text-align: center;
  font-family: var(--fontfamily2);
    font-size: 20px;
    color: #fff;
    line-height: 25px;
  font-weight: 300;
  justify-content: center;
  padding: 10px 0;
}

.ach-inner2 .ach-head p{
  font-family: var(--fontfamily2);
    font-size: 25px;
    color: #fff;
    line-height: 25px;
    letter-spacing: 4px;
 background-color: var(--colorred);
  padding: 10px 0;
  display: inline-block;
  padding: 20px 40px;
}
.ach-inner3 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;gap:20px;
}
.ach-inner3 .arc1 {
    width: 48%;  
    background-color: rgba(17, 17, 17, 0.8); /* 50% transparent */
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 20px;
}
.ach-inner3 .arc1 .uldashed{
   list-style-type: none; /* Remove bullets */
}
.ach-inner3 .arc1 .uldashed li{
  padding-left: 20px;
  font-family: var(--fontfamily1);
  padding: 0 0 20px 20px;
}
.ach-inner3 .arc1 .uldashed li::before{
  content: '-';
  color: var(--colorred);
  position: relative;
  left:-13px;
  font-weight: 700;
}
.col2{
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 0 0 0;
}

.col2 img{
  width: 80%;
}
/* Achivement Page ends*/

/* Contact us Page  */
.contcol1, .contcol2{
  width: 50%;
  display: flex;
  flex-direction: column;
  
}
.contcol2{
  padding: 50px 0 0 50px;
      justify-content: flex-end;
    align-items: baseline;

}
.contcol2 img{
  height: 602px;
}
.contact-email{
  margin-top: 50px;
}
.contact-email a{
  color: white;
}
.contact-intro{
  width: 100%;
  text-align: left;
  padding: 50px 0 0;
}
.contact-intro h2{
  
  text-align: left;
  font-family: var(--fontfamily2);
  font-size: 35px;
  margin-bottom: 50px;
  line-height:38px;
  font-weight: 400 ;

}
.contact-intro p i,.contact-intro h2 i{
  font-style: italic;
  font-family: var(--fontfamily2);
}
.contact-intro p{
  font-family: var(--fontfamily2);
font-size: 35px;
  
  line-height: 24px;
  color: var(--colorred);
}

.form-container{
  width: 100%;
  margin-top: 30px;
  gap: 5px;
  }
  .form-container input, .form-container textarea
  {
    width: 100%;
    padding: 10px;
    margin-bottom: 5px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-family: var(--fontfamily1);
    background-color: black;
    color: white;
    font-size: 16px;
  }
  .form-container textarea
  {
    height: 139px;
    resize: vertical;    
  }
  .field-container-left {
    width: 40%;
  }
    .field-container-right  {
    width: 60%;
  }
  .button-sty{
    background-color: white;
    color: #000;
    padding: 20px 10px;
    border: none;
    cursor: pointer;
    font-family: var(--fontfamily1);
    font-size: 16px;    
  }
/* Contact us Page end */

/* REFERENCES Page Starts  */
.refrence-page-main{
  margin-top: 60px;
}
.ref-sec{
  padding: 20px;
}
.ref-col2{
  background-color: var(--colorred);
}
.ref-col1 img{
  width: 100%;
  height: auto;
  object-fit: cover;
}
.ref-col2{
  padding: 20px;
}

.border-right-dashed{
  border-right: 1px dashed #fff;
  padding-right: 20px;  
  margin-right: 20px;
}
.border-seprator{
    border-bottom: 1px dashed #fff;
    width: 80%;
    padding: 5px 0;
    margin-bottom: 10px;
}
.ref-col2-inner{
      align-items: flex-end;
    text-align: right;
}

.ref-col2-inner .text-1 i{
  font-family: var(--fontfamily1);
  font-size: 14px;
  color: #fff;
  margin-bottom: 10px;
}
.ref-col2-inner .text-2 i{
  font-family: var(--fontfamily1);
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
}
.ref-col2-inner .text-3 {
  font-family: var(--fontfamily1);
  font-size: 14px;
  font-weight: 300;
  text-decoration: underline;  
  color: #fff;
  margin-bottom: 10px;
}
.vid-iframe{
  width: 100%;
  height: 300px;
  
}
/* REFERENCES Page Ends  */


/* Main ends */

.hero,
.section-hero {
  background: url('images/home-bg.jpg')  no-repeat center center/cover;
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  align-items: end;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  flex-direction: row;
}

.bg-back{
        background: url('images/red-strip.avif')  no-repeat center center/contain; 
            align-items: baseline;
            width: 100%;
    height: 72dvh;
    display: flex;
    background-position: 0px;
    align-items: anchor-center;
    position: relative;
    z-index: 2;
}

.section-hero .bg-back .layer1{
    width: 40%;
    height: 100%;
    display: flex;
    justify-content: end;
    background-position: top;
    position: relative;
    z-index: 2;
}
.section-hero .bg-back .layer1::before{
  /* content:  url('images/red-strip.avif'); */
    left: 18vw;
    position: relative;

  
}


.section-hero .bg-back .layer2{
  width: 50%;
  display: flex;
     padding-bottom: 24vh;
    position: relative;
    left: -50px;
        height: 100dvh;
    display: flex
;
    align-items: center;

}

.red-image {
  position: absolute;
  left: 10%;
  
  bottom: 103px;
  height: auto;
  max-height: calc(100% - 200px);
  z-index: 1;
}
.front-text {
  z-index: 2;
  color: white;
}

.front-text h1 {
	font-family:  Impact,  sans-serif; 
font-weight: normal;
letter-spacing: 3px;
  text-shadow:#ffffff 0px 0px 6px;
  font-style: italic;
  line-height: 1.1;
 font-size:4rem;

  white-space: normal;
    text-align: left;
    width: 100%;
  max-width: none;

 
}

.red-text {
  position: absolute;
   left: 26%;
  top: 135px;
  z-index: 2;
  color: white;
}

.red-text h1 {
	font-family:  Impact,  sans-serif; 
font-weight: normal;
letter-spacing: 3px;
  text-shadow:#ffffff 0px 0px 6px;
  font-style: italic;
 line-height:1em; 
 font-size:85px;
 
}

.red-text p {
  font-size: 25px;
  margin-top: 15px;
  margin-left: -35px;
  font-style: italic;
}

.menu {
  z-index: 2;
  display: flex;
  flex-direction: column;
      gap: 1.2rem;
    margin-top: 70px;
    margin-bottom: 10vh;
}

.menu button {
  background: rgba(255, 255, 255, 0.6);
  border: none;
  width: 180px;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  transition: background 0.3s;
  margin-left: var(--mar-sty);
  justify-content: space-between;
}

.menu button:hover {
  background: rgba(255, 255, 255, 0.4);
}





.hrshcanp{
  background: rgb(0, 0, 0);
  color: white;
  padding: 10px 0 0 0 ;
  position: absolute;
  bottom: 115px;
  width: 100%;

  display: flex;
  justify-content: center;
  justify-items: end;

}
.redline{
  background:var(--colorred);
  padding: 1px 0;
  width: 98%;
  z-index: 3;
}

footer {
  background: black;
  color: white;
  padding: 10px 10px;
  font-size: 14px;
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: 3;
}
.footer-content {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;

  height: 45px;
  
}

.footer-content .left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-content .social-icons {
  display: flex;
  gap: 10px;
}






.footer-content a {
  color: var(--colorred);
  font-weight: bold;
  text-decoration: none;
  
}

.sponsors {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  padding-top: 10px;
  flex-wrap: wrap;
}

.sponsors img {
  max-height: 40px;
}


@media (max-width: 1450px) {
  /* Styles for tablets and smaller screens */
  
  .section-hero .layer1::before {

    left: 27vw;
   
}
}

@media (max-width: 1250px) {
  /* Styles for tablets and smaller screens */
    .section-hero .layer1::before {

    left: 34vw;

}
  
}


@media (max-width: 1024px) {
  /* Styles for tablets and smaller screens */
    .section-hero .layer1::before {

    left: 42vw;

}  
  
}



@media (max-width: 768px) {
  /* Styles for tablets and smaller screens */

.hero,
.section-hero {
  flex-direction: row;

}
    .section-hero .layer1::before {

  display: none;

} 

.menu button {

      width: 150px;
    padding: 15px 30px;
    font-size: 12px;
}
.section-hero .layer2, .section-hero .layer1{
  width: 100%;        
  justify-content: center; 
}
.section-hero .layer1{
  
  padding-bottom: 50vh;
}
    .section-hero .layer1::before {
      
    }
.front-text h1 {
	font-family:  Impact,  sans-serif; 
font-weight: normal;
letter-spacing: 3px;
  text-shadow:#ffffff 0px 0px 6px;
  font-style: italic;
 line-height:1em; 
 font-size:35px;
margin-top: 50px;

}
.front-text h1, .front-text p {
  position: relative;
  left:16%;

}

.front-text p {
  font-size: 12px;

}
  .red-image {
     left: -50%;
	 bottom: 148px;
 }
.red-text {
  position: absolute;
  TOP:85px;
	left: 10%;
}

 .red-text h1 {
	
 font-size:45px;
 
}
.red-text p {
    font-size: 15px;
    margin-top: 5px;
    margin-left: 2px;
}

.menu {

  gap: 20px;
  margin-top: 50px;
}
.footer-content {
 line-height:20px;
  height: 90px;
  
}


}

@media (max-width: 480px) {
  /* Styles for mobile phones */
   .red-image {
     left: -50%;
	 bottom: 148px;
 }
.red-text {
  position: absolute;
 
	left: 6%;
}
.bg-back{
        background: url(images/bg-red.avif) no-repeat center center / contain;
        width: 100%;
        height: 100dvh;
        display: flex;
        height: 100dvh;
        top: 0;
        left: 0;
    
        background-position: -179PX;
        BACKGROUND-SIZE: COVER;
        
        BACKGROUND-POSITION-X: -396PX;
        justify-content: center;
        align-items: center;
}

.menu button {

    margin-left: calc(var(--mar-sty) / 1.3);
}

 .red-text h1 {
	
 font-size:35px;
 font-weight: bolder;

  text-shadow:#ffffff 0px 0px 4px;

}
.red-text p {
    font-size: 15px;
    margin-top: 5px;
    margin-left: 2px;
}

.menu {

        gap: 20px;
        margin-top: 180px;
        POSITION: relative;
        LEFT: 14PX;
}
.footer-content {
 line-height:20px;
  height: 90px;
  
}
    .section-hero .layer1 {
     
        position: relative;
        left: 60px;
        padding-bottom: 70vh;
    }

.layer2{
  padding-bottom: 2vh;

}


/* Contact us page */
.contcol1, .contcol2{
  width: 100%;
  
}
.contactpage{
  margin-bottom: 10dvh;

}
.contact-page-container{
  flex-wrap: wrap;
  padding: 20px;
}

.contact-intro h2{
    font-size: 20px;
  line-height: 24px;
}
.contact-intro p{
  font-size: 20px;
  line-height: 24px;
}
.contcol2 img {
    height: auto;
    width: 100%;
    margin-bottom: 80px;
}
/* Contact us page ends */
/* Gallary Starts  */
.gal-heading-container {
    width: 87%;}
  .gallery-cont {
    margin-bottom: 100px;
  }  
  .thumbnails {
    display: none !important;
  }
/* Gallery Ends */

/* Achivement Page start */
.dot-map {
  flex-wrap: wrap;
}
.col1, .col2 {
  width: 100%;
}
.col2 {
  margin-bottom: 150px;
}
.ach-inner2 .ach-head p {
  
    font-size: 12px;
    font-weight: 200;
  
    padding: 10px 20px;
  }

  .ach-inner3 .arc1 .uldashed li {
    padding-left: 10px;
    font-family: var(--fontfamily1);
    padding: 0 0 20px 20px;
    font-size: 12px;
}
/* Achivement Page ends  */

/* Referance Page  */
.wid75{
  width: 100%;
}
.wid25{
  width: 100%;
}
.wid50{
  width: 100%;
}
.ref-col2{
  flex-wrap: wrap;
}
/* Referance Page ends */

}
  
