:root {
  /* #d17716 */
  --main-color: #d17716;
  --second-color:rgb(0, 0, 0);
  --third-color:#fff;
}

.gmap_canvas{
border: 2px solid #000;
}


html,body {
  padding: 0;
  overflow-x: hidden;
  background-color: #ffffff !important;
  height: 100vh;
  width: 100vw;
}

#page1{
  padding: 0;
}
.make_center {
  padding: 20px;
  margin: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bkg{
  background-color:#1877f2;
}

.center_time{
  display: grid;
  justify-items: center;
}



.Logo{
  background-color: #ffffff;
  animation: glow 2s infinite ;
  border: 1px solid #d17716;
}

@keyframes glow {
  0% {
      box-shadow: 0 0 10px #d17716;
  }
  50% {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.531)
  }
  100% {
      box-shadow: 0 0 10px #d17716;
  }
}   

.glow2{
  animation: glow3 2s infinite ;
  border: #00ff48 solid 2px;
}

@keyframes glow3 {
  0% {
      box-shadow: 0 0 10px rgb(13, 84, 32);
      background-color: #00ff48;
      color: aliceblue;
  }
  50% {
      box-shadow: 0 0 20px rgb(255, 255, 255);
      background-color:#ffffff;
      color: #00ff48;
  }
  100% {
      box-shadow: 0 0 10px rgb(27, 124, 8);
      background-color: #00ff48;
      color: rgb(255, 255, 255);
  }
}  

.d17716e1{
  animation: change_color 2s infinite;
  border: 2px solid #00a2ff;
}

@keyframes change_color {
  0%{
    box-shadow: 0 0 10px #00a2ff;
    background-color: #00a2ff;
    color: alicergb(22, 140, 209);
  }
  50%{
    box-shadow: 0 0 20px #00a2ff;
    background-color: #ffffff;
    color: #00a2ff;
  }
  100%{
    box-shadow: 0 0 10px rgb(22, 53, 209);
    background-color: #00a2ff;
    color: alice#3f16d1;
  }
}

.hyper :hover{
  color: #ffffff !important;
}

.hyper_#d17716:hover{
  color: #d17716 !important;
}

.about{
  background-color: #1877f2;;
  padding: 20px;
  padding-left: 50px;
  word-wrap: break-word; /* Wrap long words */
  overflow-wrap: break-word;
}


#scroll-container {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  color: rgb(255, 255, 255);
  font-weight: 500;
  font-size: 4.9vw;
  z-index: 3;
  /* border: #d17716 5px solid; */
}
#scroll-containers {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  color:  rgb(255, 255, 0);
  background-color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 1.9vw;
}

.over_lay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: "/media/Page_images/Logo_KWMC.jpg"; /* Path to your overlay image */
  opacity: 0.5; /* Adjust the overlay opacity */
}

#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 15s linear infinite;
  -webkit-animation: my-animation 15s linear infinite;
  animation: my-animation 15s linear infinite;
  white-space: nowrap;
}
/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}
/* for Chrome */
@-webkit-keyframes my-animation {
  from {
    -webkit-transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.carousel-container {
  height: 50vh;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden; /* Prevent images from overflowing */
}

#scroll-texts {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);

  -moz-animation: my-animation 10s linear infinite;
  -webkit-animation: my-animation 10s linear infinite;
  animation: my-animation 10s linear infinite;
}
/* for Firefox */
@-moz-keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
  }
}

.about {
  color: azure;
}

.col{
  padding: 0;
}

.circle {
  height: 10vh;
  width: auto;
  z-index: 2;
}

@media (max-width:425px) {

  
  .Kishore_Sir{
    height: 60vh !important;
  }
  .about{
    font-size: 3vh;
  }
}

@media (min-width:425px) {

  .Kishore_Sir{
    height: 80vh !important;
  }
}


.button_contact{
  background-color: #d17716;
  color: #ffffff;
  border-radius: 10px;
  padding: 5px;
  border: 3px solid #ffffff;
}

.button_contact1{
  background-color: #d17716;
  color: #ffffff;
  border-radius: 20px;
  padding: 10px;
}

.display_check{
  position: relative;

}

ul{
  list-style: none;
}

#blob {
  background-color: white;
  height: 24vmax;
  aspect-ratio: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  border-radius: 50%;
  background: linear-gradient(to right, rgb(127, 225, 255), rgb(112, 124, 216));
  animation: rotate 20s infinite;
  opacity: 0.8;
  z-index: -4;
  filter: blur(50px);
}

.Register_form{
  width: 320px;
  height: auto;
  border: #d17716 1px solid;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 5px;
}

