body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
  }
 
  .herosection{
    padding-top: 80px;
    padding-bottom: 80px;
    width: 100%;
    justify-content: center; 
    align-items: center;
    background-color: floralwhite;

  }

  .herocontent{
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

.hero-div{
  width: 50%;
    align-self: center;
    margin-right: 5%;
    vertical-align: middle;
} 

  .hero-title{
    font-family: helvetica;
    margin-bottom: 30px;
    width: 90%;
    font-size: 64px;
    color: #000a61;
  }

  .hero-paragraph{
    font-size: 16px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 24px;
    font-family: helvetica;
  }


  .hero-button{
    cursor: pointer;
    padding-left: 16px;
    padding-right: 16px;
    height: 36px;
    font-size: 18px;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600;
    background-color: #000a61;
    color: #ffffff;
    border: none;
  }

  .hero-img-div{
    align-self: center;
    width: 50%;
    vertical-align: middle;
    
  }

  .hero-img{
    max-height: 500px;
    max-width: 700px;
    width: 100%;
    height: 600px;
    border-top-left-radius: 64px;
    object-fit: cover;
  }





  .logossec-title{
    margin-bottom: 50px;
    font-size: 24px;
    font-family: helvetica;
    font-weight: 600;
    color: #000a61;
    display: flex;
    justify-content: center;

   
  }

  .capacerti{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin-left: 10%;

  }

  .logossec-title-white{
    width: 45%;
    margin-bottom: 50px;
    font-size: 40px;
    font-family: helvetica;
    font-weight: 600;
    color: #000a61;
    justify-content: center;
    display: inline-block;
  }

  .capadiv{
    padding-left: 15%;
    width: 80%;
    padding-bottom: 1%;
  }

  .Logos-section-brands{
    width: 100%;
    padding-top: 24px;
    padding-bottom: 5%;
    background-color: floralwhite;
    border-width: 2px;
    display: block;
  }


  .image{
    width: 100%;
  }

  .infosection{
    display: flex;
    margin-top: 100px;
    width: 80%;
    justify-content: center;
    align-items: center;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .infocontent{
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
    display: flex;
  }    

  .info-div{
    align-self: center;
    vertical-align: middle;
    flex: 1;
    max-width: 600px;

  }
    .info-title{
      margin-top: 0;
      font-family: helvetica;
      margin-bottom: 5%;
      width: 100%;
      font-size: 48px;
      color: #000a61;

    }

    .Info-paragraph{
      font-size: 16px;
      width: 100%;
      margin-top: 0px;
      margin-bottom: 5%;
      line-height: 24px;
      font-family: helvetica;

    }

    .image-collage{
      flex: 1; 
      justify-content: space-around;
      max-height: 509px;
      row-gap: 1%;
      margin-right: 10px;



    }
    .upper-row{
      justify-content: center;
      column-gap: 1%;
      flex: 1;
      display: flex;
      max-height: 254px;

    }
    .down-row{
      flex: 1;
      justify-content: center;
      display: flex;
      max-height: 254px;

    }
    .info-img img{
      width: 290px;
      height: 250px;
      object-fit: cover;

    }
    .info-img3 img{
      height: 250px;
      width: 590px ;
      object-fit: cover;

    }



    .slideshow-container {
      position: relative;
      height: 20vh;
      width: 100%;
      max-width: 50%; /* Adjust the container width as needed */
      margin-left:auto;
      margin-right: auto;
      overflow: hidden;
    }
    
    .slideshow {
      display: flex;
      transition: 2s ;
    }
    
    .slide {
      display: flex;
      justify-content: space-between;
      width: 100%;
    }
    
    .slide img {
      width: 12%; /* Adjust the logo size and spacing as needed */
      margin-right: 1%;
    }
    
    .dots {
      margin-top: 3%;
      text-align: center;
      
    }
    
    .dot {
      display: inline-block;
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #bbb;
      margin: 0 4px;
      cursor: pointer;
    }
    
    .dot.active {
      background-color: #717171;
    }
    
    .volvo{
      align-self:center;
      max-width: 90px;
max-height: 90px;
    }

    .collagesection {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
    }
    .image-collage {
      display: flex;
      flex-wrap: wrap;
    }
    
    .row {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }
    
    .row img {
      width: 48%;
      margin: 0 1%;
    }
    .column {
      flex: 1;
      padding: 20px;
    }
    
    .left {
      display: none;
    }
    
    .right {
      text-align: center;
    }
    
    h2 {
      margin-top: 0;
    }
    
    .image-collage {
      display: flex;
      flex-wrap: wrap;
    }
    
    .row {
      width: 100%;
      display: flex;
      justify-content: center;
      margin-bottom: 10px;
    }
    
    .row img {
      width: 48%;
      margin: 0 1%;
    }
    
    button {
      padding: 10px 20px;
      font-size: 16px;
    }

    .hide{
      display : none;
    }

@media (max-width: 700px) {
  
  .herosection{
    padding-top: 5%;
  }
  .herocontent{
    display: block;
  }
  .hero-div{
    width: 100%;
  }
  .hero-img-div{
    width: 100%;
    margin-top: 10%;
  }
  .hero-title{
    font-size: 48px;
  }
  .logossec-title-white{
    font-size: 24px;
  }
  .slideshow-container{
    max-width: 70%;
  }
  .infosection{
    width: 90%;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
  }
  .image-collage{
    display: none;
  }
  .info-title{
    font-size: 32px}

    .infocontent{
      margin: 0%;
    }

}



  
    
 
    