* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  body {
    font-family: "Montserrat", sans-serif;
    min-height: 100vh;
    background: url("camsbdbg4.png");
    background-size: cover;
    background-position: center ;
    height: 120vh;
  }
  html {
    scroll-behavior: smooth;
    font-size: 62.5%;
  }

  
  .slider{
    width: 100%;
    height: 80vh;
    position: relative;
    overflow: hidden;
    clip-path: circle(170vh at 50% -90vh);
  }

  .loading{
    width: 100%;
    height: 100vh;
    position: absolute;
  }

  #SlideImg{
    width: 100%;
    height: 90%;
    animation: zoom 3s linear infinite;
  }

  @keyframes zoom {
    0%{
      transform: scale(1.3);
    }
    20%{
      transform: scale(1);
    }
    80%{
      transform: scale(1);
    }
    100%{
      transform: scale(1.3);
    }
  }

  .content99{
    color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    position: relative;
    background-color: rgba(0,0,0,0.5);
  }
  .content99 h1{
    color: #fcd307;
    font-size: 6.2rem;
    text-align: center;
  }
  .add{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
   
  }

  .thead h3 {
    color: #fff;
    font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
    padding: 1rem;
    font-size: 3.2rem;
    cursor: pointer;
    background: #010101;
    transition: all 2s ease;
  }
  .thead h3:hover {
    color: #fcd307;
    text-shadow: 0 0.2rem 1.2rem 0.9rem #e40017;
  }




  /*------------- SERVICES-ONE CONTENT STARTS--------*/
.card7{
  position: relative;
  width: 27rem;
  height: 25rem;
  border-radius: 1rem;
  box-shadow: 0rem .5rem 2rem rgba(0,0,0,0.5);
  transition: 0.3s;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 7rem;
  margin-bottom: 2rem;
  background: #fff;
  cursor: pointer;
}

.card7:hover{
  height: 34rem;
  margin-bottom: -10rem;
}

.imgbox{
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(-60px);
  z-index: 99;
}


.card7:hover> .imgbox{
transform: translateY(-80px);
transition: 0.3s;
}


.alogo{
width: 100%;
border-radius: 1rem;
box-shadow: 0rem .5rem 2rem rgba(0,0,0,0.5);
}

.content7{
  transform: translateY(-200px);
  opacity: 0;
  transition: 0.3s;
}

.card7:hover> .content7{
  opacity: 1;
  transform: translateY(-90px);
}

.content7 h1{
  font-size: 2rem;
  font-weight: bolder;
  text-align: center;
  color: #010101;
  margin-bottom: 1rem;
}


.content7 p{
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}


.content7 p:hover{
  color: #54e346;
}

.desh99 {
  color: #010101;
  border: .3rem solid #010101;
  margin-top: 10rem;
}
 /*------------- SERVICES-ONE CONTENT ENDS--------*/



  /*------------- SERVICES-TWO CONTENT STARTS--------*/
  .card10{
    position: relative;
    width: 50rem;
    height: 20rem;
    border-radius: 1rem;
    box-shadow: 0rem .5rem 2rem rgba(0,0,0,0.5);
    transition: 0.3s;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
    margin-top: 7rem;
    margin-bottom: 2rem;
    margin-left: 3rem;
    background: #fff;
    cursor: pointer;
  }
  
  .card10:hover{
    height: 25rem;
    margin-bottom: -3rem;
  }
  
  .imgbox{
    position: relative;
    width: 100%;
    height: 100%;
    transform: translateY(-60px);
    z-index: 99;
  }
  
  
  .card10:hover> .imgbox{
  transform: translateY(-80px);
  transition: 0.3s;
  }
  
  
  .flogo{
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0rem .5rem 2rem rgba(0,0,0,0.5);
  }
  
  .content10{
    transform: translateY(-200px);
    opacity: 0;
    transition: 0.3s;
  }
  
  .card10:hover> .content10{
    opacity: 1;
    transform: translateY(-60px);
  }
  
  .content10 h1{
    font-size: 2rem;
    font-weight: bolder;
    text-align: center;
    color: #010101;
    margin-bottom: 1rem;
  }
  
  .content10 p{
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
  }
  
  .content10 p:hover{
    color: #54e346;
  }
  
  .desh999 {
    color: #010101;
    border: .3rem solid #010101;
    margin-top: 6rem;
  }
   /*------------- SERVICES-TWO CONTENT ENDS--------*/


   /*------------- UMPIRE PANELS CONTENT STARTS--------*/

  .tcup h1 {
          color: #fff;
          background: #010101;
          font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
          cursor: pointer;
          transition: all 2s ease;
  }

  .tcup h1:hover {
           color: #fcd307;
  }
    
  .tcup h2 {
           color: #fff;
           margin-top: 2rem;
           font-size: 3.2rem;
           font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
           cursor: pointer;
           background: #010101;
           transition: all 2s ease;
}
    
