@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');

.navbar-logo {
    height: 60px;
    width: 80px;
}

.navbar-font-color {
    color: #323f4b !important;
}

.banner-section-bg-container {
    background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/vr-banner-bg.png');
    height: 100vh;
    background-size: cover;
}

.text-container-heading {
    color: #ffffff;
    font-size: 45px;
    font-weight: 700;
    font-family: "Roboto";
}

.text-container-button {
    height: 50px;
    width: 130px;
    color: #ffffff;
    background-color: #1a2137;
    border-width: 0px;
    border-radius: 8px;
}



.fs-heading {
    font-weight: 700;
    font-size: 28px;
    color: #1f2933;
}

.center-text {
    text-align: center;
}

.fs-card-image {
    width: 80px;
    height: 80px;
}

.fs-card-heading {
    font-size: 24px;
    color: #1f2933;
    font-weight: 600;
}

.fs-card-paragraph {
    font-size: 18px;
    color: #7b8794;
    font-weight: 400;
}

.fs-card-selected-para {
    font-style: italic;
    font-weight: 700;
    color: #1f2933;
}



.VR-Kit-Section {
    background-color: #f9fbfe;
}

.ks-image {
    width: 270px;
    height: 300px;
}

.ks-main-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1f2933;
}

.ks-heading {
    font-size: 24px;
    font-weight: 400;
    color: #323f4b;
}



.onc-heading {
    font-weight: 700;
    font-size: 35px;
    color: #1f2933;
}

.onc-paragraph {
    font-weight: 400;
    font-size: 22px;
    color: #7b8794;
}

.onc-button {
    color: #ffffff;
    background-color: #1a2137;
    border-width: 0px;
    border-radius: 2px;
    padding: 10px;
    width: 120px;
}



.tb-main-heading {
    font-weight: 700;
    font-size: 34px;
    color: #1f2933;
}

.tb-card-paragraph {
    color: #959ead;
    font-weight: 600;
}

.tb-card-heading {
    color: #323f4b;
    font-weight: 500;
    font-size: 24px;
}

.tb-card-link {
    color: #1754a1;
}

.tb-button {
    color: #ffffff;
    background-color: #1754a1;
    width: 140px;
    height: 40px;
    border-width: 0px;
    border-radius: 2px;
}



.ps-heading {
    color: #1f2933;
    font-weight: 700;
    font-size: 30px;
}

.product1-bg-image {
    background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/vr-products-headset-img.png');
    height: 100vh;
    background-size: cover;
}

.product-card-heading {
    font-weight: 400;
    font-size: 34px;
    color: #ffffff;
}

.product-card-paragraph {
    font-size: 20px;
    color: #ffffff;
}

.product-card-button {
    color: #ffffff;
    width: 140px;
    font-size: 20px;
    border-width: 1px;
    border-color: #ffffff;
    border-radius: 2px;
    padding: 10px;
}

.product2-bg-image {
    background-image: url('https://d1tgh8fmlzexmh.cloudfront.net/ccbp-responsive-website/vr-products-headset-with-controllers-img.png');
    height: 100vh;
    background-size: cover;
}

.ps-button {
    background-color: #1754a1;
    color: #ffffff;
    width: 140px;
    height: 50px;
    border-radius: 2px;
}



.VR-Contact-US-Section {
    background-color: #222b36;
}

.cu-heading {
    font-weight: 700;
    font-size: 35px;
    color: #ffffff;
}

.cu-button {
    color: #ffffff;
    border-width: 1px;
    border-color: #ffffff;
    padding: 10px;
    width: 130px;
}



.Footer-section {
    background-color: #19232d;
}

.fs-image {
    height: 60px;
    width: 90px;
}

.icon {
    color: #5a7184;
    font-size: 25px;
}

.fs-logo-bg {
    background-color: #202b36;
    border-radius: 40px;
    padding: 20px;
    margin: 5px;
}

.fs-address {
    color: #5a7184;
    font-size: 20px;
    font-weight: 400;
}

.fs-heading {
    color: #5a7184;
    font-size: 24px;
    font-weight: 700;
}

.fs-para {
    color: #5a7184;
    font-size: 20px;
    font-weight: 400;
}

hr {
    height: 2px;    
    background-color: #5a7184;
    border: none;
}

.copy-right-heading {
    color: #959ead;
    font-size: 20px;
    font-weight: 400;
}

.demo {
    position: absolute; /* Position it relative to the parent container */
    left: 20px; /* Adjust left position */
    top: 50px; /* Adjust top position */
    color: white; /* Set text color */
    font-size: 90px; /* Adjust font size */
    font-weight: bold;
    opacity: 0.8; /* Set opacity to 50% */
    background: rgba(0, 0, 0, 0.714); /* Optional: Add a slight background for visibility */
    padding: 10px;
    border-radius: 5px;
  }@media (max-width: 600px) {
    .demo {
      left: 50%; /* Move it to center */
      top: 20%;
      transform: translate(-50%, -50%); /* Ensure it's fully centered */
      text-align: center;
      width: 80%; /* Optional: Adjust width for better display */
    }
  }
