*{
    margin: 0;
}
@font-face {
    font-family: 'myfont';
    src: url(fonts/Bullpen3D.ttf)
}
@font-face {
    font-family: 'myfont1';
    src: url();
}
.title-bar{
border: solid 2px blue;
    height: 200px;
    background-color: white;
    display:flex;
    justify-content: space-between;
    align-items: center;
    font-size: 30px;
    /* rgb(17, 239, 51) */
    
}
.border:hover{
    border: solid 5px blue;
}
.title1{
    padding-left: 30px; 
}
#titleheading1{
    /* font-family: 'Yatra One', cursive; */
    font-family: 'myfont';
}
#heading1{
    padding-left: 60px;
    /* font-family: 'Yatra One', cursive; */
    font-family: 'myfont';
}
.title2{
    padding-right: 30px;
}
#titleheading2{
    /* font-family: 'Yatra One', cursive; */
    font-family: 'myfont';
}
#heading2{
    padding-left: 40px;
    /* font-family: 'Yatra One', cursive; */
    font-family: 'myfont';
}

 .title-logo{
    height: 150px;
    width: 150px;
    
} 

.logo{
    background-image: url("ashokchakra.png");
    background-size: cover;
    height: 150px;
    width: 150px;
    margin-right: 40px;
}
.border:hover{
    border: solid 5px blue;
}


 /* hero-section{ 
    width: 100%;
    height: 500px;  
    display:flex;
    justify-content: center;    
    background-color: aqua;
     
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-top: 30px;

     margin-left: 100px 
    margin-right: 16px;
}   */
.hero-img{
    height: 50%;
    width: 50%;
    /* margin-left: 400px; */
    
    /* background-image: url("india-map-hd.jpg);   */
         /* background-colo; */
}
.image-section{
    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
    align-items: center;
    /* background-color : aqua; */
    margin-bottom: 50px;
    /* margin-top: 50px; */
}
.box{
    height: 500px;
   
    width:500px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(251, 169, 17);
    border: 2px solid black;    
    margin-top: 15px;    
}
h2{
    text-align: center;
    font-size: 30px;
    font-family: 'myfont';
}
.box-img{
    height: 240px;
    width: 470px;
    background-size: 110%;
    margin-top: 1rem;
    margin-left: 14px;
    
    border: 2px solid black;
    text-align: justify; 

}
.box-img3{
    height: 240px;
    width: 470px;
    background-size: 100%;
    margin-top: 1rem;
    margin-left: 14px;
    
    border: 2px solid black;
    text-align: justify;
    

}

.box-img5{
    height: 240px;
    width: 470px;
    background-size: 99.5%;
    margin-top: 1rem;
    margin-left: 14px;
    
    border: 2px solid black;
    text-align: justify;
    

}
.box-img6{
    height: 240px;
    width: 470px;
    background-size: 99%;
    margin-top: 1rem;
    margin-left: 14px;
    
    border: 2px solid black;
    text-align: justify;
    

}
.box-img10{
    height: 240px;
    width: 470px;
    background-size: 100%;
    margin-top: 1rem;
    margin-left: 14px;
    
    border: 2px solid black;
    text-align: justify;
}



.border2:hover{
    border:5px solid rgb(10, 163, 10);
}

p{
    margin-top: 15px;
    text-align: center;
}

.parent-foot{
    margin-top: 80px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    

}
.foot-panel2{
    font-family: 'myfont';
    background-color:rgb(18, 246, 109) ;
    color: black;
    height: 220px;
    border-radius:0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'myfont1';
    font-size: 40px;
    width: 1250px;
    
}
.border1:hover{
    border: 6px solid orange;
}
ul{
    margin-top: 20px;
   
}

ul a{
    text-decoration: underline;
    font-size: 20px;
    display: block;
    font-size: 1.3rem;
    margin-top: 10px;
    color: black;
}
 ul a:hover{
    border: solid 3px blue;
}

.parent-foot1{
    height: 100pxx;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
    /* background-color: aqua; */
}

.foot-panel3{
    
    height: 50px;
    width: 500px;;
    background-color: black;
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 30px;


}
a{
    color: blue;
}
button:hover{
    border: solid 4px orange;
}
.border3:hover{
    border: 5px solid black;
}
.parenta{
    height: 80%;
    width: 99%;
    /* background-color: aqua; */
    display: flex;
    justify-content: center;
    align-items: center;
}


.img-border{
    margin-top: 50px;
    height: 100%;
    width: 50%;
    background-color: white;
    
}

.img-border:hover{
    border: 5px solid blue;
}
/* back to top */

html{
    scroll-behavior: smooth;
}
.back-to-top{
    position: fixed;
    bottom: 2rem;
    right: 0.2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #dc143c;
    border-radius: 0.5rem;
    padding: 0.5rem;
text-decoration: none;
transition: 0.2s ease-out;
}
.back-to-top span{
color : white;
font-size: 2rem;
/* transition: 1s ease-out; */

}
.chatbot-button {
    position: fixed;
    bottom: 20px;
    right: 40px;
    background-color: #007BFF;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
}

.chatbot-button a {
    color: #fff;
    text-decoration: none;
}
.copyright{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    /* margin-bottom: 10px; */
    background-color: #333;
    color: white;
    text-align: center;
    padding: 10px 0;
    height: 60px;
}

