@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", serif;
}

.top-nav {
    background-color: #343a40;
}

h1,
h2,
h3,
h4,
h5,
h5,
h6 {
    font-weight: 600 !important;
}

.circle {
    width: 35px;
    height: 35px;
    line-height: 11px;
    text-align: center;
}

.bg-red {
    background-color: #fd0503 !important;

}

.bg-blue {
    background-color: #343a40;
}

.color-red {
    color: #fd0503;
    font-weight: 600;
}

.nav-item a {
    font-size: 16px;
    font-weight: 600;
}

.abs-text {
    position: absolute;
    top: 0;
    background-color: #fd0503;
    left: 40%;
    padding: 3px 30px;
    border-radius: 0px 0px 10px 10px;
    color: white;
    font-weight: 600;
}

.relative {
    position: relative !important;
}

.tabs {
    display: flex;
    margin-bottom: 10px;
}

.tab-button {
    padding: 5px 25px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    margin-right: 5px;
    border-radius: 5px;
}

.tab-button:hover {
    background-color: #ddd;
}

.tab-button.active {
    background-color: #fd0503;
    /* Active button color */
    color: white;
    /* Change text color of active button */
}

.tab-content {
    display: flex;
    flex-direction: column;
}

.tab-panel {
    display: none;
    /* Hide all panels initially */
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ccc;
    margin-top: 10px;
    border-radius: 5px;
}

.tab-panel.active {
    display: block;
    /* Only the active panel will be displayed */
}

.play-abs {
    position: absolute;
    top: 50%;
    left: 50%;
}

/* mini-site-map */
.mini-site-map p {
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}

/* mini-site-map */


/* mid-navbar */
.mid-navbar h5 {
  color: navy;
  font-size: 22px;
  font-weight: 600;
}


form input {
  outline: none;
  background-color: transparent;
}

form button {
  outline: none;
  background-color: transparent;
}

/* mid-navbar */


/* navbar */
.navbar {
  background-color: #fff7ee;
}

.nav-item a {
  color: rgb(0, 0, 0);
  font-weight: 500;
  font-size: 15px;
  transition: 0.5s ease-in;
  overflow: hidden;
}

.nav-item a:hover {
  transform: scale(1.1);
  color: rgb(0, 0, 0);

}

/* navbar */


/* banner */
.banner {
  background-image: linear-gradient(#00000040, #000000a3), url(https://www.kvic.gov.in/kvicres/img/Guj1__.jpg);
  width: 100%;
  height: 80vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  object-fit: contain;
}

/* banner */


.homemarquee a {
  text-decoration: none;
  color: brown;
}


.banner-down-sec h4 {
  color: navy;
}









.card-main {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}

.card-img {
  flex-basis: 40%;
}

.card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center;
  background-size: cover;
}

.card-content {
  flex-basis: 60%;
  padding: 25px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  color: navy;
  /* margin-bottom: 20px; */
}

.card-description {
  font-size: 16px;
  line-height: 1.5;
  /* margin-bottom: 30px; */
}

.card-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  color: #888;
}

.date {
  margin: 0;
}


.card-description ul li{
  list-style: none;
}

.card-description ul{
  padding-left: 0% !important;
}

.card-description ul li  a{
  text-decoration: none;
  color: black;
  font-weight: bold;
}





.slide-track img{
  object-fit: contain;
  width: 200px;
  height: 200px;
  animation: scroll 20s linear infinite;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 20px;
  border: 1px solid gray;
  /* box-shadow: 0px 5px 15px gray; */
  border-radius: 50%;
}

.slide-track {
  width: 100%;
  display: flex;
  gap: 3em;
  overflow: hidden;
}

.slider {
  /* margin-top: 70px; */
  background-color: whitesmoke;
  /* padding: 8em 2em; */
}

@keyframes scroll {
  0% {transform: translateX(0);}
  100% {transform: translatex(-1000%)}
}












.page-footer{
  background-color: #212121;
}