.Register_form input{
  margin: 10px;
  border: #d17716 2px solid;
  border-radius: 5px;
}

.add_Questions{
  width: 100%;
  display: flex;
justify-content: center;
}

.addform{
  padding: 10px;
  border:#000 2px solid;
  border-radius: 20px;
}

.form_row{
  display: flex;
  align-items: center;
  justify-content: center
}

.form{
  background-color: #d17716;
  width: 320px;
  height: auto;
  padding-top: 20px !important;
  padding: 50px;
  border: #000000 5px solid;
  border-radius: 20px;
}

.item{
  width: 100%;
  height: 90vh;
  max-width: 820px;
  background-color: #d17716;
  border-radius: 20px;
  box-shadow: 0 0 20px  10px rgba(0,0,0,.4);
  overflow: hidden;
  grid-template-columns: repeat(2,1fr);
  display: grid;
  z-index: 9;
}



.contact{
  background-color: #ffffff;
  display: grid;
  justify-content: center;
}



.circle{
  width: 59vw;
  height: auto;
  border-radius: (29% 71% 70% 30% / 50% 24% 76% 50%);
  z-index: -10;;
  position: absolute;
}


.add_border{
  border: #d17716 15px solid;
  border-radius: 20px;
}

.add_border1{
  padding-top: 10px;
  border: #d17716 2px solid;
  border-radius: 20px;
}

.make_button{
  background-color: #d17716;
  border-radius: 10px;
  border: #000 2px solid;
}

.angled-text {
    position: relative;
    font-size: 36px;
    text-align: center;
}

.rotated-text {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.rotated-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 100px;
    left: -10px; /* Adjust as needed */
    width: 100%;
    height: 30%;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="100" height="100"%3E%3Crect x="0" y="0" width="100" height="100" fill="rgba(248, 117, 55, 0.7)"%3E%3C/rect%3E%3C/svg%3E');
    background-position: center;
    background-repeat: no-repeat;
    transform: rotate(-10deg);
    transform-origin: left center;
    z-index: -1;
}




.Maths_teacher{
font-weight: bolder;
}

.container{
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.first-text{
  color: alice#d17716;
  padding-left: 20px;
  padding-top: 20px;
  font-size: 35px;
  color: #d17716;
}

.social-media{
  display: flex;
  list-style: none;
}

.list{
  padding-left: 15px;
  font-size: 24px;
  margin-top: 10px;
  
}

.list:hover{
 box-shadow: 0 0 10px #d17716;
 transform: scale(1.2);
}

.social-media i{
  background-color: #d17716;
  padding: 5px;
  border-radius: 5px;
  transition: .3s;
  color: #ffffff;
  
}

.social-media li{
  padding-left: 10px;
}

.submit-form{
  background-color:#d17716 ;

}


.third-text{
  font-size: 25px;
  position: relative;
  top: 20px;
  left: 20px;
  padding-top:10px ;
  color: #ffffff;
}

.second-text{
  font-weight: 500;
  color: #d17716;
  padding-left: 20px;   
}

form{
  padding: 0 50px;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.cnt-img{
  height: 48vh;
  width: auto;
  margin: auto;
}

.input-box{
  height: 40px;
  width: 100%;
  margin: 30px 0;
  position: relative;
}

.input{
  width: 100%;
  height:100%;
  background:transparent;
  border: 2px solid #fff;
  border-radius: 20px;
  outline: none;
  padding-left:10px;
  color: #fff;
  font-size: 16px;
}



::placeholder {
  color: rgb(255, 255, 255);
  font-weight: 500;
  opacity: 1;
}


.phonenumber{
  width: 100%;
  z-index: 12;
  position: fixed;
  top:96.5%;
  display: flex;
  flex-direction: column;

}

.call{
  border-radius: 10px;
  padding: 4px;
animation: glow1 2s linear infinite;
}

@keyframes glow1 {
  0%{
    color: red;
    background-color: #eefc2c;
    box-shadow: 0 0 10px #000;

  }
  50%{
    color: #f7ff1b;
    background-color: #ff2904;
    box-shadow: 0 0 20px rgb(85, 24, 6);
  }
  100%{
    color: #ff0606;
    background-color: #eefc2c;
    box-shadow: 0 0 10px #000;
  }
}

@media(max-width:480px){
  .books{
    display: grid;
  }
  .book_des{
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    display: grid;
    justify-items: center;
  }
  .item{
  grid-template-columns: 1fr;
  }
  .contact{
      display: none;
  }
  .text{
      font-size: 20px;
      text-align: center;
  }
  }



.shhaaddooww{
  box-shadow: 0 0 10px #d17716;
}

.icons i{
  margin: 5px;
  margin-right: 0px;
  border-radius:20%;
 font-size: 5vh;
 padding: 10px;
}


.icons{z-index: 12;
  position: fixed;
  top:50%;
  right: 0%;
  display: flex;
  flex-direction: column;
}

.nav-link{
  text-shadow: 2px 2px 15px rgba(255, 255, 255, 0.978); /* horizontal offset, vertical offset, blur radius, color */
  font-size: larger;
  font-family: 'Roboto Slab', serif !important;
}


.call{
  border-radius: 10px;
  padding: 4px;
animation: glow1 2s linear infinite;
}

.phonenumber{
  width: 100%;
  z-index: 12;
  position: fixed;
  top:96.5%;
  display: flex;
  flex-direction: column;

}

@media (max-width:600px) {
  .footer{
    display: grid !important;
  }
  .make_hide{
    display: none !important;
  }
}

h3{
  color:  var(--third-color) !important;
}

.backgroung_1{
  color: #adadad;
  padding:5px;

}


@media (max-width: 768px) {
  .a123 > ul > li > svg{
    padding: 5px;
    height: 10vw !important;
    width: auto;
    box-shadow: 2px 2px 5px #000000;
  }
  .a123 >ul{
    /* display: grid !important; */
  }
  .no_display{
    display: none;
  }
  .quality{

    height: 20vh;
    width: 100vw;
  }
  .customize{
    padding: 20px;
    aspect-ratio: 3/2;
    width: 50vw !important;
  }
  .about {
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .row__display{
    display: grid;
    justify-content: center;
    align-items: center;
  }
  .row_display {
    display: grid;
    justify-content: center;
    align-items: center;
  }
}

.batches > button{
  margin: 10px;
}



.contain {
  overflow: hidden;
  position: relative;
}

.contain img{
  position: absolute;
  object-fit: cover;
}
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(3, 3, 3, 0.623); /* Adjust the overlay color and opacity */
  mix-blend-mode: pass-through;
}
.text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 8vw;
  font-weight: bold;
  mix-blend-mode:color-dodge;
  white-space: nowrap;
}

.text_1 {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  font-size: 5vh;
  font-weight: bold;
  z-index: 100;
  border-radius: 20px;
}

.Buy_button{
  margin: 10px;
}

.image-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(auto,1fr);
  gap: 20px;
  justify-items: center;
}

