﻿body {}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

div:after {
  content: '';
  display: block;
  clear: both;
}

.heading-1 {
    font-size: 40px;
    font-weight: 700;
    color: #210d32;
    font-family: "Orbitron", sans-serif;
    padding-bottom: 110px;
}

.heading-1 span {
  color: #de8926;
}

.para-1 {
  font-size: 16px;
  color: #594c64;
  font-weight: 500;
}

.para-2 {
  font-size: 15px;
  font-weight: 400;
  color: #594c64;
  margin-bottom: 0px;

}

.heading-2 {
  font-size: 28px;
  font-weight: 700;
  color: #210d32;
  font-family: "Orbitron", sans-serif;
  margin-bottom: 0  ;
}

/* .heading-2 img {
  width: 40px;
} */


#DivHeaderBut {
  display: flex;
}

.kvv-preheader {
  background-color: #42205f;
  color: #fff;
  font-size: 13px;
  padding: 8px 0;
}

.kvv-preheader a {
  color: #fff;
  text-decoration: none !important;
  position: relative;
}

.kvv-preheader a:hover {
  text-decoration: none !important;
  position: relative;
  opacity: .8;
}

.kvv-preheader a::after {
  content: '|';
  margin: 4px;
}

.kvv-preheader a:last-child::after {
  content: '';
  margin: 4px;
}

.helpCenter {
  margin-right: 5px;
}

.kvv-header {
  box-shadow: 0 .1rem .2rem 0 rgba(0, 0, 0, .05);
  padding: 4px 0;
}

.section {
  padding: 40px 0;
}


@keyframes zoomBg {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}



