
/* main code starts from here */



/* #images {
    width: 100vw;
    height: 823px;
    background-size: contain;
    background-repeat: no-repeat;
    animation: anim 10s ease-in infinite;

}

@keyframes anim {
    0% {
        background-image: url(body-img1.png);
    }

    50% {
        background-image: url(body-img2.png);
    }

    75% {
        background-image: url(body-img3.png);
    }

    100% {
        background-image: url(body-img4.png);
    }


} */





.radioss{
    display: flex;
    flex-direction: row;
    margin-left: 25px;
    gap: 5px;
    accent-color: red;
    margin-top: -50px;
}

#first-txt {
    margin-top: -20px;
    font-size: 22px;
    word-spacing: 4px;
    letter-spacing: 2px;
    font-family: Alata;
    /* font-family: Georgia, 'Times New Roman', Times, serif; */
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

#nd2-txt {
    font-size: 22px;
    color: #ed1c24;
    word-spacing: 10px;
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
    font-family: Alata;



}

#rd3-txt {
    font-size: 14px;
    font-family: sans-serif;
    word-spacing: 8px;
    letter-spacing: 2px;



}

#body-txt {
    max-width: 800px;
    margin-left: 30px;
    margin-top: -200px;
}

@media(max-width:1300px) {
    #body-txt {
        margin-top: -400px;
    }
}


@media(max-width:1140px) {
    #body-txt {
        margin-top: -450px;
    }
}

@media(max-width:1000px) {
    #body-txt {
        margin-top: -400px;
    }
}

@media(max-width:900px) {
    #body-txt {
        margin-top: -500px;
    }
}

@media(max-width:800px) {
    #body-txt {
        margin-top: -550px;
    }
}

@media(max-width:700px) {
    #body-txt {
        margin-top: -600px;
    }
}

@media(max-width:600px) {
    #body-txt {
        margin-top: -600px;
    }
}

@media(max-width:500px) {
    #body-txt {
        margin-top: -600px;
    }
}

@media(max-width:400px) {
    #body-txt {
        margin-top: -700px;
    }
}





#read {
    display: flex;
    margin-top: 50px;
    margin-left: 100px;
}

#read-more {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: -85px;
}

#circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid red;
    border-left: 2px solid transparent;
    text-align: center;
    align-items: center;
}

#circle:hover {
    border: 2px solid black;
    border-left: 2px solid transparent;

}


#body-grey {
    width: 100vw;
    height: 390px;
    background-color: rgba(128, 128, 128, 0.336);
    margin-top: 40px;


}

.body-item {
    transition: all ease 0.5s;
    /* -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.18); */
    border-radius: 10px;
    background-color: white;

    box-shadow:  inset 10px 10px 20px #babecc , -10px -10px 20px #ffffff;
}


#body1-txt {
    text-align: center;
    padding-top: 10px;
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif;


}



#body2-txt {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px;
}

#body-item1 {
    width: 100px;
    height: 100px;
    /* background-color: black; */
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
}

#body-item2 {
    width: 100px;
    height: 100px;
    /* background-color: black; */
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
}

#body-item3 {
    width: 100px;
    height: 100px;
    /* background-color: black; */
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
}

#body-item4 {
    width: 100px;
    height: 100px;
    /* background-color: black; */
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
}

.body-item {
    flex-grow: 1;
    flex-basis: 200;

}



#three-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -40px;
    padding-left: 1px;
    padding-right: 1px;
}


.three-divbox {
    flex-grow: 1;
    flex-basis: 200;
    box-shadow: 0px 5px 5px grey;
    color: black;
    text-decoration: none;
}

.three-divbox:hover {
    transform: scale(1.1, 1.1);
    background-color: rgb(128, 128, 128);
    box-shadow: 0px 0px 0px transparent;
    box-shadow: 4px 4px 20px grey;
}



.divbox {
    height: 267px;
    width: 240px;
    margin: 20px;
    background-color: white;
    overflow: hidden;
}

.divbox:nth-child(3) {
    width: 320px;
    height: 267px;
    flex-grow: 0.4;

}

@media(max-width:580px) {
    .divbox:nth-child(3) {
        width: 490px;
        height: 267px;
        flex-grow: 0.4;
    }
}

