﻿
/*This is a responsive styles css */
/*Create css for mobile views*/
@media only screen and (max-width: 768px) {
    .modalh2 {
        text-transform: uppercase;
        font-family: 'Helvetica';
        font-size: 3.2vw;
        line-height: 1.2;
        margin-bottom: 1vw;
        letter-spacing: 0.13vw;
        font-weight: 300;
        color: #000
    }
    .form-control {        
        padding: 3vw;        
        font-size: 2.9vw;
    }
    .sizetext{
        line-height:1em;
    }
    .description h1 {
        color: #000;
    }
    .product .description .scroll-block {
        background-color: transparent !important;
    }

    .videoabout {
        width: 100% !important;
        margin-left: 0% !important;
        height: 600px;
    }
    .individual .bg-img {
        padding-top: 10px;
    }


    .max-style img {
        margin-left: 0px;
    }

    .img50{
        width:50%;
    }

    .new-main-catalog .p-block:nth-child(even) .name {
        text-align: center!important;
    }
    .nodesktop {
        display: block!important;
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 100%;
        padding: 0px 20px
    }
    .feedback .form {
        padding-left: 4vw;
        padding-right: 4vw;
        padding-bottom: 20px;
    }

    h1, .h1 {
        text-transform: uppercase;
        font-family: 'Helvetica';
        font-size: 8vw;
        line-height: 1.2;
        margin-bottom: 1vw;
        letter-spacing: 0.13vw;
        font-weight: 300;
    }

    h2, .h2 {
        text-transform: uppercase;
        font-family: 'Helvetica';
        font-size: 8vw;
        line-height: 1.2;
        margin-bottom: 2vw;
        letter-spacing: 0.13vw;
        font-weight: 100;
    }

    .h2c{
        margin-left:20px;
    }

    h3, .h3 {
        text-transform: uppercase;
        font-family: 'Helvetica';
        font-size: 8vw;
        line-height: 1.2;
        margin-bottom: 2vw;
        letter-spacing: 0.13vw;
        font-weight: 100;
    }

    h4, .h4 {
        text-transform: uppercase;
        font-family: 'Helvetica';
        font-size: 8vw;
        line-height: 1.2;
        margin-bottom: 2vw;
        letter-spacing: 0.13vw;
        font-weight: 100;
    }

    /* Make the container fill the screen */
    .video-block {
        position: relative;
        width: 100%;
        height: 80vh; /* Full viewport height */
        overflow: hidden;
        margin-top:20px;
    }

        /* Style the video to cover the container */
        .video-block video {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            min-width: 100%;
            min-height: 100%;
            object-fit: cover;
            z-index: 1;
        }

        /* Optional: Add overlay content */
        .video-block .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            color: white;
            text-align: center;
            background: rgba(0, 0, 0, 0.5); /* Semi-transparent overlay */
            z-index: 2;
        }

    .button-section{
        text-align:center;
        padding-bottom:10px;
    }

    .modal-content {
        
        width: 95vw;
        
    }

    .ddc {
        font-size: 14px !important;
        padding: 3.5vw !important
    }





    .col-50 .name, .col-50 .text {
        text-align: center!important;        
    }

    .new-main-catalog .text {
        width: 100vw !important;
        transform: translateX(0%) !important;
        margin-top: 2vw !important;
        padding: 4vw !important;
        margin-right: 0px !important;   
    }

    .col-50-r {
        float: none!important;
        width: 100%!important;
        text-align: center!important;
        margin-top:30px;
    }

        .col-50-r .name, .col-50-r .text {
            text-align: center!important;
             margin-left: 0%!important; 
        }

        .col-33 .name, .col-50 .text, .col-50-r .text {
            text-align: center;
            font-size: 5.5vw !important;
        }

    .col-33 .name span {
        font-size: 5.5vw !important;
    }

    .col-33 {
       
        width: 100%!important;
    }

    .guntitle {
        text-align: center;
        
    }

        .guntitle span {
            font-size: 9.8vw !important;
            margin-left: 0px !important;
        }


    .img2 {
       
        width: 90vw!important; /* Adjusted to fit three inline */
        height: 90vw!important;       
    }

        .img2 img {
            width: 80%; /* Adjust image size inside the circle */
            height: auto;
        }
}



