@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
}
.whatsapp_services {
    
    width: 40px;
    /* position: fixed; */
    z-index: 1;
    /* display: flex; */
    /* right: 2rem;
    bottom: 2rem; */
}
.w-flex{
    display: flex;
    width:100%;
    justify-content: space-between;
    gap: 0.5rem;
}
.w-flex h3{
    display: flex;
    width:100%;
    justify-content: center;
    right: 0;
    padding: 0;
}
.body{
    /*background-color: #F7EFE5;*/
    background-color: white;
}
.varna-logo {
    width: 9rem;
}
nav {
    background: rgb(230, 230, 230);
    text-decoration: none;
    list-style: none;
}
.nav-section {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}
.nav-section-1 {
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    z-index: 1000;
}
.dropdown .nav-link {
    background: rgb(234, 234, 234);
}
.body-section {
    /*background-color: #F7EFE5;*/
     background-color: white;
    z-index: -1;
    background-image: url("");
    /* background-image: url("https://e0.pxfuel.com/wallpapers/347/672/desktop-wallpaper-thanjavur-tanjore-brihadeshwara-temple-locally-known-as-tanjai-periya-kovil-is-a-hindu-temple-dedicated-to-shiva-located-in-th-hindu-temple-temple-thanjavur.jpg"); */
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* background-size: cover; */
    /* box-shadow: 2px 15px 20px -1px black; */
}
.header-body {
    padding: 0.6rem;
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
    justify-content: center;
     background-color: white;
}
.flip-card {
    background-color: transparent;
    width: 190px;
    height: 254px;
    perspective: 1000px;
    font-family: sans-serif;
}

.title {
    font-size: 1.5em;
    font-weight: 900;
    text-align: center;
    align-items: center;
    margin: 0;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    /*transition: transform 0.8s;*/
    /*transform-style: preserve-3d;*/
}

/*.flip-card:hover .flip-card-inner {*/
/*    transform: rotateY(180deg);*/
/*}*/

.flip-card-front,
.flip-card-back {
    box-shadow: 0 8px 14px 0 rgba(0, 0, 0, 0.2);
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid coral;
    border-radius: 1rem;
}
.flip-card-front img {
    border-radius: 1rem;
    height: 16rem;
    object-fit: cover;
}
.card-container1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
    padding: 0.5rem;
}
/*.flip-card-front {*/
/*    background: linear-gradient(*/
/*        120deg,*/
/*        bisque 60%,*/
/*        rgb(255, 231, 222) 88%,*/
/*        rgb(255, 211, 195) 40%,*/
/*        rgba(255, 127, 80, 0.603) 48%*/
/*    );*/
/*    color: coral;*/
/*}*/

/*.flip-card-back {*/
/*    background: linear-gradient(*/
/*        120deg,*/
/*        rgb(255, 174, 145) 30%,*/
/*        coral 88%,*/
/*        bisque 40%,*/
/*        rgb(255, 185, 160) 78%*/
/*    );*/
/*    color: white;*/
/*    transform: rotateY(180deg);*/
}

@media only screen and (max-width: 600px) {
    .tag h1 {
        font-size: 1.9rem;
    }
    form {
        position: relative;
        width: 20rem;
        /* top: 1rem; */
        margin: 0 auto;
        border: 3px solid #2f2f2f;
        background: var(--color-brand);
        border-radius: var(--rad);
    }
    .card-container1 {
        gap: 1rem;
    }
    /* .flip-card {
        background-color: transparent;
        width: 2500px;
        height: 405px;
        perspective: 1000px;
        font-family: sans-serif;
    }
    .flip-card-front img {
        height: 25.1rem;
    } */
}

/* -----------     About us    ------------------ */
/* .section{
 border: 1px solid #674188;
} */
.about {
    transition-duration: 0.8s;
    padding: 0.5rem;
    height: 100%;
    color: #ffffff;
    background-size: cover;
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}
.titles{
    margin-top: 0.3rem;
    color: #ffffff;
    background-size: cover;
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    margin: auto;
    width: 10rem;
    /* border: 1px solid ; */
    background: #674188;
    font-weight: 900;
    padding: 0.3rem;
}
.about h1 {
    font-size: 1.5rem;
    margin: auto;
    width: 13rem;
    /* border: 1px solid ; */
    background: #674188;
    font-weight: 900;
    padding: 0.3rem;
    /* border-radius: 1rem; */
}
.about-body {
    display: flex;
    height: 100% ;
    flex-direction: column;
    gap: 1rem;
    background: #E2BFD9;
    border: 1px solid #674188;
}
.ab-txt{
    font-family: "Poppins", sans-serif;
    /*font-weight: 200;*/
    padding: 1rem;
}
.head{
    font-size:24px;
    width:100%;
}
.sec-2 {
    /*margin-top:2rem;*/
    width: 100%;
    height: 100%;
    background: #E2BFD9;
    border: 1px solid #674188;
    /* margin: auto; */
    /* background: rgba(104, 217, 255, 0.798); */
    font-weight: 700;
    padding: 1rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-family: "Poppins", sans-serif;
}



.icon {
    display: flex;
    justify-content: center;
    gap: 1rem;

    width: 50%;
    margin: auto;
    padding: 0.5rem;
    border-radius: 2rem;
}
.icon a i {
    font-size: 2rem;
    color: rgb(0, 0, 0);
    background: white;
    padding: 1rem;
    border-radius: 50%;
    transition-duration: 0.7s;
}
.icon a i:hover {
    background: rgb(255, 138, 20);
    transition-duration: 0.7s;
    border-radius: 50%;
}
pre{
    white-space: pre-wrap;
    word-wrap: break-word;
    margin: 0;
    font-family: "Poppins", sans-serif;
    padding-left: 3rem;
}
@media only screen and (max-width: 600px) {
    .about h1 {
        font-size: 1.3rem;
        width: 15rem;
    }
    .sec-1 {
        font-size: 0.8rem;
        width: 100%;
    }
    .about {
        /* height: 750px; */
    }
    .service_h1{
        margin-top:10px ;padding:0.3rem;
        border-radius: 1rem;color:white;  background:#86469C; width:50%;
    }
 
    .swiper_body h3{
        font-size: 0rem;
    }
}
/* ============ what we do =================== */
.do-list {
    background: rgb(255, 255, 255);
    padding: 0.8rem;
    align-items: center;
    height: 100%;
    background-image: url("");
    object-fit: cover;
    background-size: cover;
}
.do-list h1 {
    font-size: 1.5rem;
    margin: auto;
    width: 15rem;
    background: coral;
    font-weight: 900;
    padding: 0.2rem;
    border-radius: 1rem;
}
.do {
    display: flex;
    gap: 1rem;

    padding: 0.5rem;
    margin: auto;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.books:hover {
    background: rgb(255, 32, 84);
    transition-duration: 0.5s;
    box-shadow: 20px 20px 50px 15px rgb(95, 95, 95);
    transform: scale(1.03);
    color: white;
}

.do i {
    font-size: 2rem;
}
.do a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}
.books {
    text-decoration: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    background-color: rgb(255, 255, 255);
    width: 38rem;
    height: 20rem;
    padding: 1rem;
    transition-duration: 0.5s;
    border-radius: 1rem;
}

/* --------------------- contact us ------------------- */

/* --------------------- foooter ------------------- */
.whatsapp {
    width: 60px;
    position: fixed;
    z-index: 1;
    right: 2rem;
    bottom: 2rem;
}