#bod-icon {
    margin-top: 30px;
    margin-left: 50px;

}

#bod-txt {
    margin-top: 35px;
    margin-left: 30px;
    overflow: hidden;
    text-decoration: underline red;
}


#infra-icon {
    margin-top: 30px;
    margin-left: 50px;
}

#infra-txt {
    margin-top: 35px;
    margin-left: 50px;
    overflow: hidden;
    text-decoration: underline red;
}

#policy-icon {
    margin-top: 30px;
    margin-left: 50px;
}

#policy-txt {
    margin-top: 35px;
    margin-left: 50px;
    overflow: hidden;
    text-decoration: underline red;
}

.three-txt {
    color: #000000;
    text-align: left;
    margin-left: 30px;
    font-size: 17px;
}

#body-2img {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 20px;
    margin-top: 40px;
}

.body-to-img {
    flex-grow: 1;
    flex-basis: 200;
    /* border: 2px solid black; */
    height: 400px;
    width: 250px;
    border-radius: 30px;
}

.body-to-img:active {
    transform: scale(1.1, 1.1);
}

.body-imgtxt {
    text-align: left;
    margin-top: 20px;
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: white;

}

.body-2para {
    text-align: left;
    margin-top: 100px;
    margin-left: 30px;
    font-size: 20px;
    font-weight: bold;
    color: white;


}

.read-more {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-left: 30px;
    margin-bottom: -85px;

}

.read {
    display: flex;
    margin-top: 24px;
    margin-left: -10px;
}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid red;
    border-left: 2px solid transparent;
    text-align: center;
    align-items: center;

}

.body-3part {
    display: flex;
    flex-wrap: wrap;
    margin-top: 120px;
    margin-left: 20px;
}

.body-3txt {
    flex-grow: 1;
    flex-basis: 200;
    margin-top: -30px;
}

#body-3txt {
    max-width: 750px;
    /* margin: 20px; */
}

@media(max-width:1270px) {
    #body-3txt {
        max-width: 750px;
    }
}

@media(max-width:1200px) {
    #body-3txt {
        max-width: 650px;
    }
}

@media(max-width:1150px) {
    #body-3txt {
        max-width: 600px;
    }
}

@media(max-width:1100px) {
    #body-3txt {
        max-width: 570px;
    }
}

@media(max-width:1050px) {
    #body-3txt {
        max-width: 530px;
    }
}

@media(max-width:1000px) {
    #body-3txt {
        max-width: 490px;
    }
}

@media(max-width:950px) {
    #body-3txt {
        max-width: 430px;
    }
}

@media(max-width:900px) {
    #body-3txt {
        max-width: 400px;
    }
}

@media(max-width:850px) {
    #body-3txt {
        max-width: 370px;
    }
}

@media(max-width:800px) {
    #body-3txt {
        max-width: 750px;
    }
}




#body-3img {
    height: 180px;
    width: 350px;
    /* margin: 20px; */
    margin-left: 2%;
    margin-top: -30px;
}

@media(max-width:1270px) {
    #body-3img {
        margin-left: 10%;
        height: 150px;
        width: 270px;
    }
}

@media(max-width:1200px) {
    #body-3img {
        margin-left: 20%;
        margin-top: -35px;
    }
}

@media(max-width:1150px) {
    #body-3img {
        margin-left: 27%;
        margin-top: -30px;

    }
}

@media(max-width:1100px) {
    #body-3img {
        margin-left: 25%;
        margin-top: -30px;

    }
}

@media(max-width:1050px) {
    #body-3img {
        margin-left: 23%;
        margin-top: -25px;

    }
}

@media(max-width:1000px) {
    #body-3img {
        margin-left: 20%;
        margin-top: -30px;

    }
}

@media(max-width:950px) {
    #body-3img {
        margin-left: 17%;
        margin-top: -25px;

    }
}

@media(max-width:900px) {
    #body-3img {
        margin-left: 17%;
        margin-top: -20px;

    }
}

@media(max-width:850px) {
    #body-3img {
        margin-left: 15%;
        margin-top: -20px;

    }
}

@media(max-width:800px) {
    #body-3img {
        margin-left: 15%;
        margin-top: 100px;

    }
}