/* New banner */
.kvv-banner {
  height: 430px;
  background-image: url('../images/hero-agriculture-img2.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}



.kvv-banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 67%;
  text-align: center;
  z-index: 1;
}


@keyframes moveCloud1 {
  0% {
    right: 0;
  }

  50% {
    right: 50px;
    /* moves 50px left */
  }

  100% {
    right: 0;
    /* back to start */
  }
}

.cloud-1 {
  position: absolute;
  top: 12px;
  right: 0;

  animation: moveCloud1 10s ease-in-out infinite;
}



@keyframes moveCloud2 {
  0% {
    right: 50%;
  }

  50% {
    right: 55%;
    /* moves 50px left */
  }

  100% {
    right: 50%;
    /* back to start */
  }
}


.cloud-2 {
  position: absolute;
  top: 12px;
  right: 50%;
  width: 210px;

  animation: moveCloud2 10s ease-in-out infinite;
}

@keyframes moveCloud3 {
  0% {
    left: 0;
  }

  50% {
    left: 40px;
    /* moves 50px left */
  }

  100% {
    left: 0;
    /* back to start */
  }
}

.cloud-3 {
  position: absolute;
  top: 12px;
  left: 0;
  width: 150px;

  animation: moveCloud3 10s ease-in-out infinite;
}

.service-card {

  border-radius: 5px !important;
  transition: .5s all;
  border: 1px solid #ddd !important;
  position: relative;
  z-index: 0;
  background-color: #fff !important;
}

.service-card:after {
  content: '';
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  filter: blur(20px);
  z-index: -1;
}

.service-card:hover {

  transform: translateY(-0.5rem);
  transition: .5s all;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border: 1px solid transparent !important;
}

.service-card:hover a {
  color: #000;
  background-image: linear-gradient(120deg, #fdfbfb 0%, #383b964d 100%);
  border-radius: 5px;
}

.service-card a {
  color: #000;
  text-decoration: none !important;
  padding: 16px;
  background: #f7f7f7;
  height: 100%;

}

.service-card h5 {
  display: inline-block;
  font-weight: 600;
  font-size: 18px;
  font-family: "Orbitron", sans-serif;
  color: #210d32;
  margin-bottom: 0;
}

.service-card img {
  display: inline-block;
}

.service-card .link {
  height: 50px;
  display: block;
  margin: 0 auto;
}

.hover-link {

  align-items: center;
  text-decoration: none;
  gap: 8px;
  transition: all 0.3s ease;
}

.arrow-icon {
  transition: transform 0.3s ease;
  display: none !important;
}

.hover-link:hover .arrow-icon {

  transform: translateX(5px);
  /* move 5px to the right */
}

.link-box {
  padding: 30px;
  background: linear-gradient(90deg, #FDBB2D 0%, #3A1C71 100%);
  border-radius: 50px;
}



.course-card {
  /* background: #f7f7f7; */
  border-radius: 5px;
}

.address-card {
  border-radius: 12px;
  background: #FFF;
  box-shadow: 0px 2px 54px 0px rgba(11, 127, 218, 0.20);
}

.ph-number {
  padding-right: 24px;
  border-right: 1px solid #dedede;
  margin-bottom: 8px;
}

.fax-number {
  padding-left: 24px;
  margin-bottom: 8px;

}

.kvv-footer {
  background: #42205f;
  text-align: center;
  padding: 4px;
  color: white;
}

@media screen and (max-width: 999px) {

  .rvskvv-logo img {
    display: none;
  }

  .heading-1 {
    font-size: 32px;
    padding-top: 24px;
  }

  .kvv-banner {
    height: 350px;
  }


  .service-card {
    margin-bottom: 20px;
  }

  .kvv-logo img {
    height: 100%;
  }

  .float-end.rvskvv-logo {
    float: none !important;
    text-align: center;
  }

  .kvv-header {
    height: 100%;
    padding: 5px 0;
  }

  .kvv-banner-content {
    padding: 0 0;
  }


  /* .kvv-banner-content {
    padding: 10px 0px;
    text-align: center;
  } */

  .banner-img .position-absolute {
    position: static !important;
  }

}

@media (max-width: 540px) {

  .home-link,
  .portal-link,
  .university-link,
  .help-link {
    display: none;
  }

  .rvskvv-logo img {
    display: none;
  }

  .kvv-banner {
    height: 260px;
  }

  .kvv-banner-content {
    width: 90%;
  }


  .heading-1 {
    font-size: 28px;
    padding-top: 24px;
  }

  .para-1 {
    font-size: 14px;
  }

  .heading-2 {
    font-size: 21px;
  }

  .heading-2 img {
    width: 24px;
  }
}


.jumping-icon {
  animation: jump 1s infinite;
  display: inline-block;
  margin-left: 8px;
  /* Optional spacing between text and icon */
}

@keyframes jump {
  0% {
    transform: translateY(0);
  }

  30% {
    transform: translateY(-10px);
  }

  50% {
    transform: translateY(0);
  }

  70% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

/* about us css start  */

.about-section {
  padding-bottom: 40px;
}

@keyframes rotateInfinite {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.rotating-icon {
  animation: rotateInfinite 4s linear infinite;
}

.section-title {
  padding-bottom: 16px;
}

.card-text {
  position: relative;
}

/* .card-title-box {
  position: absolute;
  background: #333333d8;
  width: 100%;
  bottom: 0;
} */

/* .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff !important;
  font-family: "Orbitron", sans-serif;
  padding: 8px 12px;
  margin-bottom: 0 !important;
  z-index: 2;
  left: 12px;
} */

.heading-3 {
    font-size: 18px;
  font-weight: 600;
  color: #210d32;
  font-family: "Orbitron", sans-serif;
}

.about-head {
  font-size: 14px;
  font-weight: 600;
  color: #210d32;
  font-family: "Orbitron", sans-serif;
}

.primary-btn {
  height: 40px;
  background: #DE8926;
  color: var(--text-dark);
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  border: none;
  border-radius: 4px;
  transition: transform 0.4s ease;
  text-decoration: none;
  padding: 4px 12px;
}

.primary-btn:hover {
  color: #fff;
  transform: translateY(-4px);
}

.about-JNKVV {
  background: #d0e5ff;
  background: linear-gradient(180deg,  #d0e5ff, #fff);
  padding: 20px;
  border-radius: 8px;
}
.about-RVSKVV {
  background: #d0e5ff;
  background: linear-gradient(180deg,  #ffdee9, #fff);
  padding: 20px;
  border-radius: 8px;
}

.map-img {
  width: 100%;
}

.contct-icn {
  width: 19px;
  margin-right: 4px;
}