* {
    padding: 0;
    margin: 0;
}

.bgd-gradient {
    height: 100vh;
    width: 100vw;
    z-index: -1;
    position: fixed;
    background: rgb(255, 255, 255) 0.3;
}

.bgd {
    height: 40vh;
    width: 80vw;
    z-index: 10;
    margin-left: 10vw;
    margin-top: 3vh;
    position: relative;
}

.bgd img {
    height: 100%;
    width: 100%;
    border: 5px solid black;
}

body {

    overflow-x: hidden;
}

.nav {
    background-color: rgb(112, 204, 247);
    color: rgb(0, 0, 0);
    display: flex;
    padding: 5px 7px;
    align-items: center;
    justify-content: space-between;

}

.nav ul {
    flex: 1;
}

li {
    vertical-align: middle;
    font-size: 3vh;
    position: relative;
    display: inline-block;
    margin: 0vh 3vw;
    box-sizing: border-box;
    color: white;
    text-decoration: none;

}

a {
    text-decoration: none;
    color: white;

}

a::after {
    content: '';
    display: block;
    background-color: white;
    height: 3px;
    width: 0px;
    left: 0px;
    bottom: -10px;
    transition: 0.8s;
    margin: auto;
}

a:hover {
    color: black;
}

a:hover::after {
    width: 100%;
}

.logo {
    width: 6vw;
    border-radius: 10%;
    margin-right: 1vw;
}

@keyframes moving {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.moveparent {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.move {
    display: inline-block;
    font-size: 7vh;
    padding-left: 100%;
    width: 100%;
    color: darkorange;
    word-spacing: 10px;
    animation: moving 6s infinite linear;
}

.principal {
    display: block;
    margin-top: 20px;
    margin-left: 10px;
    color: rgb(0, 0, 0);
}

.principal .namehead {
    font-size: 20px;
    margin-left: 7vh;

}

.principal .Name {
    font-size: 20px;
    margin-left: 0;
}

.yoga {
    position: relative;
    margin-top: 50px;
}

.yoga .yoghead {
    color: rgb(0, 0, 0);
    margin-left: 35vw;
}

.yog {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(4, 2fr);
    column-gap: 0px;
    margin-left: 0vw;
    margin-right: 9vh;
}

.yoga img {
    border: 2px solid white;
    margin: 1.5vh 3px;
    display: inline-block;
    width: 23vw;
    object-fit: cover;
    height: 25vh;
    border-radius: 15%;
}

.gober {
    margin-left: 20vw;
}

.dabba {

    display: flex;
    flex-direction: row;
    align-items: center;

}

.dab1,
.dab2 {
    background-color: rgb(34, 191, 253);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 40px;
    width: 30vw;
    height: 20vh;
    color: white;
}

.dabba h2 {
    margin-top: 1vh;
}

.dab1 {
    margin-right: 5px;
    border-radius: 10px;
}

.dab2 {
    margin-left: 5px;
    border-radius: 10px;
}

.dabba h4 {
    font-size: 20px;
}



.images {
    box-sizing: border-box;
    display: grid;
    grid-template-columns: repeat(5, 2fr);
    column-gap: 0px;
    margin-left: 7vw;
    margin-right: 9vh;
}

.gallery {
    position: relative;
    margin-top: 03vh;


}

.about {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    background-color: rgba(128, 128, 128, 0.527);
}

.about p,
li {
    font-size: 25px;
    text-align: center;
}

.late {
    color: red;
    text-align: center;
    font-size: 40px;
}

.about .o,
.p {
    display: inline-flex;
    align-self: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about .line {
    height: 1.5px;
    margin-bottom: 7px;
    background-color: red;
    align-self: center;
    width: 40vw;
}

.about ul {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.about p {
    text-overflow: wrap;
    width: 40vw;
}

.gallery .gall {
    color: rgb(0, 0, 0);
    margin-left: 35vw;

}

.about li {
    color: black;
    display: list-item;
}

.about ul {
    list-style: circle black;
    list-style-position: outside;

}

.gallery img {
    border: 2px solid white;
    margin: 1.5vh 3px;
    display: inline-block;
    width: 15vw;
    object-fit: cover;
    height: 15vh;
    border-radius: 15%;
}

.offers {
    flex-wrap: wrap-reverse;
    flex-direction: row;
    -ms-flex-align: start;
    margin-top: 50px;
    margin-left: 12vw;
}

.offers img {
    height: 30vh;
    width: 23vw;
    display: inline-block;
}

.empty {
    height: 20vh;
}

.copy {
    display: block;
    font-size: 2vw;
    color: rgba(82, 64, 61, 0.527);
    margin: auto;
}

@media(max-height: 700px) {
    .gallery img {
        height: 20vh;
    }
}

@media(max-height: 460px) {
    .gallery img {
        height: 30vh;
    }
}



/* yog image style  */

.header-title {
    text-align: center;
    padding: 32px;
}

.header-title h1 {
    color: red;
    font-size: 2.5rem;
}
.header-title h1 {
    font-size: 2rem;

}

.yog-row {
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    padding: 0 4px;
}

.yog-column {
    flex: 25%;
    max-width: 25%;
    padding: 0 4px;
}

.yog-column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
    border-radius: 15px;
}

@media screen and (max-width: 800px) {
    .yog-column {
        flex: 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .yog-column {
        flex: 100%;
        max-width: 100%;
    }

    .dab1 h4 {
        text-align: center;
        font-size: 12px;
    }

    .dab2 h4 {
        text-align: center;
        font-size: 12px;
    }

    .nav {
        height: 55px;
    }

    .nav a {
        font-size: 20px !important;
    }

    .logo {
        width: 12vw !important;
    }

    .principal {
        text-align: center;
    }

    .principal .namehead {
        font-size: 25px;
        margin-left: 2vh;
        margin-bottom: 8px;
    }

    .about p {
        font-size: 15px;
        width: 100%;
    }

    .about ul li {
        font-size: 18px;
    }

    .about {
        padding: 15px;
    }
}

.mt-50 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}

.mt-50 img {
    box-shadow: 4px 5px 10px 0px rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}