@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&display=swap");

body {
    font-family: "Open Sans", sans-serif;
}
/*body {
  margin: 0;
  padding: 0;
  background-color: gainsboro;
  background-image: url("../images/landing-bg.png");
  background-size: cover;
  background-position: center;
  background-clip: padding-box;

}*/

.main-body::before {
    margin: 0;
    background-image: url(../images/landing-bg.png);
    background-position: center;
    background-clip: padding-box;
    /* overflow: hidden; */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-clip: padding-box;
}

.wheel {
    width: 100%;
    display: flex;
    margin-top: 100px;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
#head-title {
    width: 55%;
    text-align: center;
    font-family: fantasy;
    transition: 0.5s;
    position: absolute;
    top: 10%;
    padding: 0 10px;
    box-sizing: border-box;
}
#head-title h2 {
    color: #444;
}
#head-title p {
    color: #777;
}

.wheel-cont {
    display: flex;
    justify-content: center;
    width: 350px;
    height: 345px;
    transform: scale(1.1);
}

.hex-container {
    transform: scale(1);
}
/*-- for global --*/
.wpb_text_column .wpb_wrapper p {
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300 !important;
    font-size: 22px !important;
    line-height: 33px !important;
    color: #212529 !important;
}
.ul-design ul li {
    font-size: 22px !important;
    line-height: 33px !important;
    color: #cc1521 !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
}

.ul-designss ul li {
    font-size: 22px !important;
    line-height: 33px !important;
    color: #000 !important;
    font-family: "Open Sans", sans-serif !important;
    font-weight: 300;
}
@media screen and (min-width: 769px) {
    body .hex-container {
        height: 500px !important;
    }
    body #myLink img {
        top: 92px !important;
    }
}
@media screen and (min-width: 1025px) {
    body #myLink img {
        top: 105px !important;
    }
}
@media screen and (min-width: 2500px) {
    .hex-container {
        transform: scale(1.3);
    }
}
@media screen and (min-width: 2200px) {
    .hex-container {
        transform: scale(1.2);
    }
}
@media screen and (min-width: 1900px) {
    .hex-container {
        transform: scale(1.15);
    }
}
@media screen and (min-width: 1600px) {
    .hex-container {
        transform: scale(1.1);
    }
}

@media screen and (max-width: 768px) {
    body .hex-container {
        height: 350px !important;
    }
    body #myLink img {
        top: 70px !important;
    }
}

@media screen and (max-width: 800px) {
    #head-title {
        width: 100%;
    }
    .wheel-cont {
        margin-top: 50px;
        transform: scale(1);
    }
}
.col {
    width: 95px;
    height: 100%;
}
.hexa {
    width: 130px;
    height: 125px;
    position: relative;
}
.hexa:not(.hexa:first-child) {
    margin-top: -14px;
}
.hexa-image {
    width: 130px;
    height: 125px;
    transition: 0.5s;
    cursor: pointer;
    opacity: 0;
    z-index: 1;
}
#hexa-main {
    opacity: 1;
}

.hexa-text {
    z-index: 20;
    position: absolute;
    left: 0;
}

.icon {
    width: 40%;
    z-index: 10;
    position: absolute;
    left: 30%;
    top: 30%;
}
.col1,
.col3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.pos {
    transform: scale(1.4);
    transition: 0.5s;
    z-index: 10;
}
.pos0 {
    margin: -15px 20px 0px -25px;
}
.pos1 {
    margin: 15px 20px 0px -25px;
}
.pos2 {
    margin-top: -25px;
}
.pos3 {
    transform: scale(1.02) !important;
}
.pos4 {
    margin-top: 25px;
}
.pos5 {
    margin: -15px 0px 0px 25px;
}
.pos6 {
    margin: 15px 0px 0px 25px;
}
.z100 {
    z-index: 100;
}
.z1 {
    z-index: 1;
}

/* Shubham */
.wheel {
    display: none;
}

.hex-surround {
    transition: 0.5s all;
    top: 30%;
}

