*{
    font-family: "Poppins", serif;
    padding: 0px;
    margin: 0px;
}
.headings{
    font-family: "Sora", sans-serif;

}

.primaryHeading{
    font-size: 4rem;
}
.bgHome {
    background: linear-gradient(rgba(0, 0, 0, 0.752), rgba(0, 0, 0, 0.752)), url('https://thegreenrichresort.com/assests/tgrrr.jpg');
    width: 100%;
    height: 100vh;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.heroBg{
    background: url('https://react.mediacity.co.in/educato/assets/img/video/vedio-bg.png');
    width: 100%;
   min-height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment:scroll;
}

.heroBg2{
    background: url('https://react.mediacity.co.in/educato/assets/img/features/about-bg-aliments.png');
    width: 100%;
   min-height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment:scroll;
}
.heroBgclient{
    background: url('https://react.mediacity.co.in/educato/assets/img/testimonial/test-bg-aliments.png');
    width: 100%;
   min-height: auto;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-attachment:scroll;
}

.bg-org{
    background-color: #fffcec !important;
}

a{
    text-decoration: none;
}
.btn-primary{
    background-color: #fe8266 !important;
    border: 1px solid #fe8266 !important;
}
.btn-primary:hover{
    background-color: white !important;
    color: #fe8266 !important;
    border: 1px solid #fe8266;
}
.dropdown:hover .dropdown-menu {
    display: block !important;
    margin-top: 0 !important; /* remove the gap so it doesn't close */
}
.text-gray{
    font-size: 2.8rem;
}
.videoSource{
    border-radius: 30px !important;
}
.text-orange{
    border-color: #fe8366 !important;
}
.para{
    font-size: 12px !important;
}
.logo{
    width: 150px !important;
}
h3{
    font-size: 1.55rem !important;
}