body {
    background-image: url('/gray-abstract-wireframe-technology-background_53876-101941.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    z-index: 2;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    font-family: "poppins";
    --black: #181818;
    --red: #8A1538;
    --grey: #959CB2;
    --background: #EFEFF0;
    --white: #ffff;
    --green: #008c87;
}

/* nav-bar */

nav .logo {
    margin-left: 20px;
    width: 70%;
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .submenu {
    display: none;
    position: absolute;
    right: 101%;
    top: -5px;
    padding-left: 1rem;

}

.dropdown-menu>li:hover>.submenu {
    display: block;
}

.navbar-toggler {
    height: 100px;
    width: 100px;
    padding: auto;
    margin-left: auto;
}

.navbar span {
    transform: translateY(2%);
    height: 70px;
    width: 70px;
}

#nave {
    width: 100%;
    padding: auto;
    justify-content: space-around;
    margin-top: 3%;
    margin-bottom: 20px;
    display: flex;
}

#nave a {
    text-decoration: none;
    color: var(--black);
    font-family: Poppins;
    font-size: 1em;
    border-bottom: 5px solid transparent;
}

#nave button {
    font-family: Poppins;
    font-size: 1em;
    margin-top: -0.5%;
    color: var(--white);
    background-color: var(--red);
    border: none;
    border-radius: 5px;
    height: 40px;
    width: 160px;
    padding: 5px;
}

#hover:hover {

    border-bottom: 4px solid var(--red);
}

.top_img {
    /* margin-top: 5%; */
    padding: 0px;
    height: 80vh;
    width: 100vw;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    background-image: url(../medium-shot-man-wearing-vr-glasses.jpg);
}

.top_txt {
    position: relative;
    top: 25vh;
    left: 10vw;
    width: 75vw;
    font-weight: 300;
}

.txt p {
    position: absolute;
    top: 40px;
    font-weight: 300;
}

.top_img h2 {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 40px;
    color: var(--red);
}

.top_img p {
    width: 20%;
    color: #959CB2;
}

.middle_txt {
    padding: 50px 0px 50px 40px;
    font-weight: 300;
}

.middle_txt h2 {
    text-align: center;
    font-weight: 300;
}

.middle_txt p {
    display: flex;
    justify-content: center;
    color: var(--grey);
    text-align: justify;
    width: 90vw;
}

.image h2 {
    text-align: center;
    font-weight: 300;
}

.image::after {
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    min-height: 600px;
    width: 100vw;
    background-color: #4d418b;
    opacity: 26%;
}

.image {
    background-position: center;
    min-height: 600px;
    /* width: 100vw; */
    display: flex;
    justify-content: center;
    position: relative;
    background-image: url(../Nvidia.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.image_txt p {
    z-index: 100;
    color: var(--white);
    text-align: justify;
    font-weight: 500;
    width: 80vw;
    text-align: justify;
}

.image_txt h2 {
    font-weight: 500;
    /* margin-bottom: 50px; */
}

.image_txt {
    padding-top: 5%;
}

.middle1_txt {
    padding: 50px 50px 0px 50px;
    font-weight: 300;
    text-align: center;

}

.middle1_txt h2 {
    font-weight: 300;
}

.middle1_txt p {
    color: var(--grey);
}

.iframe {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.iframe iframe {
    min-width: 300px;
}

.circle {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 3fr));
    justify-content: space-evenly;
    text-align: center;
    justify-items: center;
}

.cir1,
.cir2,
.cir3 {
    border-radius: 50%;
    background-color: var(--green);
    height: 180px;
    width: 180px;
    color: #ffff;
    padding: 1em;
    margin: 1em;
}

.middle2_txt {
    padding: 50px 50px 0px 50px;
    font-weight: 300;
    text-align: center;
}

.middle2_txt h2 {
    font-weight: 300;
}

.middle2_txt p {
    color: var(--grey);
    text-align: justify;
}

.box1,
.box2,
.box3,
.box4,
.box5,
.box6 {
    position: relative;
    z-index: 100;
    box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.253);
    /* background-color: #F92524; */
    /* width: 30%; */
    min-height: 300px;
    text-align: center;
    background-color: #ffff;
    z-index: 10;
}

.cont img {
    height: 200px;
    width: 100%;
    margin: auto;
    display: flex;
    justify-content: center;
}

.flex {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 3fr));
    justify-content: space-between;
    grid-gap: 1rem;
    padding: 10px;
}

.cont p {
    padding: 10px;
    margin: auto;
    text-align: justify;
    font-weight: 300;
    font-size: 13px;
}

.item img {
    height: 300px;
}

span {
    transform: translateY(-60%);
    font-size: 70px;
    color: var(--red);
}

.flex1 {
    padding-top: 70px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 3fr));
    justify-content: center;
    grid-gap: 1rem;
    padding: 10px;
}

.cont h3 {
    font-weight: 300;
}

.cont {
    padding-top: 30px;
    margin: auto;
    width: 90%;
    z-index: 100;
}

.cont a {
    text-decoration: none;
    color: var(--red);
}

.fa-thin {
    color: var(--red);
    /* margin-top: 20px; */
    padding: 10px;
}

.grey-color {
    width: 100%;
    min-width: 150px;
    background-color: var(--background);
    color: var(--red);
    text-align: justify;
    margin: auto;
    padding: 10px 10px 0 10px;
    font-weight: 300;
}

.bottom {
    padding: 10px 50px 0px 50px;
    font-weight: 300;
    text-align: center;
}

