body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
h1{
    font-size: 60px;
}
.top-titel{
    font-family: Yeseva One;
    border-left: 5px solid rgb(100, 5, 225);
    padding-left: 10px;
}
.hero-left{
    width: 50%;
}
.mission-2022{
    color: blueviolet;
    font-family: Yeseva One;
}
.hero-button{
    padding-bottom: 15px;
}
.hazrat-ali-image img{
    width: 50%;
}
.hero-sections{
    display: flex;
    margin: 0px 4%;
    margin-top: 80px;
}
.hero-half{
    width: 50%;
    padding-left: 5%;
}
.hero-half img{
    width: 75%;
}
.link-button{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    color: white;
    padding: 10px 30px;
    background-image: linear-gradient( blueviolet, rgba(137, 43, 226, 0.897));
    border-radius: 15px;
}
.second-section{
    margin: 100px 10%;
}
.second-header{
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}
.mission-card{
    width: 50%;
    padding: 20px;
    border-radius: 20px;
    margin: 10px;
}
.card-details{
    font-size: 15px;
}
.all-cards{
    display: flex;
}
.mission-card img{
    width: 45%;
}
.card-1{
    background-color: rgba(78, 159, 166, 0.253);
}
.card-2{
    background-color: rgba(179, 212, 153, 0.26);
}
.card-3{
    background-color: rgba(219, 154, 225, 0.342);
}

.develop-without-limits{
    background-image: url(./Images/shapes/shape-1.png);
    background-repeat: no-repeat;
    background-position:50px;
    background-size: 15%;
}

.section-3{
    display: flex;
    margin: 100px 5% 100px 12%;
}
.coading-section{
padding-right: 50px;
}
.coading-section img{
    width: 100%;
}

.know-our-global-community{
    background-image: url(./Images/shapes/shape-1.png);
    background-repeat: no-repeat;
    background-position: right 60px bottom;
    background-size: 15%;
}

#our-globl{
    font-size: 30px;
}
.our-community{
    display: flex;
    margin: 100px 5%;
}
.our-community img{
    width: 70%;
    margin-left: 50px;
}
.community-half{
    width: 50%;
    padding-left: 30px;
}
p{
    padding-bottom: 20px;
}


.half-width{
    width: 50%;
    margin-top: 40px;
    padding-left: 5%;
}
.half-width img{
    width: 80%;
}
.link-button{
    text-decoration: none;
    padding: 10px 40px;
    background-image: linear-gradient( blueviolet, #c765ee);
    color: white;
    border-radius: 20px;
    margin-right: 20px;
}
.about-section{
    display: flex;
    padding-top: 50px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 100px;
}
.hazrat-pic img{
    margin-top: 60px;
    width: 85%;
    border-radius: 100%;
    padding: 7px;
    border: 7px solid blueviolet;
}
.hazratalirajib{
    margin:-20px 0px 2px 0px;
}
.about-me{
    border-bottom: 5px solid blueviolet;
}
.about-my-self{
    width: 70%;
}
.my-infos{
    display: flex;
}
.info-1{
    padding-right: 10%;
}
.social-icons{
    display: flex;
    margin-right: 30px;
}
.icon a {
            text-decoration: none;
        }
.icon{
    margin-right: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1.5px solid blueviolet;
    border-radius: 10px;
}
.about-bottom{
        display:inline-flex;
        align-items: center;
        margin-top: 30px;
}
footer{
    background-color: black;
    color: white;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 50px;

}
.footer-titel{
    font-family: 'Lobster', cursive;
    font-size: 30px;
    margin-bottom: -30px;
}
.footer-2022{
    color: tomato;
}
small{
    color: rgb(170, 167, 167);
}