.hex-surround.scale-125:hover {
    --tw-scale-x: 1.4;
    --tw-scale-y: 1.4;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.main-hex-img {
    transition: 0.5s all;
    /* display: none !important; */
    z-index: 1000000;
    top: 21%;
}

.side-nav a.nav-link {
    padding: 0 8px;
    text-decoration: none;
    color: #000;
}
.career-bold-text {
    color: rgb(185 28 28) !important;
}
.scale1 {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
}
.body-wrap-dec {
    padding: 0px 15px;
}
.main-hex-img {
    top: 19.5% !important;
}

@media screen and (max-width: 1100px) {
    .footer-container ul li a {
        font-size: 16px !important;
    }
}

@media screen and (max-width: 768px) {
    .side-nav a.nav-link {
        padding: 0.5rem;
    }
    .footer-container ul li a {
        font-size: 14px !important;
    }
    .footer-container ul li {
        margin: 0px 0px 7px 0px !important;
    }
}
@media screen and (max-width: 600px) {
    .footer-container ul li a {
        line-height: 26px !important;
    }
    .footer-container ul.social-detail li a img {
        width: 22px !important;
    }
}
/* footer */
.footer-bottom {
    position: fixed;
    bottom: 0;
    display: block;
    background: linear-gradient(360deg, #d9d9d9 0%, rgba(217, 217, 217, 0) 106.56%);
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px;
}

.footer-container ul li {
    display: inline-flex;
    margin: 7px 0;
}
.footer-container ul li a {
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 31px;
    color: #fff;
    padding: 0 4px;
    opacity: 1;
    transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    -moz-transition: opacity 0.2s ease-in;
    -ms-transition: opacity 0.2s ease-in;
    -o-transition: opacity 0.2s ease-in;
}
.wheel-footer ul li a {
    opacity: 1 !important;
}
.footer-container ul li a:hover {
    opacity: 1;
}

.footer-container ul.social-detail li a img {
    width: 25px;
}

.custom-loader {
    width: 60px;

    height: 60px;

    color: #cc1521;

    background: linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0), linear-gradient(currentColor 0 0);

    background-size: 50.1% 50.1%;

    background-repeat: no-repeat;

    animation: f6-0 0.75s infinite linear alternate, f6-0-0 1.5s infinite linear;
}

.custom-loader::before {
    content: "";

    display: block;

    width: 50%;

    height: 50%;

    background: currentColor;

    transform: perspective(150px) rotateY(0deg) rotateX(0deg);

    transform-origin: bottom right;

    animation: f6-1 0.75s infinite linear alternate;
}

@keyframes f6-0 {
    0%,
    32.99% {
        background-position: 0 100%, 100% 100%, 100% 0;
    }

    33%,
    65.99% {
        background-position: 100% 100%, 100% 100%, 100% 0;
    }

    66%,
    100% {
        background-position: 100% 0, 100% 0, 100% 0;
    }
}

@keyframes f6-0-0 {
    0%,
    49.99% {
        transform: scaleX(1) rotate(0deg);
    }

    50%,
    100% {
        transform: scaleX(-1) rotate(-90deg);
    }
}

@keyframes f6-1 {
    16.5% {
        transform: perspective(150px) rotateX(-90deg) rotateY(0deg) rotateX(0deg);
        filter: grayscale(0.8);
    }

    33% {
        transform: perspective(150px) rotateX(-180deg) rotateY(0deg) rotateX(0deg);
    }

    66% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(0deg);
    }

    100% {
        transform: perspective(150px) rotateX(-180deg) rotateY(-180deg) rotateX(-180deg);
        filter: grayscale(0.8);
    }
}

@media screen and (max-width: 992px) {
    .footer-container {
        flex-direction: column;
        margin: 15px 0;
        padding: 0 1rem;
    }
}
@media screen and (max-width: 610px) {
    ul.contact-detail li:not(:last-child) a {
        display: inline-flex;
    }
}

.hiddenHover .hex-surround-hover {
    opacity: 0 !important;
}

/*-----------------------------------------------*/
/*:root {
    --offset-side-x: 100px;
    --offset-side-y: 121px;
    --offset-up-y: 235px;
    --offset-down-y: 245px;
    --img-h-w: 234px;
}*/
/*:root {
    --offset-side-x: 81px;
    --offset-side-y: 105px;
    --offset-up-y: 209px;
    --offset-down-y: 215px;
    --img-h-w: 203px;
}*/
:root {
    --offset-side-x: 66px;
    --offset-side-y: 90px;
    --offset-up-y: 170px;
    --offset-down-y: 175px;
    --img-h-w: 161px;
}
a#my_link {
    position: relative;
    cursor: pointer;
}
.logo_selection_area {
    position: absolute;
    top: 0;
    /*  height: var(--img-h-w);
    width: var(--img-h-w); */
    height: 120px;
    width: 140px;
    transform: scale(3.8);
    /*    background: black;*/
}
a.hover_section {
    cursor: pointer;
}
div#sectionDiv {
    position: relative;
    justify-content: flex-start !important;
}

.hex_container {
    position: relative;
    z-index: 100;
}
.main_hex {
    height: 100%;
    width: 100%;
}
.main_hex {
    display: flex;
    justify-content: center;
    height: 100%;
    flex-direction: column;
}
.services {
    position: relative;
    top: -15vh;
    text-align: center;
}
span.services_title {
    position: relative;
}
span.services_title:before {
    content: "";
    background: #00000080;
    width: 100px;
    height: 1px;
    top: 53%;
    position: absolute;
    left: -125px;
}
span.services_title::after {
    content: "";
    background: #00000080;
    width: 100px;
    height: 1px;
    top: 53%;
    position: absolute;
    right: -125px;
}
span.services_dec {
    display: block;
}
a#my_link {
    display: block;
    z-index: 1;
}
div#heading.wheel_heading {
    height: 34% !important;
    padding-top: 7%;
}
div#heading.wheel_heading {
    display: flex;
    flex-direction: column;
    justify-content: end;
}
div#heading.wheel_heading p {
    text-align: center;
    margin-bottom: 80px !important;
}