.bottom h2 {
    font-weight: 300;
}

.bottom p {
    color: var(--grey);
    text-align: justify;
}

.bottom_image {
    width: 100%;
    height: 500px;
    background-image: url(../solutionBanner.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

/* slider  */
@media (max-width: 767px) {
    .carousel-inner .carousel-item>div {
        display: none;
    }

    .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active,
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start {
    transform: translateX(0);
}

.container-fluid {
    width: 90%;
    height: 40vh;
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(auto-fit, minmax(250px, 4fr));
    grid-gap: 1rem;
    text-align: center;
}

.video_link h3 {
    font-weight: 300;
}

.h h2 {
    text-align: center;
    font-weight: 300;
}

.dot img {
    position: absolute;
    left: 0;
    height: 100%;
    opacity: 0.3;
    top: 0px;
    z-index: -100;
}

.card-img img {
    height: 200px;

}

@media screen and (max-width:550px) {
    .vd {
        transform: translateY(-120%);
    }

    .h {
        transform: translateY(-750%);
    }

    .top_img h2 {
        font-weight: 300;
        font-size: 15px;

        color: var(--red);
    }

    .top_img p {
        font-weight: 300;
        font-size: 10px;

    }

}

@media screen and (max-width:400px) {
    .vd {
        transform: translateY(-120%);
    }

    .h {
        transform: translateY(-750%);
    }

    .top_img h2 {
        font-weight: 300;
        font-size: 10px;

        color: var(--red);
    }

    .top_img p {
        font-weight: 300;
        font-size: 8px;
    }

    .middle_txt {
        transform: translateY(-40%);
        font-weight: 300;
    }
}


@media screen and (max-width:800px) {

    .circle {
        margin-left: 0%;
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }

    .card-img img {
        height: 350px;

    }
}



/* Footer */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.mainfooter {
    color: white;
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 100%;
}

.footer {
    color: white;
    display: flex;
    padding-top: 270px;
    justify-content: space-around;
    position: relative;
    width: 1200px;
}

.h1-head {
    font-weight: 500;
    font-size: 25px;
}

.foot1 a {
    display: block;
}

.f1-icons {
    display: flex;
    padding-top: 5px;
}

.f1-icons a {
    margin-right: 10px;
}

.mainfooter hr {
    margin-top: 310px;
}

.mainfooter p {
    text-align: center;
    color: white;
    padding-top: 35px;
}

.footer a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.548);
}

.footer a:hover {
    color: #FFFFFF;
}

.opacity {
    opacity: 50%;
    padding-top: 10px;
}

/* SVG footer */
.custom-shape-divider-top-1669964051 {
    top: 0;
    left: 0;
    height: 630px;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color: var(--red);
    position: absolute;
}

.custom-shape-divider-top-1669964051 svg {
    width: calc(145% + 1.3px);
    height: 238px;
    transform: rotateY(180deg);
}

.custom-shape-divider-top-1669964051 .shape-fill {
    fill: #FFF;
}

/* SVG footer */

@media(max-width: 1020px) {
    .con-para {
        width: 512px;
    }

    #footer-section {
        padding-top: 20%;
    }
}

@media(max-width:800px) {
    .footer {
        width: 900px;
        margin-top: 0%;
    }

    .con-image {
        width: 100%;
    }

    .con-data-image {
        height: 350px;
        width: 60%;
    }

    .footer {
        width: 700px;
        padding-top: 220px;
    }

    .h1-head {
        font-size: 1.6rem;
        font-weight: 100;
    }

    .opacity a {
        font-size: 1rem;
    }

    .para-copy {
        font-size: 13px;
    }

    .custom-shape-divider-top-1669964051 svg {
        height: 200px;
    }

    .custom-shape-divider-top-1669964051 {
        height: 590px;
    }

    .image_txt p {
        overflow-y: scroll;
    }
}

@media(max-width: 600px) {
    .con-image {
        width: 100%;
    }

    #footer-section {
        padding-top: 60%;
    }

    .con-data-image {
        height: 300px;
        width: 55%;
    }

    .con-para {
        width: 300px;
    }

    .top_img {
        transform: translateY(-10%);

    }

    .card-img img {
        height: 400px;

    }

    .footer {
        width: 100%;
        float: right;
        padding-top: 50px;
    }

    .h1-head {
        font-size: 1.2rem;
        font-weight: 100;
    }

    .opacity a {
        font-size: 12px;
    }

    .para-copy {
        font-size: 10px;
    }

    .custom-shape-divider-top-1669964051 svg {
        height: 0;
    }

    .custom-shape-divider-top-1669964051 {
        height: 360px;
    }

    .custom-shape-divider-top-1669964051 hr {
        margin-top: 280px;
    }

    #footer-section {
        padding-top: 85%;
    }

    .middle_txt {
        transform: translateY(-50%);
    }
}

@media(max-width: 450px) {
    .con-image {
        width: 100%;
    }

    #footer-section {
        padding-top: 110%;
    }

    .con-data-image {
        height: 250px;
        width: 65%;
    }

    .footer {
        display: block;
        padding-top: 0px;
        text-align: center;
    }

    .f1-icons {
        justify-content: center;
    }

    .custom-shape-divider-top-1669964051 svg {
        height: 0;
    }

    .custom-shape-divider-top-1669964051 {
        height: 530px;
    }

    .h1-head {
        font-size: 1.4rem;
        font-weight: 100;
        padding-top: 0px;
    }

    .custom-shape-divider-top-1669964051 hr {
        margin-top: 450px;
    }
}