@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&family=Oswald:wght@300;600&family=Playfair+Display:wght@500&display=swap');

#myVideo {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    filter: brightness(69%);
    z-index: -1;
    background-color: #031024;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #000000;
    overflow-x: hidden;
}

.heading {
    position: absolute;
    font-family: 'Playfair Display', serif;
    color: rgb(255, 255, 255);
    font-size: 6vw;
    left: calc(50% - 55vw/2);
    width: 55vw;
    text-align: center;
    text-shadow: 3px 3px 4px #000000;
    top: 30vh;
    line-height: 120%;
}

.catch {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    color: white;
    font-size: 2.3vw;
    width: 40vw;
    left: calc(50% - 37vw/2);
    top: 56vh;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 14px;
    font-weight: 500;
}

a button {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    color: white;
    border-radius: 30px;
    background-color: #00000009;
    border: 2px solid white;
    width: 16vw;
    height: 8vh;
    padding: 10px;
    font-size: 1.6vw;
    left: calc(50% - 16vw/2);
    top: 73vh;
    transition: color 0.3s, background-color 0.3s;
}

a button:hover {
    color: black;
    background-color: white;
}

html {
    scroll-behavior: smooth;
}


.sec2 {
    position: absolute;
    top: 100vh;
    height: 220vh;
    width: 100%;
    background-color: #ffebf7;
}

.mhd {
    text-align: center;
    font-size: 3vw;
    font-family: 'Montserrat', sans-serif;
    color: black;
    margin-top: 13vh;
    margin-bottom: 7vh;
}

.mp {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4vw;
    text-align: center;
    color: black;
    margin-left: 10vh;
    margin-right: 10vh;
    line-height: 150%;
    font-weight: 500;
}

.i {
    height: 40vh;
    width: 35vw;
    margin-left: 15vh;
    margin-top: 4vh;
    border-radius: 20px;
    box-shadow: 1px 1px 5px;
}

.p {
    width: 40vw;
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    line-height: 220%;
    font-size: 1.35vw;
    color: black;
    display: inline;
    margin-left: 10vh;
    top: 50vh;
    font-weight: 500;
}

.lst2 {
    font-family: 'Montserrat', sans-serif;
    color: black;
    font-size: 1.4vw;
    margin-left: 8vw;
    line-height: 200%;
    position: absolute;
    font-weight: 500;
}

.i2 {
    margin: 2vw;
    display: inline;
    height: 30vh;
    width: 20vw;
    border-radius: 20px;
    box-shadow: 1px 1px 5px;
}

.align {
    position: absolute;
    top: 17vw;
    left: calc(50% - 76vw/2);
}

@media screen and (max-width:740px) {
    .i2 {
        margin: 2vw;
        display: inline;
        height: 100px;
        width: 150px;
        border-radius: 20px;
        box-shadow: 1px 1px 5px;
    }
}

.footer {
    position: absolute;
    text-align: center;
    bottom: 3vw;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    font-style: italic;
}