body{
    /* background-color: rgba(38, 0, 56); */
    background-image: url('./backimages/secimg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgb(241, 211, 255);
    margin: 0%;
    padding: 0%;
    
}



.nav-container{
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
   
  

}
.nav-bar{
    width: 80%;
    display: flex;
    justify-content: right;

}
.nav-item{
    display: inline;
    margin-right: 20px;
}

.nav-container a{
    color:  white;
    background-color: transparent;
    text-decoration: none;
    
  }
.logo{
    width: 10%;
    text-align: center;
    display: flex;
}

.logo-img{
    width: 50%;
    height: auto;
}

.banner{
    background-image: url(./backimages/valor1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    display: flex;
    
}
.banner-container{
    width: 100%;
    height: 100%;
    background-color: rgb(73, 73, 73, 0.7);
    
}
.banner-details{
    font-size: 20px;
    margin-top:30%;
    padding-bottom: 50px;
    text-align: center;  
    color: rgb(207, 78, 100);  
}

.banner-details a{
    background-color:rgb(31, 25, 25);
    color: rgb(207, 78, 100);
    font-size: 20px;
    border: 1px solid black;
    border-radius: 10px;
    
    padding-top: 10px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-right: 30px;
    
    text-align: center;
}

.section-content{
    display: flex;
    align-items: flex-start;
    margin: 4%;
   
    
}

.section-image img{
    border-radius :30px;
     display:flex;

}
.section-details{
    margin-left: 10%;
    height: auto;
    font-size: 20px;
    color: black;
    background: thistle;
    opacity: 0.5;
    border-radius: 40px;

}
.alternate{
    flex-direction: row-reverse;
    
}

/* .foot{

    color:black;
    text-align: center;

} */
footer{
    background-color:rgb(56, 53, 53);
    width: 100%;
  
}
.footer-content{
    display: flex;
    flex-direction: column;
    margin: 1%;   
}

.footer-links{
    color: rgb(236, 229, 229);
    text-align: center;
}
.footer-links a{
    color: rgb(190, 106, 120);
}
  
@media(max-width:768px){
    .section-content{
        flex-direction: column;

    }

    .section-image img{
      width: 100%;
    }
}


.grid-container{
    width: 100%;
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-gap:10px;
    padding-left: 30px;
    flex-direction: column;
  
}
.box{
    border: 1px solid rgb(187, 84, 101);
    font-size: 30px;
    text-align: center;
    display: flex;
}

/* .img-1{
    grid-column-start: 1;
    grid-column-end:2;
    grid-row-start: 1;
    grid-row-end:2;
}

.img-2{
    grid-column-start: 1;
    grid-column-end:2;
    grid-row-start: 2;
    grid-row-end:3;
}

.img-3{
    grid-column-start: 1;
    grid-column-end:2;
    grid-row-start: 3;
    grid-row-end:4;
}

.img-4{
    grid-column-start: 2;
    grid-column-end:4;
    grid-row-start: 1;
    grid-row-end:3;
}

.img-5{
    grid-column-start: 2;
    grid-column-end:3;
    grid-row-start: 3;
    grid-row-end:4;
}

.img-6{
    grid-column-start: 3;
    grid-column-end:4;
    grid-row-start: 3;
    grid-row-end:4;
} */



 .img-1{
    grid-column-start: 1;
    grid-column-end:2;
    grid-row-start: 1;
    grid-row-end:4;
    
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
     
    
    
   
}

.img-2{
    grid-column-start: 2;
    grid-column-end:3;
    grid-row-start: 1;
    grid-row-end:3;
  
   background-repeat: no-repeat;
   background-size: cover;
    
}

.img-3{
    grid-column-start:2;
    grid-column-end:3;
    grid-row-start: 3;
    grid-row-end:4;
   
    background-repeat: no-repeat;
    background-size: cover;
   
}

.img-4{
    grid-column-start: 3;
    grid-column-end:4;
    grid-row-start: 1;
    grid-row-end:2;
    
    background-repeat: no-repeat;
    background-size: cover;

}

.img-5{
    grid-column-start:3;
    grid-column-end:4;
    grid-row-start: 2;
    grid-row-end:4;

    
    background-repeat: no-repeat;
    background-size: cover
} 

.agent1{
    width: 100%;

}
.agentimg{
    width: 100%;
   
    background-size: contain;
}

footer{
    background-color:rgb(56, 53, 53);
    width: 100%;
  
}
.footer-content{
    display: flex;
    flex-direction: column;
    margin: 1%;   
}

.footer-links{
    color: rgb(236, 229, 229);
    text-align: center;
}
.footer-links a{
    color: rgb(190, 106, 120);
}


.fa {
    padding: 20px;
    font-size: 30px;
    width: 20px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 40%;
  }

  .fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  background: #3B5998;
  color: white;
}

.fa-twitter {
    background: #55ACEE;
    color: white;
  }


.fa-linkedin {
    background: #007bb5;
    color: white;
  }
  