* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #f8f9fa;
  padding-left: 40px;
  padding-right: 40px;
}


.VerveGen-nav {
  background-color: white;
}

.VerveGen-nav .logo {
  background: url("/testing/images/logo.jpeg");
  height: 80px;
  width: 160px;
  padding: 5px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  mix-blend-mode: darken;
}

.VerveGen-nav .anch {
  font-size: 14px;

  font-weight: 600;

}

.VerveGen-nav .anch:hover {
  color: #f86f03;
}

.VerveGen-nav .drop-down {
  font-size: 2rem;
}

#nav-button {
  margin-right: 10px;
}


@media screen and (max-width: 768px) {

  .cont .cards {

    margin-top: 0;
  }

  #nav-button {
    margin-right: 10px;
  }
  .parent{
    display: flex !important;
  flex-direction: column !important;
  }
}

.container {
  padding: 00px 0;
}


a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a {
  text-decoration: none;
  font-size: 20px;
}

.child img {
  width: 90px;
  height: 80px;
}

img {
  vertical-align: middle;
  border-style: none;
}

.textt {
  display: flex;
  flex-direction: column;
  justify-self: right;
  height: 80px;
  justify-content: center;
  padding-left: 20px;
}

.child h2 {
  color: #333;
  font-size: 16px;
  margin: 0;
}

.child p {
  color: #666;
  font-size: 14px;
  margin: 0;
}

.parent {
  width: 100%;
  height: 500px;
  overflow-y: scroll;
  border: 1px solid #ccc;
  position: relative;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(10, 1fr);
  gap: 10px;
  padding: 10px;
}

.child {
  width: 100%;
  height: 100%;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 10px;
  display: flex;
  flex-direction: row;
}

.cont {
  margin: 0;
  padding: 0px 0px 30px 0px;
  width: 80%;

  display: flex;
  align-items: center;
  justify-content: center;

  font-family: 'DM Sans', sans-serif;
  transition: background .4s ease-in;

}

.cont input[type=radio] {
  display: none;
}

.cont .card {
  grid-row-start: 1;
  grid-column-start: 1;
  width: 100%;
  height: 80%;
  left: 0;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  border-radius: 20px;

  cursor: pointer;
}

.cont .container {
  width: 100%;
  max-width: 1000px;
  max-height: 600px;
  height: 100%;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.cont .cards {
  display: grid;
  grid-template-columns: 1fr;
  width: 90%;
  margin-top: 0vh;
}

.cont img {
  width: 100%;
  height: 80vh;
  border-radius: 10px;
  object-fit: cover;
}

#item-1:checked~.cards #song-3,
#item-2:checked~.cards #song-1,
#item-3:checked~.cards #song-2 {
  transform: translatex(-15%) scale(0.86);
  opacity: .4;
  top: scale(0.07);
  z-index: 0;

}

#item-1:checked~.cards #song-2,
#item-2:checked~.cards #song-3,
#item-3:checked~.cards #song-1 {
  transform: translatex(15%) scale(0.86);
  opacity: .4;
  top: scale(0.07);
  z-index: 0;
}

#item-1:checked~.cards #song-1,
#item-2:checked~.cards #song-2,
#item-3:checked~.cards #song-3 {
  transform: translatex(0) scale(1);
  opacity: 1;
  z-index: 1;


}

.next-div {
  display: flex;
  padding: 0px 50px;
  border: 2px solid #f86f03;
  margin: 20px;
  border-radius: 20px;
}


.next-div .text {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.next-div .text h1 {
  height: inherit;
  font-weight: 700;
  margin: 20px;
  letter-spacing: 2px;
}


@media only screen and (max-width: 768px) {
  .next-div .text {
    display: none;
  }

  .next-div {
    flex-direction: column;
  }

  .cont {
    width: 100%;
    padding: 0;

  }

  .next-div .text h1 {
    font-size: x-large;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .cont img {
    height: 40vh;


  }

  .cont .cards {

    margin-top: 0;
  }

  #nav-button {
    margin-right: 10px;
  }
}


.about_vervegen_edtech {
  padding: 40px 20px;
}

.about_vervegen_edtech h2 
{
    text-align:center;
    font-size:2.5em;
    margin-bottom:30px;
    color:#f86f03;
}
.about_vervegen_edtech p 
{
    text-align:justify;
    font-size:15px;
}
.company {
  padding: 20px;
  margin:80px 0;
}

.company img {
  aspect-ratio: 3/2;
  object-fit: contain;
}

.company h3 {
  text-align: center;
  color: #f86f03;
  font-size:2.5em;
  margin-bottom:50px;
}

.company .verveGen{
  background-color: white;
  display: flex;
  width: 100%;
  height: 80px;
  justify-content: space-evenly;
  mix-blend-mode: darken;
  border: 1px solid #f86f03;
  background: white;
  border-radius:20px ;
}
@media screen and (max-width: 650px) {
  .company img {
    aspect-ratio: 1.5/2;
  }
  .company{
    padding: 0;
  }
}

/* footer */

footer {
  background-color: #f8f9fa;
  padding: 40px 0;
}

footer a 
{
    font-size:14px;
}

footer h2 {
  margin-bottom: 20px;
  color: #f86f03;
  font-size:1.2em;
}

.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.footer-content div {
  flex: 0 0 calc(33.33% - 20px);
  max-width: 300px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.about_us img {
  max-width: 150px;
  height: auto;
  display: block;
  margin-bottom: 20px;
}

.footer-social a {
  color: #f86f03;
  font-size: 24px;
  margin-right: 15px;
  transition: color 0.3s;
}

.information a,
.contact_det p {
  color: black;
  margin-bottom: 5px;
  font-size: 14px;
  text-overflow: wrap;
  transition: color 0.3s;
  text-align: justify;

}

.contact_det i {
  margin-right: 15px;
  color: #f86f03;
}

/* Hover styles */
.footer-social a:hover {
  color: #f86f03;
}

.information a:hover,
.contact_det p:hover {
  color: #f86f03;
}

/* Responsive */
@media screen and (max-width: 768px) {
  .footer-content div {
    flex: 0 0 calc(50% - 20px);
  }
}

@media screen and (max-width: 480px) {
  .footer-content div {
    flex: 0 0 100%;
  }
}

footer {
  background-color: #fff;
  margin: 20px 20px 0px;
  border-radius: 20px 20px 0px 0px;

}

@media screen and (max-width: 480px) {
  .footer-content div {
      flex: 0 0 100%;
  }
  .contact_form{
    margin-right: 0px;
  }
  .next-div{
    padding: 0;
  }
  body{
    padding-left: 40px;
    padding-right: 40px;
  
  }
  .row-fluid {
    width: 83vw;
  }
}


a{
  text-decoration: none;
}