@media(max-width:770px) {
    #body-3img {
        margin-top: 120px;
        height: 200px;
        width: 570px;
        margin-left: -30px;
        padding-left: 250px;

    }
}

@media(max-width:700px) {
    #body-3img {
        margin-top: 120px;
        height: 200px;
        width: 540px;
        margin-left: -30px;
        padding-left: 200px;

    }
}

@media(max-width:600px) {
    #body-3img {
        margin-top: 150px;
        height: 200px;
        width: 370px;
        margin-left: -40px;
        padding-left: 80px;

    }
}



#body-4part {
    width: 100vw;
    height: auto;
    background-color: rgba(211, 211, 211, 0.21);
    margin-top: 90px;
}

#body4-3txt {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    /* padding-top: 70px; */
    padding: 70px;
    justify-content: center;
    align-items: center;
}

@media(max-width:1000px) {
    #body4-3txt {
        padding-left: 20px;
        padding-right: 20px;
    }

}

.body4-div4 {
    flex-grow: 0.5;
    flex-basis: 100;
    background-color: white;
    height: 349px;
    width: 407px;
    gap: 50px;
    margin-top: 30px;
    box-shadow: 2px 2px 7px grey;
    display: flex;
    flex-wrap: wrap;

}

.body4-div4:hover {
    background-color: red;
    color: white;
    transition: all 2s ease;
}
.body4-div4 img:hover {
    transform: rotateY(180deg);
    transition: all 2s ease;
}



@media (max-width: 440px) {
    .body4-div4 {
        height: 500px;
    }

}

@media (max-width: 1180px) {
    .body4-div4 {
        height: 530px;
    }

}

@media (max-width: 1100px) {
    .body4-div4 {
        height: 500px;
    }

}

.body4-imgtxt {
    flex-grow: 1;
    flex-basis: 200;

}


 

#body5-part {
    width: 100vw;
    height: auto;
    background-color: white;
}

.body5-2div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 30px;

}

.body5-2txt {
    flex-grow: 1;
    flex-basis: 100;
    height: 400px;
    width: 200px;
    box-shadow: 4px 4px 15px grey;
    background-color: white;
}


@media (max-width: 671px) and (min-width: 490px) {
    .body5-img{
        /* width: 250px;
        height: 500px; */
        overflow-x: scroll;
        
    }
    ::-webkit-scrollbar {
        width: 7px;
        height: 7px;
    }
    
}


footer {
    width: 100vw;
    height: auto;
    background-color: rgba(211, 211, 211, 0.322);
    margin-top: 100px;
}

.footer-5div {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-5things {
    flex-grow: 1;
    flex-basis: 200;
    width: 265px;
    height: 200px;
    background-color: red;
}

.footertxt {
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    text-decoration: none;
    color: black;
}

.footertxt:hover {
    color: red;
}

.footer2 {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: -50px;
    padding-left: 40px;
    padding-right: 40px;
}

.footer-lastsection {
    flex-basis: 200;
    flex-grow: 1;
    width: 170px;
    height: 80px;
    background-color: red;
    font-size: 18px;

}

#footer-icons {
    margin: 10px;
    /* padding-top: 10px; */
}

#footer-icons:hover {

    color: red;

}
























/* this code is for back to the top */

#back-top {
    position: fixed;
    background-color: #ed1c24;
    width: 30px;
    height: 30px;
    text-align: center;
    align-content: center;
    padding: 5px;
    left: 1200px;
    bottom: 10px;
    border-radius: 5px;

}


@media(min-width:1380px) {
    #back-top {
        left: 1350px;
    }
}

@media(min-width:1470px) {
    #back-top {
        left: 1420px;
    }
}

@media(min-width:1500px) {
    #back-top {
        left: 1460px;
    }
}

@media(min-width:1570px) {
    #back-top {
        left: 1510px;
    }
}

@media(min-width:1600px) {
    #back-top {
        left: 1560px;
    }
}

@media(min-width:1640px) {
    #back-top {
        left: 1610px;
    }
}

@media(min-width:1690px) {
    #back-top {
        left: 1660px;
    }
}

@media(max-width:1210px) {
    #back-top {
        left: 1120px;
    }
}

@media(max-width:1150px) {
    #back-top {
        left: 1080px;
    }
}

