

.index-banner{
  height: 100vh;
  background-position: top;
  background-size: cover;
  position: relative;
  /* background-color: skyblue; */
}

.chakra-banner{
position: absolute;
left: 50%;
top: 30%;
transform: translate(-50% ,-50%);
z-index: 2;
}

.chakra-banner img{
height: 100%;
width: 100%;
scale: 0.6;


}


.cloud {
  overflow: hidden;
  position: relative;
  width:100%;
  /* padding-bottom: 56.25%; */
  height: 100vh;
  background-size: cover;
 

}


.cloud img {
  width: 100%;
  left: 0;
  object-fit: contain;
  height: 100%;
  scale: 1.5;
  position: absolute;
  -webkit-user-select: none; 
  -moz-user-select: none;   
  -ms-user-select: none;
  user-select: none;    
  pointer-events: none;
  
}
@-webkit-keyframes animCloud {
  from {
      -webkit-transform: translateX(100%)
  }
  to {
      -webkit-transform: translateX(-100%)
  }
}
@-moz-keyframes animCloud {
  from {
      -moz-transform: translateX(100%)
  }
  to {
      -moz-transform: translateX(-100%)
  }
}
@keyframes animCloud {
  from {
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%)
  }
  to {
      -webkit-transform: translateX(-100%);
      -moz-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
      -o-transform: translateX(-100%);
      transform: translateX(-100%)
  }
}
.cloud1 {
  -webkit-animation: animCloud 40s infinite linear;
  -moz-animation: animCloud 40s infinite linear;
  animation: animCloud 40s infinite linear;
}
.cloud2 {
  -webkit-animation: animCloud 60s infinite linear;
  -moz-animation: animCloud 60s infinite linear;
  animation: animCloud 60s infinite linear;
  z-index: 2;
}
.cloud3 {
  -webkit-animation: animCloud 80s infinite linear;
  -moz-animation: animCloud 80s infinite linear;
  animation: animCloud 80s infinite linear;
 
  
}
.cloud4 {
  -webkit-animation: animCloud 100s infinite linear;
  -moz-animation: animCloud 100s infinite linear;
  animation: animCloud 100s infinite linear;
}

.cloud5 {
  -webkit-animation: animCloud 50s infinite linear;
  -moz-animation: animCloud 50s infinite linear;
  animation: animCloud 50s infinite linear;
  bottom: 60% !important;
  z-index: 3;
}


.main-image{
  position: absolute;
  bottom: -2%;
  width: 100%;
  z-index: 5;
}

.main-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* filter: hue-rotate(45deg); */
}

