@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,500;0,600;0,700;0,800;1,300;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital@100;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #c5c7c4;
    color: black;
    font-family: 'Poppins', sans-serif;
    /* overflow-x: hidden; */
}


.para
{
    font-size: large;
}


.hero_video_div
{
    margin-top: 20%;
}

.about_us_hero_video 
{
    height: 55vh;
    width: 90%;
    border-radius: 10px;
    margin: 20px;
}

/* .hero_video_div_mob
{
    margin-top: 20%;
} */

.about_us_hero_video_mob
{
    height: 25vh;
    width: 90%;
    border-radius: 10px;
    margin: 20px;
}


/* main section */

.section {
    display: flex;
}


/* left side */

.left {
    flex: 1;
}

.left img {
    height: 100vh;
    width: 100%;
}


/* right side */

.right {
    flex: 1;
}

.right ul {
    display: flex;
    list-style: none;
    float: right;
    margin-top: 30px;
    color: #656565;
}

.right li {
    margin-right: 30px;
    cursor: pointer;
}

.para
{
    font-size: large !important;
}

.content
{
 margin: 20px;
}

/* right side content */

.right_content {
    margin: 25px;
}

.right_content h1 {
    color: #942923;
    margin-top: 10%;
    font-family: 'Playfair Display', serif;
    font-size: 45px;
}

.right_content p {
    font-family: myFirstFont;
    src: url(FootlightMTProLight.otf);
    color: rgb(107, 106, 106);
    font-weight: 100;
    font-size: 16px;
    margin-top: 25px;
    line-height: 1.2rem;
    letter-spacing: 1px;
}


/* active link */

.active {
    color: #942923;
}


/* smaller than 575 */

@media (max-width: 767.98px) {
    .content {
        padding: 10px;
    }
    .main_content img {
        height: 50vh;
        width: 100%;
    }
    .main_content h1 {
        color: #942923;
        margin-top: 1%;
        font-family: 'Playfair Display', serif;
        font-size: 24px;
    }
    .main_content p {
        font-family: myFirstFont;
        src: url(FootlightMTProLight.otf);
        color: rgb(107, 106, 106);
        font-weight: lighter;
        font-size: 12px;
        margin-top: 15px;
        line-height: 1.2rem;
        letter-spacing: 1px;
    }
}