@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;1,100&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body {
    background-color: #ddd;
}

.class2 {
    /* background-color: black; */
    display: flex;
    position: relative;
    height: 60px;
    width: 30px;
    margin-top: 20px;
    margin-left: 10px;
}


.navbar {
    background: rgb(175 114 51);
    font-family: calibri;
    padding-right: 15px;
    padding-left: 15px;
}
.class1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bars li{
    list-style: none;
    display: inline-block;
}

.bars li a{
    color: rgb(255, 255, 255);
    font-size: 18px;
    font-weight: bold;
    margin-right: 25px;
}
.bars li a:hover{
    color: rgb(193, 147, 101);
}

.tittle1{
    font-size: 27px;
    background-image: url(Image.Index/desktop-wallpaper-wiki-indian-flag-background.jpg);
    background-size: contain;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/* === Section === */
.section {
    background-color: #ddd;
    padding: 40px 0;
}

.container {
    width: 80%;
    margin: auto;
}

.content-section {
    float: left;
    width: 50%;
    padding-right: 20px;
}

.image-section {
    float: right;
    width: 350px;
    height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.image-section img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #4070F4;
    margin-top: 200px;
}

.content-section .title {
    text-transform: uppercase;
    font-size: 21px;
}

.content-section .content h3 {
    margin-top: 80px;
    color: #5d5d5d;
    font-size: 21px;
}

.content-section .content p {
    margin-top: 50px;
    font-size: 18px;
    line-height: 1.5;
}

.content-section .content .button {
    margin-top: 30px;
}

.content-section .content .button a {
    background-color: #3d3d3d;
    padding: 12px 40px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    border-radius: 4px;
    transition: background 0.3s;
}

.content-section .content .button a:hover {
    background-color: #a52a2a;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

/* === Responsive Content Section === */
@media (max-width: 1024px) {
    .container {
        width: 90%;
    }
}

@media (max-width: 768px) {
    .content-section,
    .image-section {
        float: none;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .image-section {
        margin-top: 30px;
        height: auto;
    }

    .image-section img {
        margin-top: 0;
        max-width: 250px;
        height: auto;
    }

    .content-section .content h3 {
        margin-top: 30px;
    }

    .content-section .content p {
        margin-top: 20px;
    }
}

/* footer */

footer{
    background-color: #111;

}
.footerContainer{
    width: 100%;
    padding: 70px 30px 20px 0px;
}
.SocialIcon{
    display: flex;
    justify-content: center;
}
.SocialIcon a{
    text-decoration: none;
    padding: 10px;
    background-color: white;
    margin: 10px;
    border-radius: 50%;
}
.SocialIcon a i{
    font-size: 2em;
    color: black;
    opacity: 0.9;
}
.SocialIcon a:hover i{
    color: white;
    transition: 0.5s;
}
.footerNav{
    margin: 30px 0;
}
.footerNav ul{
    display: flex;
    justify-content: center;
}
.footerNav ul li a{
    color: white;
    margin: 20px;
    text-decoration: none;
    font-size: 1.3em;
    opacity: 0.7;
    transition: 0.5s;
}
.footerNav ul li a:hover{
    opacity: 1;
}
.footerBottom{
    background-color: #000;
    padding: 20px;
    text-align: center;
}
.footerBottom p{
    color: white;
}
.designer{
    opacity: 0.7;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    margin: 0px 5px;
}
.contact{
    display: grid;
    align-items: center;
    justify-content: center;

}
.contact-content{
    color: white;
    margin-top: 25px;
}
.managed{
    color: white;
    margin-top: 20px;
}
.contact-number{
   color: rgb(235, 202, 158);
}
.contact-number:hover{
    color: rgb(198, 150, 150);
}
.mail{
    color: rgb(235, 202, 158);
}
.mail:hover{
    color: rgb(198, 150, 150);
}