.tcup h2:hover {
           color: #fcd307;
           text-shadow: 0 0.2rem 1.2rem 0.2rem #000;
}



.card13 {
  position: relative;
  width: 27rem;
  height: 25rem;
  border-radius: 1rem;
  box-shadow: 0rem .5rem 2rem rgba(0, 0, 0, 0.5);
  transition: 0.3s;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 3rem;
  padding-right: 3rem;
  margin-top: 7rem;
  margin-bottom: 2rem;
  background: #fff;
  cursor: pointer;
}

.card13:hover {
  height: 34rem;
  margin-bottom: -10rem;
}

.imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  transform: translateY(-60px);
  z-index: 99;
}


.card13:hover>.imgbox {
  transform: translateY(-80px);
  transition: 0.3s;
}


.uprofile {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0rem .5rem 2rem rgba(0, 0, 0, 0.5);
}

.content13 {
  transform: translateY(-200px);
  opacity: 0;
  transition: 0.3s;
}

.card13:hover>.content13 {
  opacity: 1;
  transform: translateY(-90px);
}

.content13 h3 {
  font-size: 2rem;
  font-weight: bolder;
  text-align: center;
  color: #010101;
  margin-bottom: 1rem;
}


.content13 p {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}


.content13 p:hover {
  color: #54e346;
}

.desh99 {
  color: #010101;
  border: .3rem solid #010101;
  margin-top: 10rem;
}


     /*------------- UMPIRE PANELS CONTENT ENDS--------*/


  @media (max-width:768px) {
    .slider{
      width: 100%;
      height: 60vh;
      clip-path: circle(150vh at 50% -90vh);
      background-attachment: fixed;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
    }
    #SlideImg{
      width: 100%;
      height: 60%;
      animation: zoom 3s linear infinite;
    }

    .thead h3 {
      color: #fff;
      font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
      padding: 1rem;
      font-size: 2.2rem;
      cursor: pointer;
      background: #010101;
      transition: all 2s ease;
    }

    .card7{
      position: relative;
      width: 90%;
      height: 30rem;
      border-radius: 1rem;
      box-shadow: 0rem .5rem 2rem rgba(0,0,0,0.5);
      transition: 0.3s;
      justify-content: center;
      align-items: center;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 3rem;
      padding-right: 3rem;
      margin-top: 7rem;
      margin-bottom: 2rem;
      margin-left: 2rem;
      background: #fff;
      cursor: pointer;
    }
    
    .card7:hover{
      height: 35rem;
      margin-bottom: -2rem;
    }
    .card7:hover> .content7{
      opacity: 1;
      transform: translateY(-71px);
    }
    
    .desh99 {
      color: #010101;
      border: .3rem solid #010101;
      margin-top: 5rem;
      margin-bottom: 3rem;
    }
    


    .card10{
      position: relative;
      width: 90%;
      height: 15rem;
      border-radius: 1rem;
      box-shadow: 0rem .5rem 2rem rgba(0,0,0,0.5);
      transition: 0.3s;
      justify-content: center;
      align-items: center;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 1rem;
      padding-right: 1rem;
      margin-top: 7rem;
      margin-bottom: 3rem;
      margin-left: 2rem;
      background: #fff;
      cursor: pointer;
    }
    
    .card10:hover{
      height: 20rem;
      margin-bottom: -2rem;
    }

    .card10:hover> .content10{
     opacity: 1;
      transform: translateY(-60px);
    } 

    .desh999 {
      color: #010101;
      border: .3rem solid #010101;
      margin-top: 3rem;
      margin-bottom: 2rem;
    }

    .card13{
      position: relative;
      width: 90%;
      height: 30rem;
      border-radius: 1rem;
      box-shadow: 0rem .5rem 2rem rgba(0,0,0,0.5);
      transition: 0.3s;
      justify-content: center;
      align-items: center;
      padding-top: 2rem;
      padding-bottom: 2rem;
      padding-left: 3rem;
      padding-right: 3rem;
      margin-top: 7rem;
      margin-bottom: 2rem;
      margin-left: 2rem;
      background: #fff;
      cursor: pointer;
    }
    
    .card13:hover{
      height: 35rem;
      margin-bottom: -2rem;
    }
    .card13:hover> .content13{
      opacity: 1;
      transform: translateY(-71px);
    }


  }