
html{
    scroll-behavior: smooth;
}
.vr-logo-img {
    height: 35px;

}
#nav-item1 {
    color: #1a2137;
}
#nav-item2 {
    color: #1a2137;
}
#nav-item3 {
    color: #1a2137;
}
#nav-item4 {
    color: #1a2137;
}
.vr-bg {
    background-image: url("images/vr-banner-bg.png");
    background-size: cover;
    height: 100vh;

}
.text-center {
    text-align: center;
}
.vr-button {
    background-color: #1a2137;
    font-family: "Roboto";
    font-size: 20px;
    color: #ffffff;
    padding: 10px;
    width: 155px;
    border-radius: 5px;
    border-width: 0px;
    transform: scale(1.05);
}
.heading1 {
    color: #ffffff;
    font-family: "Roboto";
    text-align: center;
    font-weight: 600;
    font-size: 45px;
}
.features-bg-container {
    background-color: #ffffff;
    font-family: "Roboto";
   
}

.features-main-heading {
    color: #1f2933;
    font-weight: bold;
    font-size: 35px;
}

.features-card-image {
    width: 22%;
}

.features-card-heading {
    color: #1f2933;
    font-size: 26px;
    
}

.features-card-description {
    color: #7b8794;
    font-size: 17px;
}

.features-card-span-element {
    color: #1f2933;
    font-style: italic;
    font-weight: bold;
}
.vr-Kit-bg-container {
    background-color: #f9fbfe;
    font-family: "Roboto";
    
}

.vr-Kit-main-heading {
    color: #1f2933;
    font-weight: bold;
    font-size: 30px;
}
.vr-kit-card-image {
    height: 230px;
    width: 200px;
}

.vr-kit-card-title {
    color: #323f4b;
    font-size: 20px;
}
.vr-optics-image {
    width: 100%;
    
    display: block;
    height: 43vh;
}

.vr-optics-card-heading {
    font-family: "Roboto";
    font-size: 33px;
    font-weight: bold;
    color: #1f2933;
}

.vr-optics-card-description {
    color: #7b8794;
    font-family: "Roboto";
    font-size: 19px;
}

.vr-optics-button {
    color: #ffffff;
    font-family: "Roboto";
    font-size: 17px;
    background-color: #1a2137;
    border-width: 0px;
    border-radius: 3px;
    padding: 8px;
    width: 120px;
    transform: scale(1.05);
}
.trending-blogs-bg-container{
    font-family: "Roboto";
    
}
.Trending-blogs-main-heading {
    color: #1f2933;
    font-size: 30px;
    font-weight: bold;
}

.Blogs-card-image {
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.blogs-card-heading {
    color: #959ead;
    font-size: 13px;
    font-weight: bold;

}

.trending-blogs-card-description {
    color: #323f4b;
    font-size: 17px;
    
}

.trending-blogs-card-link {
    color: #1754a1;
    font-weight: bold;
    font-size: 13px;
}

.trending-blog-button-container{
    text-align: end;
}

.trending-blog-button {
    margin-top: 10px;
    color: #ffffff;
    background-color: #1754a1;
    font-family: "Roboto";
    font-size: 13px;
    border-radius: 3px;
    padding: 10px;
    width: 120px;
    border-width: 0px;
    transform: scale(1.05);
}
.products-main-bg{
    font-family: "Roboto";
    
}
.products-bg-container1 {
    background-image: url("images/vr-products-headset-img.png");
    background-size: cover;
    font-family: "Roboto";
    height: 600px;
}
.products-section-main-heading {
    font-family: "Roboto";
    font-size: 35px;
    font-weight: bold;
    color: black;
}
.products-section-card-heading{
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    font-family: "Roboto";
}
.products-card-price {
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}
.products-card-button {
    color: #ffffff;
    font-size: 17px;
    background-color: transparent;
    border-color: #ffffff;
    padding: 5px;
    width: 115px;
    border-radius: 5px;
    transform: scale(1.05);
}
.products-bg-container2 {
    background-image: url("images/vr-products-headset-with-controllers-img.png");
    background-size: cover;
    font-family: "Roboto";
    height: 600px;
}

.products-button {
    color: #ffffff;
    font-size: 15px;
    padding: 10px;
    width: 150px;
    background-color: #1754a1;
    border-width: 0px;
    border-radius: 3px;
    transform: scale(1.05);
}
.vr-contact-us-bg-container {
    background-color: #19232d;
    background-size: cover;
    text-align: center;
}
.vr-contact-us-heading {
    color: #ffffff;
    font-family: "Roboto";
    text-align: center;
    font-weight: bold;
    font-size: 40px;
}
.vr-contact-us-image {
    height: 150px;
    width: 280px;


}
.vr-contact-us-button {
    color: white;
    background-color: #222b36;
    border-color: white;
    padding: 8px;
    border-radius: 4px;
    font-family: "Roboto";
    font-size: 15px;
    width: 110px;
}
.vr-footer-section {
    background-color: #19232d;
    font-family: "Roboto";
}
.vr-footer-img {
    height: 50px;
}
.vr-footer-icon-container {
    height: 50px;
    width: 50px;
    background-color: #202b36;
    border-radius: 500px;
    padding: 5px;
    
}
.vr-footer-icon {
    color: #5a7184;
    font-size: 22px;
    
}
.vr-footer-address {
    color: #5a7184;
    font-size: 19px;
}
.vr-footer-contacts-heading{
    color: #5a7184;
    font-weight: bold;
    font-size: 28px;
}
.vr-footer-contact-items{
    color: #5a7184;
    font-size: 20px;
}
.vr-footer-created-text{
    color: #959ead;
    font-size: 25px;
}
.vr-footer-created-icon-container {
    border-style: solid;
    border-width: 3px;
    border-color: #5a7184;
    height: 30px;
    width: 30px;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
    padding: 2px;
}
.hor-line{
    border-color: #5a7184;
}