.title-footer-marca{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  /* line-height: 56px; */
  letter-spacing: 0.015em;
  text-transform: uppercase;
  
  color: #FFFFFF;
}

#footer-col-left p{
  margin-bottom: 20px;

  font-family: roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.015em;

  color: #FFFFFF;
}


#footer-col-left h5{
  margin-top: 47px;
  margin-bottom: 20px;
}

#myFooter li{
  margin-bottom: 10px;
}

.page-footer{
  padding-top: 70px;
}

#myFooter #footer-col-center h5, #footer-col-right h5{
  margin-bottom: 25px;

  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.015em;

  color: #FFFFFF;
}

#footer-col-right input, #footer-col-right button{
  outline: none;
  border-radius: none;
  height: 45px;
}

#footer-col-right input{
  color: rgb(204, 204, 204);
  padding-left: 10px;
  border: 1px solid #666666;
  background-color: #212121;
}


.footer-copyright-my .form-inline li{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: -0.015em;

  color: #FFFFFF;
}

/* .footer-copyright-my .form-inline .active{
  color: rgb(151, 151, 151);
} */


.footer-copyright-my .icon{
  height: 35px;
}

.list-unstyled li{
  color: white;
  list-style: none;
}

.list-unstyled li a{
  text-decoration: none;
  color: white;
}







.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  white-space: nowrap;
}



.svg-inline--fa {
  vertical-align: -0.200em;
}



.rounded-social-buttons .social-button {
  display: inline-block;
  position: relative;
  cursor: pointer;
  width: 3.125rem;
  height: 3.125rem;
  border: 0.125rem solid transparent;
  padding: 0;
  text-decoration: none;
  text-align: center;
  color: #fefefe;
  font-size: 1.5625rem;
  font-weight: normal;
  line-height: 2em;
  border-radius: 1.6875rem;
  transition: all 0.5s ease;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
}

.rounded-social-buttons .social-button:hover, .rounded-social-buttons .social-button:focus {
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.rounded-social-buttons .fa-twitter, .fa-facebook-f, .fa-linkedin, .fa-tiktok, .fa-youtube, .fa-instagram {
  font-size: 25px;
}

.rounded-social-buttons .social-button.facebook {
  background: #3b5998;
}

.rounded-social-buttons .social-button.facebook:hover, .rounded-social-buttons .social-button.facebook:focus {
  color: #3b5998;
  background: #fefefe;
  border-color: #3b5998;
}

.rounded-social-buttons .social-button.twitter {
  background: #55acee;
}

.rounded-social-buttons .social-button.twitter:hover, .rounded-social-buttons .social-button.twitter:focus {
  color: #55acee;
  background: #fefefe;
  border-color: #55acee;
}

.rounded-social-buttons .social-button.linkedin {
  background: #007bb5;
}

.rounded-social-buttons .social-button.linkedin:hover, .rounded-social-buttons .social-button.linkedin:focus {
  color: #007bb5;
  background: #fefefe;
  border-color: #007bb5;
}

.rounded-social-buttons .social-button.tiktok {
  background: #000000;
}

.rounded-social-buttons .social-button.tiktok:hover, .rounded-social-buttons .social-button.tiktok:focus {
  color: #000000;
  background: #fefefe;
  border-color: #000000;
}

.rounded-social-buttons .social-button.youtube {
  background: #bb0000;
}

.rounded-social-buttons .social-button.youtube:hover, .rounded-social-buttons .social-button.youtube:focus {
  color: #bb0000;
  background: #fefefe;
  border-color: #bb0000;
}

.rounded-social-buttons .social-button.instagram {
  background: #125688;
}

.rounded-social-buttons .social-button.instagram:hover, .rounded-social-buttons .social-button.instagram:focus {
  color: #125688;
  background: #fefefe;
  border-color: #125688;
}



@media screen and (max-width: 1024px) {
  .nav-item a{
      font-size:12px;
  }
}


