body {
    overflow-x: hidden;
}

::-webkit-scrollbar {
    width: 7px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background-color: red;
    border-radius: 10px;
}




#nav-head {
    width: 100vw;
    height: 55px;
    background-color: rgba(0, 0, 0, 0.927);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* margin-left: -8px; */
}

#globe {
    display: flex;
    flex-direction: row;
    border: 2px solid transparent;
}

@media(max-width: 490px) {
    #globe {
        margin-left: -27px;

    }

}


#txt-globe {
    font-size: 16px;
    color: white;
    margin: 3px 0px 0px 5px;
    text-decoration: none;
}

@media(max-width: 490px) {
    #txt-globe {
        font-size: 14px;
        margin-top: 5px;
    }

}

@media(max-width: 1150px) {
    #txt-globe {
        display: none;
    }

}


#txt-globe:hover {
    color: #ed1c24;
}



#nav-global {
    color: #FFFFFF;
    text-decoration: none;
    margin-left: 30px;
    margin-top: 3px;

}

@media(max-width: 1150px) {
    #nav-global {
        margin-left: 40px;

    }

}


#nav-line {
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
}

@media(max-width: 490px) {
    #nav-line {
        margin-left: 7px;

    }

}

@media(max-width: 1150px) {
    #nav-line {
        margin-left: 10px;

    }

}


#nav-img {
    width: 28px;
    height: 18.67px;
    background-image: url("../img/ind-flag.webp");
    background-size: cover;
    margin-left: 45px;
    margin-top: 4px;

}

@media(max-width: 1150px) {
    #nav-img {
        margin-left: 30px;

    }

}


#nav-location {
    color: #FFFFFF;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;

}

#nav-domestic {
    margin: 3px 0px 0px 5px;


}

#nav-domestic:hover {
    color: #ed1c24;
}

@media(max-width: 490px) {
    #nav-domestic {
        font-size: 14px;
        margin-top: 4px;
    }

}

@media(max-width: 1150px) {
    #nav-domestic {
        display: none;
    }

}



#nav-service {
    width: 177px;
    height: 55px;
    background-color: #ed1c24;
    color: #FFFFFF;
    position: absolute;
    right: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;

}

@media (max-width : 490px) {
    #nav-service {
        right: 30px;
    }

}

@media(max-width: 490px) {
    #nav-service {
        width: 160px;
    }
}

@media (max-width : 360px) {
    #nav-service {
        width: 120px;
        /* right: 20px; */
    }

}

@media(max-width: 360px) {
    #nav-service {
        width: 140px;
    }
}


@media(max-width: 300px) {
    #nav-service {
        width: 130px;
    }
}



#nav-service:hover {
    background-color: white;
    color: grey;
}

#txt-service {
    font-size: 14px;
    margin-left: 10px;
    justify-content: center;
    align-items: center;
    margin-top: 15px;
}



/* header css code complete here */



/* main css code starts here */

.btn,
.btn-secondary,
.dropdown-toggle {
    background-color: transparent;
    color: black;
    border: 0px solid transparent;
    margin-top: -3px;

}

.btn,
.btn-secondary,
.dropdown-toggle:hover {
    background-color: transparent;
    border: 0px solid transparent;
    color: black;

}

.btn:hover {
    color: #ed1c24;
}


#body-section {
    height: 140px;
    width: 100vw;
    background-color: white;
    position: sticky;
    top: -1px;
    padding-top: 20px;
    box-shadow: 2px 2px 2px grey;
    z-index: 1;
}

@media(max-width:1200px) {
    #body-section {
        height: 100px;
    }
}

@media(max-width:1175px) {
    #body-section {
        height: 80px;
    }
}



#varuna-logo {
    width: 200px;
    height: 173px;
    background-image: url("../img/main-logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50px;
    left: 50px;


}

@media(max-width:1200px) {
    #varuna-logo {
        width: 120px;
        height: 80px;
        top: 30px;
        left: 3px;
    }
}

/* @media(min-width:1200px){
    #varuna-logo{
        width: 120px;
        height: 80px;
        top: 10px;
        left: 3px;
    }
} */


#main-logo {
    width: 196px;
    height: 60px;
    opacity: 0;

}

@media(min-width:370px) {
    #main-logo {
        width: 170px;
    }
}


#nav-menu {
    display: flex;
    flex-direction: row;
    margin-left: 470px;
    gap: 25px;
    padding-top: 20px;
}

@media(max-width: 1201px) {
    #nav-menu {
        display: none;
    }
}

.menu-select {
    border: 0px transparent;
    font-size: 17px;
    text-decoration: none;
    color: #000000;
    background-color: transparent;
}

.menu-select:hover {
    color: #ed1c24;
}


.menu-contact {
    text-decoration: none;
    font-size: 17px;
    color: #000000;
    display: flex;
    flex-direction: row;
    margin-top: 25px;
    margin-left: 900px;
    border: transparent;
}

@media(max-width: 1201px) {
    .menu-contact {

        display: none;
    }
}


@media(max-width: 800px) {
    .menu-select {
        /* opacity: 0; */
        display: none;
    }
}



#contact-icon {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 150px;
    margin-top: -69px;
    font-size: 20px;
}

@media(max-width:1200px) {
    #contact-icon {
        margin-top: 30px;
    }
}

@media(max-width:1176px) {
    #contact-icon {
        margin-top: 20px;
    }
}


#search-icon {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 95px;

    margin-top: -33px;
    font-size: 23px;
}



#hamburger {
    display: flex;
    flex-direction: row-reverse;
    margin-right: 30px;
    font-size: 24px;
    margin-top: -39px;
}

@media(min-width:1202px) {
    #hamburger {
        display: none;
    }
}

/* menu for new ends 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);
    }


} */

#first-txt {

    font-family: Alata;
    padding-top: 20px;
    font-size: 22px;
    word-spacing: 4px;
    letter-spacing: 2px;
    /* font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; */
}

#nd2-txt {
    font-size: 23px;
    color: #ed1c24;
    word-spacing: 10px;


}

#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: 400px;
    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); */

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

.body-item:hover {
    transform: translateY(-20px);

}


#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: white;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
    border-radius: 10px;
}

#body-item2 {
    width: 100px;
    height: 100px;
    background-color: white;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
    border-radius: 10px;

}

#body-item3 {
    width: 100px;
    height: 100px;
    background-color: white;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
    border-radius: 10px;

}

#body-item4 {
    width: 100px;
    height: 100px;
    background-color: white;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: red;
    border-radius: 10px;

}

.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: 70px;
}

#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;

}

@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: sticky;
    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;
    }
}