.image-grid img{
  width: 80%;
  height: auto;
}

.border{
  border: 20px solid #000;
  /* background-color: #4dc4ff8b; */
  border-radius: 20px;
}

.image-grid video{
  width: 80%;
  height: auto;
}

@media (min-width: 768px) {
#counter,#counter3,#counter2{
  font-size: 10vh;
  font-weight: 700;
}

}

@media (max-width: 768px) {
    .col-4 {
        width: 100%;
        text-align: center;
        margin-bottom: 20px; /* Add some space between columns on small screens */
    }
#counter,#counter3,#counter2{
  font-size: 10vw;
  font-weight: 700;
}
}



.ressult1{
  background-color: #117aa389;
  color: rgb(250, 234, 113);
  box-shadow: 0 0 20px #000000;
  z-index: 11;
position: fixed;
  top:60%;
  right: 0%;
  display: flex;
  flex-direction: column;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
}


.description{
  padding: 20px;
  display: grid;
  justify-items: center;
}

@media (min-width: 768px) {
  .books{
    padding: 50px;
  }
  .book_des{
    padding: 20px;
    padding-top: 30px;
    margin: 10px;
    display: grid;
    justify-items: center;
  }
  .a123 > ul > li{
    padding: 5px;
    height: 50px !important;
    width: auto;
  }
  .no_display{
    display: block;
  }
  .customize{
  }
  .quality{
    height: 50vh;
    width: 100vw;
  }
  .about {
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row_display {
    z-index: -10;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .row__display{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.footer {
  display: flex;
  background-color: var(--second-color);
  color: white;
  padding: 20px;
}

.column {
  flex: 1;
  padding: 10px;
}

.last-column {
  display: flex;
  flex-direction: column;
}

.row_1 {
  padding: 10px;
}


.height_circle {
  height: 90vh;
  width: auto;
  transform: rotate(2deg);
}

.changes {
  display: grid;
  justify-content: start;
}

.design{
  height: 30vh;
  position: absolute;
  z-index: -10;
}

.CUET_Class{
  display: grid;
  align-items: center;
  justify-items: center;
  color: #000000 !important;
}

.design_blob{
  height: 50vh;
  position: absolute;
  left: 0;
  transform: translateX(-50%);
}