*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.blueStrip{
    height: 2.2em;
    width: 100%;
    background-color: #0165d3;
    display: flex;
}
#icon{
    margin-right: 30rem;
}
.part{
    color: white;
    margin-left: 2rem;
margin-top: .5rem;}
.part i{
    margin-right:0.5rem;
}
.navbar{
    height:6.3em ;
    display: flex;
    justify-content: space-between;
    margin-left: 2.5vw;
    margin-right: 2.5vw;
}
.logo{
    background-image: url(images/logo-removebg-preview.png);
    background-size: contain;
    background-repeat: no-repeat;
    height: 6.5rem;
    width: 15rem;
}
.navi{
    color: rgb(0, 101, 209);
    font-family: "Kaushan Script", cursive;
    height:6.3em ;
    width: 65%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.btn1{
    font-size: 1.6rem;
    font-style: bold;
}
.hero{
    width: 100%;
    height: 103vh;
    background-image: url(images/img1.jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    letter-spacing: 0.7px;
    margin-bottom: 5vh;
}
.subHead {
    color: rgb(0, 101, 209);
    height: 2.3em;
    font-size: 3.1rem;
    font-family: "Kaushan Script", cursive;
    display: flex;
    justify-content: center; /* Horizontal centering */
    align-items: center; /* Vertical centering */
}
.cards{
    padding-left: 4.2rem;
    padding-right:4.2rem;
    height: 27rem;
    display: flex;
    justify-content: space-between;
}
.card1{
    height: 27rem;
    width: 18rem;
    display: flex;
    flex-direction: column;
}
.cp {
    height: 18rem;
    width: 18rem;
    border-radius: 30px;
    background-size: cover;
    background-position: center;
    margin-bottom: 1rem;
}
#ttd1{
    background-image: url(images/img2.jpg);
}
#ttd2{
    background-image: url(images/img3.jpeg.webp);
}
#ttd3{
    background-image: url(images/img4.jpg);
}
#ttd4{
    background-image: url(images/img5.jpeg);
}
h1{
    text-align: center;
}
h4{
    text-align: center;
}
.hero2{
    width: 100%;
    height: 97vh;
    background-image: url(images/about\ us\ .jpeg);
    background-size: contain;
    background-repeat: no-repeat;
    letter-spacing: 0.7px;
    margin-bottom: 5vh;
}
.info2 {
    font-size: 1.5rem;
    margin:0rem 3rem 0rem 3rem ;
}
.gallery{
    margin-top: 1.5rem;
    padding-left: 4.2rem;
    padding-right:4.2rem;
    height: 14.5rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
}
.g1{
    height: 13rem;
    background-size:cover;
    width: 22rem;
    border-radius: 25px;
    /* background-size: cover; */
    background-position: center;
    margin-top: 1.5rem;
    background-size: contain;
    background-repeat: no-repeat;
}
#ig1{
    background-image: url(images/g2.jpeg);
}
#ig2{background-image: url(images/g1.jpeg);
}
#ig3{
    background-image: url(images/g3.jpeg);
}


.test{
    display: flex;
}
.t-block{
    display: flex;
    width: 18rem;
    margin: 3rem;
}
.t-block p{
    margin-top: 1rem;
}
.t-block i{
    color: rgb(0, 101, 209);
    font-size: 2rem;
    /* width: 10rem; */
    margin-right: 1rem;
    position: relative;
    top: -1rem;
}