@media(max-width:1120px) {
    #back-top {
        left: 1050px;
    }
}

@media(max-width:1090px) {
    #back-top {
        left: 1030px;
    }
}

@media(max-width:1075px) {
    #back-top {
        left: 1010px;
    }
}

@media(max-width:1055px) {
    #back-top {
        left: 980px;
    }
}

@media(max-width:1020px) {
    #back-top {
        left: 960px;
    }
}

@media(max-width:1000px) {
    #back-top {
        left: 935px;
    }
}

@media(max-width:975px) {
    #back-top {
        left: 905px;
    }
}

@media(max-width:955px) {
    #back-top {
        left: 885px;
    }
}

@media(max-width:920px) {
    #back-top {
        left: 855px;
    }
}

@media(max-width:890px) {
    #back-top {
        left: 825px;
    }
}

@media(max-width:865px) {
    #back-top {
        left: 795px;
    }
}

@media(max-width:840px) {
    #back-top {
        left: 770px;
    }
}

@media(max-width:810px) {
    #back-top {
        left: 750px;
    }
}

@media(max-width:792px) {
    #back-top {
        left: 737px;
    }
}

@media(max-width:786px) {
    #back-top {
        left: 720px;
    }
}

@media(max-width:770px) {
    #back-top {
        left: 695px;
    }
}

@media(max-width:745px) {
    #back-top {
        left: 675px;
    }
}

@media(max-width:721px) {
    #back-top {
        left: 655px;
    }
}

@media(max-width:705px) {
    #back-top {
        left: 635px;
    }
}

@media(max-width:681px) {
    #back-top {
        left: 605px;
    }
}

@media(max-width:654px) {
    #back-top {
        left: 590px;
    }
}

@media(max-width:638px) {
    #back-top {
        left: 575px;
    }
}

@media(max-width:624px) {
    #back-top {
        left: 565px;
    }
}

@media(max-width:610px) {
    #back-top {
        left: 555px;
    }
}

@media(max-width:600px) {
    #back-top {
        left: 540px;
    }
}

@media(max-width:583px) {
    #back-top {
        left: 520px;
    }
}

@media(max-width:571px) {
    #back-top {
        left: 500px;
    }
}

@media(max-width:545px) {
    #back-top {
        left: 480px;
    }
}

@media(max-width:524px) {
    #back-top {
        left: 460px;
    }
}

@media(max-width:501px) {
    #back-top {
        left: 440px;
    }
}

@media(max-width:480px) {
    #back-top {
        left: 420px;
    }
}

@media(max-width:468px) {
    #back-top {
        left: 400px;
    }
}

@media(max-width:445px) {
    #back-top {
        left: 380px;
    }
}

@media(max-width:423px) {
    #back-top {
        left: 365px;
    }
}

@media(max-width:405px) {
    #back-top {
        left: 350px;
    }
}

@media(max-width:395px) {
    #back-top {
        left: 335px;
    }
}

@media(max-width:378px) {
    #back-top {
        left: 320px;
    }
}

@media(max-width:360px) {
    #back-top {
        left: 305px;
    }
}




/* hamburger code here after changes */


