@media(max-width:1024px){
    /* HERO */
    .hroContent h1 {
    font-size: 50px;
}
	.animtd-icons{
		display:none;
	}
    .image img {
    width: 370px;
}
/* FOOTER */
    .cnt-head h2 {
    font-size: 7rem;
}
.cntct-btn a {
    width: 250px;
    height: 250px;
}
}

@media(max-width:999px){
    .hroContent h1{
        font-size: 43px;
    }
    .hroContent p {
    font-size: 23px;
}
/* FOOTER */
    .cnt-head h2{
        font-size: 88px;
    }
    .cntct-btn a {
        width: 200px;
        height: 200px;
    }
}

@media(max-width:768px){
       .hdrContain {
    position: fixed;
    width: 100%;
    z-index: 22;
    background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); 
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.2); 
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); 
}
.hdrw {
    background-color: transparent;
    border-radius: 0;
    box-shadow: none;
    border: none;
    backdrop-filter: none;
}

    /* HEADER */
    .mobTogg {
    top: 30%;
    right: 50px;
      display: block;
  z-index: 22;
}
 
 .navMenu {
    position: fixed;
    width: 350px;
    height: 400px;
    background-color: #ffffff;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(-10px);
    top: 0;
    right: 0;
    z-index: 22;
    box-shadow: 0 0 8px #ccc;
  }
   .navMenu.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
 
  .navMenu ul {
  display: block;
  margin-top: 70px;
}
  .navMenu ul li{
    padding: 13px 40px;
  }
   .navMenu ul li a{
    font-size: 19px;
  }
  .hero-contain{
    height: auto;
    padding-top: 80px;
  }
	.hdrw .row{
  align-items: start;
}
    .image {
  display:block;
		margin:auto;
		margin-top:20px;
		float:none;

    }
     .hroContent h1{
        text-align: center;
        font-size: 39px;
    }
    .hroContent p {
        font-size: 23px;
        text-align: center;
    }
    .image img {
        width: 400px;
        margin: auto;
        display: block;
    }
    .moreBtn a{
        display: block;
        margin: auto;
    }
    .animtd-icons{
        display: none;
    }
    .star-icon {
        display: none;
    }
    .abt-btn{
        float: left;
        margin-bottom: 30px;
    }
    .mv-blk .col-md-6{
        margin-top: 15px;
    }

}

@media(max-width:600px){
 
.navMenu {
    top: 0;
    right: 0;
  }
.mobTogg {
    top: 30%;
    right: 30px;
}
        .cnt-head h2 {
        text-align: center;
        font-size: 85px;
        margin-bottom: 40px;
    }
    .ftrContct {
    margin-top: 37px;
}
	/* CINTACT */
.cnt-Text h1 {
    text-align: center;
    font-size: 45px;
    margin-bottom: 25px;
}
.cnt-bnr {
    justify-content: center;
}
.cnt-bnr img{
    width: 270px;
}
}
@media(max-width:425px){
        .hroContent h1 {
        font-size: 31px;
    }
    .image img{
        width: 100%;
    }
        .cnt-head h2 {
        font-size: 54px;
    }
	    /* CONTACT */
    .cnt-Text h1 {
    font-size: 35px;
}
}
