@import url('https://fonts.googleapis.com/css2?family=Urbanist:wght@100;200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@1,400;1,500;1,600;1,700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Urbanist',sans-serif;
    scroll-behavior: smooth;
}
img{
    object-fit: cover;
    object-position: center;
}
.nav-item{
    margin-left: 5px;
}
.nav-link{
    font-size: 17px;
    font-weight: 600;
    border-radius: 30px;
    height: 45px;
    width: fit-content;
    box-shadow: 0px 1px 2px #bbbbbb;
    background: #f7f7f7;
    padding: 0 20px !important;
    line-height: 45px;
}
.video-wrapper{
    height: 500px;
    position: relative;
}
.video-wrapper h2{
    top: 50%;
    left: 50%;
    z-index: 1;
    font-size: 60px;
    color: #fff;
    position: absolute;
    transform: translate(-50%, -50%);
}
.video-wrapper h2 span{
    font-family: 'Playfair Display',sans-serif;
}
.bg-video{
    border-radius: 20px;
    object-fit: cover;
}
.section-main{
    padding-bottom: 50px;
    background: linear-gradient(#fff, #ffedf5);
}
.read-more{
    width: fit-content;
    height: 50px;
    display: flex;
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    border-radius: 30px;
    padding: 0px 20px;
    border: none;
    outline: navajowhite;
}
.read-more-primary{
    background: #fff;
    color: rgb(159 155 141 / 1);
}
.read-more-secondary{
    color: #914c1a;
    background: linear-gradient(to right, #f37f94, #fdc899, #f68740);
}
/*** ABOUT US ***/
.section-about-us{
    padding: 50px 0px;
}
.about-us-wrapper h2,
.blogs-wrapper h2,
.section-initiative h2,
.section-insights-main h2,
.section-about-main h2,
.section-related-insights h2{
    font-size: 50px;
    font-weight: 600;
    width: 75%;
    margin-bottom: 20px;
}
.blogs-wrapper h2,
.section-insights-main h2,
.section-about-main h2,
.section-related-insights h2{
    width: 100%;
}
.section-insights-main h3{
    font-size: 40px;
}
.section-insights-main p{
    font-size: 20px;
}
.section-insights-main .img-fluid{
    height: 300px;
}
.about-us-wrapper p{
    width: 75%;
    color: #333;
}
.about-us-wrapper h2 span{
    background: linear-gradient(to right, #f37f94, #fdc899, #f68740);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.about-us-gallery{
    display: grid;
    grid-template-columns: 25% 50% 25%;
    margin-top: 50px;
}
.img-wrapper-center,
.img-wrapper-left{
    position: relative;
}
.img-wrapper-center{
    margin: 0 1rem;
}
.img-wrapper-center h3{
    top: 80%;
    width: 100%;
    left: 50%;
    font-size: 50px;
    transform: translate(-50%, -20%);
    position: absolute;
    z-index: 1;
}
.img-wrapper-left{
    padding: 25px;
    border-radius: 20px;
    background: #FF8E8E;
}
.img-wrapper-left p{
    font-size: 14px;
}
.img-wrapper-left h2{
    font-size: 50px;
    font-weight: 700;
}
.img-wrapper-right{
    border-radius: 20px;
    padding: 15px;
    background: rgb(159 155 141 / 1);
}
.img-wrapper img{
    border-radius: 15px;
}
.img-wrapper-right img{
    height: 200px;
}
.img-wrapper-text{
    font-size: 14px;
    width: 90%;
    margin: 0px auto;
}
/*** OUR INITIATIVE ***/
.section-initiative .content-wrapper-bg{
    background: linear-gradient(#fff, #ffedf5);
}
.section-initiative .row-bg{
    background-image: url('../imgs/our-initiative/back.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gradient-text {
    background: linear-gradient(to right, #f37f94, #fbb03b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.btn-gradient {
    background: linear-gradient(to right, #f37f94, #fbb03b);
    color: white;
    border: none;
    transition: 0.3s ease;
}
.btn-gradient:hover {
    opacity: 0.9;
}
.quote{
    width: 75%;
}
.quote h4 {
    font-size: 30px;
    color: #333;
}
.quote em{
    font-weight: 700;
    font-family: 'Playfair Display',sans-serif;
}
.quote em{
    color: rgb(150 104 70/1);
}
.quote img{
    width: 38px;
    height: 30px;
}
.section-initiative .img-fluid{
    height: 300px;
    width: 200px;
}
/*** FOOTER ***/
footer{
    background: #111;
    margin-top: 50px;
}
.footer-logo{
    margin-right: 100px;
}
.footer-link{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    padding: 10px;
    margin-left: 10px;
}