
body{
    margin: 0;
    padding: 0;
    background-color: #e9eaf5;
}
.navbar{
    background-color: #782A39;
    width: 100%;
    height: 160px;
}
.navbar a{
    color: white;
}

.navbar a:hover{
    color: rgb(0, 255, 136);
}
.intro video{
width: 100%;
height: 90vh;

}
.rightcontent{
    display: flex;
    margin-left:50%;
}
.rightcontent ul{
    display: flex;
    gap: 27px;
}
.logo{
    padding:5px;
    margin-left: 35px;
}
.logo img{
   width: 130px;
    border-radius: 50%;
}
.img img{
    height: 50vh;
    max-height: 80vh;
}

.message-container{
    display: flex;
    width: 100%;
   
}
.message-container .content{
    width: 50%;
    margin-left: 2px;
    margin-right: 2px;
    text-align: justify;
}
.msgcontainer{
    background-color: azure;
    padding: 10px;
    margin-bottom: 0px;
}
.vencontainer{
    background-color: rgb(219, 231, 229);
    padding-top: 10px;

}


.message-container .img{
    width: 40%;
    height: auto;
    margin-bottom: 10px;

    
}

.message-container .img img{
width: 100%;
border-radius: 5px;

}

.venture{
   
    max-width: 100% !important;
    
    
}
.venture .card{
    width: 14rem; 
    min-width: 13rem;
}

.venture .card-body a{
    color: black;
    font-size: large;
    font-weight: 500;
}
.message{
    max-width: 100% !important;
    margin: 0px 0px 10px 0px;
   
}
@media (max-width:559px){
    .venture .card{
        width: 30rem;
        margin: 10px;
        padding: 10px;
    }
}
.venture .card:hover{
    transform: scale(1.1);
}
footer{
    padding-top: 10px;
}
footer .row{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}


.footer-text{
    text-align: justify;
}

footer .col-4 .content ul {
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

footer .col-4 .content ul li{
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}
footer .col-4 .content ul li i{
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 10px;
    padding-top: 6px;
}

footer .col-4 .content ul{
    display: flex;
    flex-direction: column;
}
.footer-last{
    display: flex;
    justify-content: space-between;
}
.footer-last a{
    text-decoration: none;
}

.row{
    margin: 0 !important;
}


footer .container{
margin: 0 !important;
max-width: 100% !important;
}
.map{
    width:100%; 
    height:60%; 
    border:0; 
    padding: 5px;
}

@media (min-width:1201px) and (max-width:1400px){
    .content ul li i{
        margin-right: 10px;
        
    }
}
@media (min-width:993px) and (max-width:1200px){
    .content ul li i{
        margin-right: 10px;
        
    }
}


@media (max-width:992px){
.nav-item a{
    font-size: 14px;
}
.content ul li i{
    margin-right: 10px;
    
}
}

@media (min-width:577px) and (max-width:767px){
    .venture {
        display: grid;
        gap: 2 !important;
    }
  
    .col-4 .content{
        width: 100% !important;
    }
    .content ul li i{
        margin-right: 10px;
        
    }
    .content ul li{
        margin-left: 60px;
        
    }
}

@media (max-width:576px){
    .message-container{
        display: flex;
        flex-direction: column-reverse;
    }
    .message-container .content{
        width: 100%;
    }

    .footer-last h5{
        font-size: 14px;
    }
    .content ul li i{
        margin-right: 10px;
        
    }
    .content ul li{
        margin-left: 60px;
        
    }
   
}


.card
{
    position: relative;
    animation: cardanimation 5s linear 0.2s infinite normal;
}

.card6
{
    position: relative;
    animation:cardanimations 5s linear 0.2s infinite normal;
}

    



@keyframes cardanimation{
   from   { left:-100px; top:0px;}
   to { left:0px; top:0px;}
}

@keyframes cardanimations{
    from   { right:-100px; top:0px;}
    to { right:0px; top:0px;}
 }