@media (max-width: 1202px){

    #cross-icon{
        display: flex;
        flex-direction: row-reverse;
        margin-right: -100px;
        margin-top: -30px;
        font-size: 30px;
    }
    @media(max-width:470px){
        #cross-icon{
            margin-right: -30px;
        }
    }
    
    @media(max-width:390px){
        #cross-icon{
            margin-right: 20px;
        }
    }
    
    
    
    
    #varuna-img{
        width: 250px;
        height: 100px;
        background-image: url("public/img/main-logo.png");
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 150px;
        margin-top: 60px;
    
    }
    
    
    @media(max-width:700px){
        #varuna-img{
            max-width: 200px;
            height: 90px;
            position: relative;
            left: -40px; 
        }
    }
    
    @media(max-width:600px){
        #varuna-img{
            max-width: 200px;
            height: 90px;
            position: relative;
            left: -40px; 
        }
    }
    @media(max-width:500px){
        #varuna-img{
            max-width: 200px;
            height: 90px;
            position: relative;
            left: -40px;     
        }
    }
    
    @media(max-width:470px){
        #varuna-img{
            max-width: 200px;
            height: 90px;
            position: relative;
            left: -40px;        
        }
    }
    
    @media(max-width:390px){
        #varuna-img{
            max-width: 200px;
            height: 50px;
            /* background-image: url(main-logo.png); */
            position: relative;
            left: -40px;
        }
    }
    
    /* @media(max-width:1800px){
        #varuna-img{
            width: 200px;
            height: 90px;
            margin-left: 70px;
        }
    }
     */
    
    
    
    @media(min-width:700px){
        #varuna-img{
            width: 200px;
            height: 190px;
            margin-left: 260px;
        }
    }
    
    
    @media(min-width:900px){
        #varuna-img{
            width: 300px;
            height: 150px;
            margin-left: 300px;
        }
    }
    
    
    @media(min-width:1000px){
        #varuna-img{
            width: 300px;
            height: 190px;
            margin-left: 400px;
        }
    }
    
    @media(max-width:1200px){
        #varuna-img{
            width: 270px;
            height: 190px;
            margin-left: 80px;
            margin-top: -20px;
        }
    }
    
    /* @media(min-width:1300px){
        #varuna-img{
            width: 300px;
            height: 190px;
            margin-left: 350px;
        }
    }
    
    @media(min-width:1400px){
        #varuna-img{
            width: 300px;
            height: 190px;
            margin-left: 430px;
        }
    }
    
    @media(min-width:1500px){
        #varuna-img{
            width: 300px;
            height: 190px;
            margin-left: 490px;
        }
    }
    
    @media(min-width:1600px){
        #varuna-img{
            width: 300px;
            height: 190px;
            margin-left: 560px;
        }
    }
    
    @media(min-width:1700px){
        #varuna-img{
            width: 300px;
            height: 190px;
            margin-left: 630px;
        }
    }
    
    @media(min-width:1900px){
        #varuna-img{
            width: 300px;
            height: 190px;
        }
    }
     */
    
    
    
    
    
    #menu{
        width: 600px;
        display: flex;
        flex-direction: column;
        position: absolute;
        top:50%;
        left: 50%;
        gap: 10px;
        transform: translate(-50%,-50%);
        
    
    }
    
    @media(max-width:600px){
        #menu{
            width: 450px;
        }
    }
    @media(max-width:530px){
        #menu{
            width: 400px;
        }
    }
    
    @media(max-width:450px){
        #menu{
            width: 350px;
        }
    }
    
    @media(min-width:900px){
        #menu{
            width: 600px;
        }
    }
    
    @media(min-width:1000px){
        #menu{
            width: 750px;
        }
    }
    
    @media(min-width:1200px){
        #menu{
            width: 850px;
        }
    }
    
    @media(min-width:1350px){
        #menu{
            width: 950px;
        }
    }
    
    #drop{
        background-color: transparent;
        color: black;
        border: 0px transparent;
    }
    
    
    .menu-select{
        border: 0px transparent;
        word-spacing: -10px;
        font-size: 20px;
        margin-top: 20px;
        padding: 10px;
        text-decoration: none;
        color: black;
        background-color: transparent;
    }
    
    .sign{
        width: 100px;
        text-align: center;
        padding: 4px;
        border-radius: 10px;
        font-family: monospace;
        /* background: linear-gradient(grey, wheat,grey); */
        /* background: linear-gradient( red,grey); */
        background-color: white;
        color: red;
        border: 1px solid black;
        font-size: 16px;
    }
    
    #reg-log{
        display: flex;
        position: absolute;
        left: 45%;
        top: 45%;
        gap: 10px;
    
    }
    
    .shop-cart{
        text-decoration: none;
        margin-left: 10px;
        display: flex;
        position: absolute;
        top: 40%;
        left: 44%;
        gap: 10px;
    
    }
    
    .s-c{
        text-decoration: none;
        color: red;
        height: 30px;
        width: 100px;
        border: 1px solid black;
        border-radius: 10px;
        text-align: center;
        font-size: 16px;
    
    }
    
}



#visit{
    animation: upDown  1s ease infinite;
}

@keyframes upDown{
    0% {
        transform: scale(1,1.5);
        
    }
    50%{
        transform: scale(1,1);
    }
    100%{
        transform: scale(1,1.5);
    }
}