@media screen and (min-height: 300px) {
    :root {
        --offset-side-x: 49px;
        --offset-side-y: 67px;
        --offset-up-y: 130px;
        --offset-down-y: 134px;
        --img-h-w: 132px;
    }
    div#heading.wheel_heading {
        padding-top: 3%;
    }
    div#heading.wheel_heading h2 {
        font-size: 35px;
    }
}
@media screen and (min-height: 600px) {
    :root {
        --offset-side-x: 66px;
        --offset-side-y: 90px;
        --offset-up-y: 170px;
        --offset-down-y: 175px;
        --img-h-w: 161px;
    }
    div#heading.wheel_heading {
        padding-top: 43px;
    }
    div#heading.wheel_heading p {
        text-align: center;
        margin-bottom: 50px !important;
    }
}
@media screen and (min-height: 750px) {
    div#heading.wheel_heading {
        padding-top: 5%;
    }
    div#heading.wheel_heading {
        height: 30% !important;
    }
}
@media screen and (min-width: 900px) and (min-height: 900px) {
    :root {
        --offset-side-x: 100px;
        --offset-side-y: 121px;
        --offset-up-y: 235px;
        --offset-down-y: 245px;
        --img-h-w: 234px;
    }
    div#heading.wheel_heading h2 {
        font-size: 3rem;
    }
    div#heading.wheel_heading {
        padding-top: 3%;
    }
}

@media screen and (min-width: 900px) and (min-height: 1100px) {
    :root {
        --offset-side-x: 111px;
        --offset-side-y: 132px;
        --offset-up-y: 259px;
        --offset-down-y: 265px;
        --img-h-w: 264px;
    }
    div#heading.wheel_heading {
        height: 41% !important;
    }
}
@media screen and (min-width: 900px) and (min-height: 1300px) {
    :root {
        --offset-side-x: 129px;
        --offset-side-y: 162px;
        --offset-up-y: 306px;
        --offset-down-y: 312px;
        --img-h-w: 310px;
    }
    div#heading.wheel_heading {
        height: 42% !important;
    }
}

@media screen and (min-width: 900px) and (min-height: 1500px) {
    :root {
        --offset-side-x: 136px;
        --offset-side-y: 171px;
        --offset-up-y: 333px;
        --offset-down-y: 344px;
        --img-h-w: 340px;
    }
}

@media screen and (min-width: 900px) and (min-height: 1600px) {
    div#heading.wheel_heading {
        height: 45% !important;
    }
}

@media screen and (max-width: 700px) {
    :root {
        --offset-side-x: 81px;
        --offset-side-y: 100px;
        --offset-up-y: 195px;
        --offset-down-y: 205px;
        --img-h-w: 190px;
    }
}
@media screen and (max-width: 600px) {
    :root {
        --offset-side-x: 59px;
        --offset-side-y: 75px;
        --offset-up-y: 155px;
        --offset-down-y: 156px;
        --img-h-w: 149px;
    }
}
@media screen and (max-width: 450px) {
    :root {
        --offset-side-x: 45px;
        --offset-side-y: 56px;
        --offset-up-y: 115px;
        --offset-down-y: 117px;
        --img-h-w: 107px;
    }
    div#heading.wheel_heading {
        height: 40% !important;
    }
}
@media screen and (max-width: 370px) {
}

.hex_container {
    height: var(--img-h-w);
}
.img_h_w {
    height: var(--img-h-w);
    width: var(--img-h-w);
}
a.hover_section.section1 {
    top: calc(0% - var(--offset-up-y));
}
a.hover_section.section2 {
    left: calc(50% + var(--offset-side-x));
    top: calc(0% - var(--offset-side-y));
}
a.hover_section.section3 {
    left: calc(50% + var(--offset-side-x));
    bottom: calc(0% - var(--offset-side-y));
}
a.hover_section.section4 {
    bottom: calc(0% - var(--offset-down-y));
}
a.hover_section.section5 {
    right: calc(50% + var(--offset-side-x));
    bottom: calc(0% - var(--offset-side-y));
}
a.hover_section.section6 {
    right: calc(50% + var(--offset-side-x));
    top: calc(0% - var(--offset-side-y));
}
img.main_hex_img {
    opacity: 1;
    display: block;
    z-index: 1;
    position: relative;
    width: 100%;
}
.hover_section {
    position: absolute;
    z-index: 100;
}
.hex_surround-common {
    opacity: 0;
    margin: auto;
}
.hex_surround-hover,
.hex_surround-blank {
    display: none;
}

/*.hex_surround-common{
  opacity: 1;
  margin: auto;
}
a.hover_section.section3 {
  transform: scale(1.2);
}*/