.banner-blur{
  position: absolute;
  top: 94%;
  width: 70%;
  left: 50%;
  transform: translate(-50% ,0);
  background-image: linear-gradient(to right ,#ff7615b0 , #cb0000af , #3f1300b2);
  backdrop-filter: blur(5px);
  padding: 1rem 0;
  z-index: 6;
}

.banner-heading-arti{
text-align: center;
margin-bottom: 1rem;
font-family: "Montserrat", sans-serif;
color: #fff;
text-transform: uppercase;
font-size: 1.5rem;
}

.banner-arti-inner{
display: flex;
justify-content: center;


}

.banner-icons-container{
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 1rem;
  color: #ffffff;
  padding: 0 3rem;
  border-right: 1px solid #fff;
}

.banner-icons-container:last-child{
border: none;

}

.banner-icons-container .icon{
  height: 50px;
  display: none;
}

.banner-icons-container .icon img{
  height: 100%;
  width: 100%;
}

.icon-text h3{
  font-size: 1.5rem;
  font-family: "Montserrat", sans-serif;
    text-align:center;
}

.icon-text p{
  color: #ffffff;
  font-weight: 600;
  text-align:center;
  font-size: 0.9rem;
  font-family: "Montserrat", sans-serif;
}









.clock {
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  background: #fe440c;
  height: 100px;
  width: 100px;
  scale: 0.5;
  border-radius: 50%;
  box-shadow: -3px -3px 7px #ff6f65,
    3px 3px 5px rgba(94, 104, 121, 0.288);
}

.clock:before {
  position: absolute;
  content: '';
  height: 120px;
  width: 120px;
  background: #ff6c3f;
  border-radius: 50%;
  box-shadow: inset -3px -3px 7px #ffffff73,
    inset 3px 3px 5px rgba(94, 104, 121, 0.288);
}

.clock:after {
  position: absolute;
  content: '';
  height: 120px;
  width: 120px;
  background: #ffffff;
  border-radius: 50%;
  box-shadow: -1px -1px 5px #ffffff73,
    1px 1px 3px rgba(94, 104, 121, 0.288);
}

.clock .center-nut {
  height: 15px;
  width: 15px;
  background: #404040;
  border-radius: 50%;
  z-index: 2;
  position: absolute;
}

.clock .center-nut2 {
  height: 9px;
  width: 9px;
  background: #3498db;
  border-radius: 50%;
  z-index: 15;
  position: absolute;
}

.indicators div {
  position: absolute;
  width: 2px;
  height: 5px;
  background: #404040;
}

.indicators div:nth-child(1) {
  transform: rotate(30deg) translateY(-100px);
}

.indicators div:nth-child(2) {
  transform: rotate(60deg) translateY(-100px);
}

.indicators div:nth-child(3) {
  background: #3498db;
  transform: rotate(90deg) translateY(-100px);
}

.indicators div:nth-child(4) {
  transform: rotate(120deg) translateY(-100px);
}

.indicators div:nth-child(5) {
  transform: rotate(150deg) translateY(-100px);
}

.indicators div:nth-child(6) {
  background: #3498db;
  transform: rotate(180deg) translateY(-100px);
}

.indicators div:nth-child(7) {
  transform: rotate(210deg) translateY(-100px);
}

.indicators div:nth-child(8) {
  transform: rotate(240deg) translateY(-100px);
}

.indicators div:nth-child(9) {
  background: #3498db;
  transform: rotate(270deg) translateY(-100px);
}

.indicators div:nth-child(10) {
  transform: rotate(300deg) translateY(-100px);
}

.indicators div:nth-child(11) {
  transform: rotate(330deg) translateY(-100px);
}

.indicators div:nth-child(12) {
  background: #3498db;
  transform: rotate(360deg) translateY(-100px);
}

.sec-hand,
.min-hand,
.hr-hand {
  position: absolute;
}

.sec-hand,
.sec {
  height: 180px;
  width: 180px;
  z-index: 6;
}

.min-hand,
.min {
  height: 140px;
  width: 140px;
  z-index: 5;
}

.hr-hand,
.hr {
  height: 110px;
  width: 110px;
  z-index: 4;
}

.sec,
.min,
.hr {
  display: flex;
  justify-content: center;
  position: absolute;
}

.sec:before {
  position: absolute;
  content: '';
  height: 110px;
  width: 3px;
  background: #3498db;
}

.sec:after {
  position: absolute;
  content: '';
  height: 35px;
  width: 7px;
  background: #3498db;
  top: 105px;
  border-radius: 5px;
}

.min:before {
  position: absolute;
  content: '';
  width: 1px;
  top: -15px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 60px solid #000000;
}

.min:after {
  position: absolute;
  content: '';
  width: 3px;
  top: 40px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 30px solid #494949;
}

.hr:before {
  position: absolute;
  content: '';
  width: 1px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-bottom: 35px solid #ff0000;
}

.hr:after {
  position: absolute;
  content: '';
  width: 3px;
  top: 34px;
  border-left: 2px solid transparent;
  border-right: 2px solid transparent;
  border-top: 25px solid #303030;
}




/* mobile */

@media (max-width:950px ) {
  .index-banner{
    height: 80vh;
  }

  .cloud {
    height: 80vh;
  }
}

@media (max-width:650px ) {
  .index-banner{
    height: 60vh;
  }
  .cloud {
    display: none;
  }
  .banner-blur{
    width:80%;
    padding: 0.5rem 0;
}

.banner-icons-container{
  padding: 0 1rem;
  gap: 1rem;
}

.banner-heading-arti{
font-size: 0.6rem;
 margin-bottom: 0.5rem;
}

.icon-text h3{
  font-size: 0.7rem;
}

.icon-text p{
  font-size: 0.5rem;
}

  
  .banner-icons-container .icon{
    height: 30px;
}
  
}

@media (max-width:450px ) {
  .index-banner{
    height: 40vh;
  }

  .chakra-banner{
    top: 50%;
  }



.clock{
  display: none;
}



 
}


